2007/1/16, Bob Meetin <[EMAIL PROTECTED]>: > I have been using a CSS solution for vertical and horizontal fly-out > menus. It works great, but not CSS compliant because it requires > including a csshover.htc file in the CSS. Can someone point me to one > of the other CSS only (no JS) solutions that works and is compliant? Or > to an appropriate thread? > > -Bob
keep it working with your htc file but just call it from a separate css file, say ie.css for example. And then in your html file attach your ie.css file as follows : <!--[if lt IE 7]> <link type="text/css" rel="stylesheet" href="ie.css" media="all" /> <![endif]--> and then your main css file remains compliant Olivier ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
