View Full Version : Moving a banner around
Cmau
Jul-06-2009, 04:05 PM
Hi all,
I need some tips on how I can orient my banner vertically to match my navbar, and move it to the left of the page (similar style to to Andy's Demo page)
Thanks,
Craig
www.craigmaunderphoto.com
jfriend
Jul-06-2009, 04:54 PM
To move your banner to the left edge, change this CSS:
/* Sets up my main banner */
#my_banner {
width: 550px;
height: 100px;
margin: 0 auto;
background: url(http://craigmaunderphoto.com/photos/578497099_Kyv26-O.png) no-repeat;
}
to this:
/* Sets up my main banner */
#my_banner {
width: 550px;
height: 100px;
background: url(http://craigmaunderphoto.com/photos/578497099_Kyv26-O.png) no-repeat;
_background:none;
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (enabled=true,sizingMethod=image,src='http://craigmaunderphoto.com/photos/578497099_Kyv26-O.png');
}
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.