I have run into a bit of a problem.I am trying to put a tagline background in as well. Please take a look, and see what you can find:
Code:/* CSS For Ipodtouchcentral.org */ body { font-family: Veranda, Hevletica; line-height: 125%; padding: 15px; background-color: #000000 } ul { margin-top: 15px; } li { font-size: normal; list-style-type: none; } p { font-size: "small" color: white ; } #tagline p { font-style: italic; font-family: Georgia, Times, serif; border-top: 3px solid; border-bottom: 3px solid; padding-top: .2em; padding-left: .8em; margin: 0; background: #CDCDCD url(backgrounds/tageline-fade.jpg) repeat-y right bottom; } h1,h2,h3 { font-family: "Trebuchet MS", Hevletica, Arial; color: white; } h1 { font-family: "Trebuchet MS", Hevletica; font-size: x-large; color: white; padding-top: 2em; padding-bottom: .2em; padding-left: .4em; margin: 0; background: #000000 url(backgrounds/ipodtouch-horizontal.jpg) repeat y right; } a { font-weight: bold; color: #000000; } a:link { color: #000000; } a:visited { color: #003F87; } a:hover { text-decoration: none; color: white; background-color: #82CFFD; } #navigation { width: 180px; height: 484px; } /* This stuff has to do with absolute positioning! Oh joy! */ #navigation, #bodycontent, #header, #tagline { position: absolute; } #navigation, #bodycontent { top: 7.84em; } #bodycontent { left: 13.44em; top: 8.13em; } #header, #tagline, #sitebranding { width: 100%; }









Bookmarks