Help - Search - Members - Calendar
Full Version: Banner - Vertical Alignment = Bottom
Movable Type Community Forum > Using Movable Type > Default Stylesheets
santafenights
Hey Guys,

Re: the Banner entry in the default stylesheet (code follow). How can I get everything inside the DIV tags to align to the bottom? I've tried vertical-align: bottom;, but it doesn't seem to work. Here is the the source:

CODE
#banner {
 font-family: Verdana, Arial, sans-serif;
 color: #FFFFFF;
 background-color: #999999;
 text-align: left;
 padding: 0px;
 border-bottom: 1px solid #FFFFFF;
 background: #8C1205 url(<$MTBlogURL$>img/logo_800_200.png) repeat;
 height: 160px;
}


Hopefully, this is a no-brainer for you guys. It isn't for me.

Thanks in advance for any replies.

- Best regards,
Lee
bruce21
put URL first...that should do it...without seeing the page...also you have background:
background: #8C1205 url
twice:
background-color: #999999;
you could take out the color and repeat, it should repeat by default

W3Schools-Backgrounds
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2010 Invision Power Services, Inc.