[Bug 3649] attempt to find a semi-colon before the property name. add it

http://www.w3.org/Bugs/Public/show_bug.cgi?id=3649


ot@w3.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID




------- Comment #1 from ot@w3.org  2006-09-06 04:03 -------
The problematic line, which is in your stylesheet (but you omitted when copying
in your report) is:

position-relative: top:0px;

I don't think that's a correct construct in CSS.
I suspect you want something like

position: relative;
top: 0px;

Closing as "not a bug"

Received on Wednesday, 6 September 2006 04:04:10 UTC