View Single Post
Old 09-20-2006, 12:36 PM   #9 (permalink)
chicgeek
Empress™
 
chicgeek's Avatar
 
Join Date: 08-19-04
Location: York, UK
Posts: 18,293
iTrader: 0 / 0%
Latest Blog:
My Favourite Poem

chicgeek is a web professional of the highest orderchicgeek is a web professional of the highest orderchicgeek is a web professional of the highest orderchicgeek is a web professional of the highest orderchicgeek is a web professional of the highest orderchicgeek is a web professional of the highest orderchicgeek is a web professional of the highest orderchicgeek is a web professional of the highest orderchicgeek is a web professional of the highest orderchicgeek is a web professional of the highest orderchicgeek is a web professional of the highest order
Looks like your pasted it in incorrectly. Your code looks like this and you're missing some targeters and brackets in the CSS.
Code:
#main { width:481px; float:left; background:#fff; } html>body #main {width:485px; float:left; background:#fff; } background:#fff url("http://www.blogblog.com/rounders/corners_main_bot.gif") no-repeat left bottom; margin:15px 0 0; padding:0 0 10px; color:#000; font-size:85%; line-height:1.5em; }
I'm not sure what your original CSS looked like... but with the new changes added, I'm guessing it's something like this. Paste it in and see where we get:
Code:
#main { width:483px; float:left; background:#fff url("http://www.blogblog.com/rounders/corners_main_bot.gif") no-repeat left bottom; margin:15px 0 0; padding:0 0 10px; color:#000; font-size:85%; line-height:1.5em; } html>body #main { width:485px; float:left; background:#fff url("http://www.blogblog.com/rounders/corners_main_bot.gif") no-repeat left bottom; margin:15px 0 0; padding:0 0 10px; color:#000; font-size:85%; line-height:1.5em; }
Oh, and you put 481px. I changed to 483. Try that.
__________________
laura / chicgeek
soprano & web designer
laurakishimoto.ca
Always assume the presence of a belly button!
chicgeek is offline   Reply With Quote