Thierry Koblentz skrev:

Ian Rifkin wrote:
The min-width was set using CSS expressions which only works in IE. It
actually is javascript that makes it work, but it goes in the CSS
(inline or external stylesheet). It won't work if javascript is off.

I'm not sure about that.
I believe it still works with script disabled.
In Windows XP it did work with scripting disabled, but that was before SP2!

By wrapping a value in expression() you can make it work only
when scripting is enabled. Like this:

#logotype
{
   z-index: 5; /* scripting disabled */
}
#logotype
{
   z-index: expression(20); /* override when scripting is enabled */
}


/AndersN
******************************************************
The discussion list for  http://webstandardsgroup.org/

See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************

Reply via email to