View Single Post
Old 03-20-2009, 12:18 AM   #30 (permalink)
allworknoplay
The Gregarious
 
allworknoplay's Avatar
 
Join Date: Feb 2009
Location: New York
Posts: 645
Thanks: 64
allworknoplay is on a distinguished road
Default

Quote:
Originally Posted by Krik View Post

Second you can not run-on style attributes, {width: 100px; top: 20px;} not {width: 100px;top: 20px;} As soon as I loaded your page firefox threw a big list of errors at me.
The only difference I see with the two above is the the second one doesn't have a space before the TOP attribute...


{width: 100px; top: 20px;}
{width: 100px;top: 20px;}


Does that really make a difference?

EDIT UPDATE: Ok, I tried the new code and it works perfectly!

Does the STYLE attribute in the DIV tags override anything that's set in the CSS styles?
allworknoplay is offline  
Reply With Quote