CK wrote:
Hi,
Good example, all the code groks, except this:
_width : expression(document.body.clientWidth >748? "750px": "auto" );
Would you shed some site on this rule, is this part of CSS 3?
Return True,
CK
Principal/Designer/Programmer -Bushidodeep
www.bushidodeep.com
It's not CSS 3, it's part of microsoft's expressions. It's ignored by
all browsers apart from IE. (in fact the underscore before the width is
superfluous here) see:
http://msdn.microsoft.com/library/default.asp?url=/workshop/author/dhtml/overview/recalc.asp
(not the best link, but google is so full of Microsoft's new expression
suite that it's hard to find what I'm after).
Normally I use a conditional comment to hide such things, and in fact if
you 'view source' on the standards example you'll see some there. (I
have to thank Georg Sortun [http://www.gunlaug.no/#] for help with such
things!)
HTH
--
Best Regards,
Bob McClelland
Cornwall (UK)
www.gwelanmor-internet.co.uk
******************************************************
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************