Quote:
Originally Posted by Seven Skins
You can do something like this but your site will not display nicely on mobile devices.
Code:
#header .site-logo {
min-width:800px;
max-width:8000px;
}
#header .site-logo img {
height: 100px;
width:800px;
max-width:800px;
}
|
I think that would work for what the OP appears to be asking. Not sure how vB5 treats mobile browsers - does it have a app or a separate style for those?