ben scott wrote:

> ... trying to get the site at
> http://www.filmworkshop.com/newsite/content/view/15/33/

you are using

<style type="text/css" media="screen">
@import url(longlongpath.css);
</style>

from there, you are applying body {behavior: url(path/csshover.htc)}

> ... you can see a working version of a dropdown from stylin with css book  
> on server at
> http://www.filmworkshop.com/dropdown/chapter_7/fig7.28.1.htm

here, you are applying the .htc from within the in-page style:

<style type="text/css">
body {... behavior: url(css/csshover.htc);}




The problem is that you are using an quite old script version
  *     HOVER - V1.00.031224 - whatever:hover in IE


see http://www.xs4all.nl/~peterned/
Peter Nederlof notes that as of Version 1.11.040203
    @import url(); is now fully supported.


You should download the current version:
  *     Whatever:hover - V1.42.060206 - hover & active


This new script is working on a local copy of your page here (and the 
old script does not). In case it's still not working at your end, you 
should check the path.


Next issue with the working menu is a z-index problem, the drop-downs 
are partly hidden in IE.

Ingo


-- 
http://www.satzansatz.de/css.html
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- 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/

Reply via email to