|
Posted by Jim Higson on 04/05/06 20:35
> Is there a hack that will allow me have a statement in the stylesheet that
> all other browsers will ignore and only be visible for MSIE? All I need is
> a margin-left:-255px statement and all my worries will be gone.
you can write rules like this:
* html .foo
{ margin-left:-255px;
}
IE is the only browser that thinks there is an element above html when it
looks at css rules, so you can use it for stuff you only want IE to use.
--
Jim
Navigation:
[Reply to this message]
|