In article <[EMAIL PROTECTED]>, Lars Hallberg <[EMAIL PROTECTED]> wrote:
>is <td style="padding-left:15;"> illegal or is mozilla strikt mode have 
>a layout bug? This page works (!) in quirks mode but not in strikt mode.
>
>http://www.sac.se/
>
>It is *not* a minimal testcase and *not* compleatly clean HTML, but a 
>real word page ;-). It's the contents in the left gray column and the 
>paddin to the text at right of it that is the problem. You can find the 
>lines in the source by serching for 'style="padding'.
>
>Question is, is it me neding a bugfix or shuld I post a bugreport?

It's a bug in your stylesheet, Mozilla is ignoring because you've left off the 
unit, it should be:

<td style="padding-left:15px;">

ian.

 \ /
(@_@)  http://www.eclipse.co.uk/sweetdespise/ (dark literature)
/(&)\  http://www.eclipse.co.uk/sweetdespise/libertycaptions/ (art)
 | |

Reply via email to