Are there peculiarities with IE6 and @import? Does csshover.htc change any of these rules? (see below) Also my department manager asked me to look for any behavior that might slightly delay the hover behavior to be a little more forgiving to users. I have not seen a recent discussion of this topic. Yes the site is still in tables, but we are working on that too.
Using Eric's guide for CSS drop-down list based menus, I have duplicated the look and functionality of the University Javascript based menus. The menu works fine when I link all the style sheets. <link href="/css/common.css" rel="stylesheet" type="text/css"> <link href="/css/pr.css" rel="stylesheet" type="text/css"> <link href="/css/nav.css" rel="stylesheet" type="text/css"> See it here. http://sandboxv3.erau.edu/pr/pr_page3.html My usual practice however is to link to a css file that imports the others as recommended by several authors. In this case it does not work in IE6. This version of the page is identical but imports the three style sheets via one linked .css file. <link href="/css/prescott_screen.css" rel="stylesheet" type="text/css"> http://sandboxv3.erau.edu/pr/pr_page3b.html Some of the css is working but not the hover behavior only in IE6. If you made it this far, thank you for your time. Arn ------------------------------------ Arnold Gregory IT Web Services Embry-Riddle Aeronautical University 386-323-8696 ______________________________________________________________________ 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/
