03-20-2009, 12:18 AM
|
#30 (permalink)
|
|
The Gregarious
Join Date: Feb 2009
Location: New York
Posts: 645
Thanks: 64
|
Quote:
Originally Posted by Krik
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?
|
|
|
|