Posted by Toby Inkster on 10/23/05 12:57
windandwaves wrote:
> Someone taught me that using the following is like an IE hack:
> div#mydiv {padding: 10px; * padding: 12px;}
I've never seen this, and don't know whether it works, but it's invalid.
Better to do something like:
DIV#mydiv
{ padding: 10px; }
HTML>BODY DIV#mydiv
{ padding: 12px; }
which works and is valid.
--
Toby A Inkster BSc (Hons) ARCS
Contact Me ~ http://tobyinkster.co.uk/contact
Navigation:
[Reply to this message]
|