I have a simple html/css based drop down menu.
It works fine in Chrome, however it doesn't work at all in IE 8.
Does anyone have a fix for this?
The link to the site is: http://cecvp.net.s41035.gridserver.com/
Thanks for anyone who helps me out!
|
I have a simple html/css based drop down menu. It works fine in Chrome, however it doesn't work at all in IE 8. Does anyone have a fix for this? The link to the site is: http://cecvp.net.s41035.gridserver.com/ Thanks for anyone who helps me out! |
|||||||
|
|
Your CSS file is likely not properly linking to the page because you closed the Your code:
Should be:
Also, fix your numerous HTML validation errors for the best chances of consistent cross-browser rendering of the page... Explorer is especially fussy about this. And, your JavaScript file,
http://cecvp.net.s41035.gridserver.com/html/wp-content/themes/default/menuscript.js EDIT: You can see your layout is not working fine in Safari either...
It's critical that HTML validation issues are resolved before trying to solve individual browser issues. Most of the time, valid HTML works very well cross-browser. |
|||||||||
|
|
For some reason your sylesheet doesn't seem to be properly linked in internet explorer. I couldn't quite figure out what you had done but the css code that is needed to render your menu bar is as follows:
Copy and paste that into a style sheet that is linked, such as style.css, and you should be all set. I did that and got it to work. |
|||
|