I've been working on a recode for lambifund.org/test/, and it isn't cooperating in IE7. Fx, Opera, Chrome are all okay. IE6 is working with an IE conditional statement:
<!--[if lt IE 7]> <STYLE TYPE="text/css"> @import url("ie.css"); </STYLE> <script type="text/javascript" src="iehover.js"></script> <![endif]-->
IE7 uses this:
<!--[if gt IE 7]> <STYLE TYPE="text/css"> @import url("ie7.css"); </STYLE> <![endif]-->
But I don't think that is the problem. Well, if I knew what the problem was I wouldn't be here. Can someone please put their eyeballs on it. Whatever it is, I'm not seeing it.
The main dropdown menu is displaying behind the slideshow on the index page.
This is also an experiment with .shtml
Thanks in advance.
Phil
<!--[if gt IE 7]> that's
that's IE8 - that's saying "If Greater Than IE 7"
Try
or
Yep.
Deuce, That was it. Thanks for your eyes.
Phil
You have a good amount of
You have a good amount of errors and also in FF3 on a mac, the drop down menus over the flash area are failing.
Best to you,
Curtis
Curtis, failing how? Are
Curtis, failing how? Are they displaying behind the slide show? Or are they not dropping down? Also, it's not Flash on the index page. It's Javascript.
I did have some errors, and have fixed them. Can you look again? Thanks in advance.
Phil
Hi PARoss
Hi PARoss
I am getting the same thing in FF3 on a MAC ... basically the menus show when you place the cursor over the starting button but they disappear once the cursor travels over the image below (from programs > right)
Seems the Java is taking precedence over the nav ?!
Hope this sheds some light your way
Furbs