Matt wrote:

> Again, this is a tremendous help.  So I was able to implement this and
> it all seems to be working well.  I did some interim styling that
> replaced the faux rounded corners...
> 
> The latest version:
> http://mattmedia.net/aegis-b/a-home.htm
> 
> So one final thing I can't figure... this drop down now works
> flawlessly in IE7 and the other browsers, but doesn't show up at all
> in IE6.  Anyone have any idea why?
> 
> - Matt


Hi Matt, when I tried to validate your CSS I get this error.

"Servlet has thrown exception:javax.servlet.ServletException: Timed out"

This is because in your CSS is this.

<!--[if IE]>
<style type="text/css"> 
#flashcontent { zoom: 1;}
</style>

I had to save the CSS offline to be able to validate it (only three warnings, 
that's good).

The dropdown doesn't work in IE6 because there is no javascript file.

http://mattmedia.net/aegis-b/sfhover.js

The CSS is given the same path and it is there.

http://mattmedia.net/aegis-b/aegis.css

So when you sort out the correct path for the javascript the dropdown should 
work in IE6. :-)

Alan

http://css-class.com/

______________________________________________________________________
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