Oops - I thought I'd address this...

turns out that tutorial has a bitty boo-boo (which I intend to fix right 
now).  IE 7 renders that code, as-is, as a bit broken.  (Thanks to Mark 
for pointing this out to me offlist).  Turns out the IE conditional 
comment doesn't need to be used for IE7, as it renders it just fine 
without any additional fixes (whoa!).

So you need to change the conditional from "<!--[if IE]>" to "<!--[if lt 
IE 7]>", or to "<!--[if lte IE 6]>" and it'll work fine.

:)

~Shelly
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to