coder_seth
03-17-2004, 10:34 PM
http://www.esultants.com/d/dsi/
When you mouse over one of the main tabs, a function is called which does two things:
-Hides all submenu <ul>s (in case one was already up)
-Shows the appropriate <ul> for the submenu links
-Swaps the background image on the containing <td> so that it matches the main tab you moused over
Simple enough, but for some reason the options under "Cities/Counties" and "Contact Us" do not register as links in IE. They must as far as the HTML and CSS are concerned because viewing the source shows that they are still <a>s. And they have the appropriate color specified by my stylesheet.
So my question is why IE (and only IE) doesn't recognize the links for those last two sets.
All applicable JS is easily viewable in the <head> of the page.
Thanks,
seth
When you mouse over one of the main tabs, a function is called which does two things:
-Hides all submenu <ul>s (in case one was already up)
-Shows the appropriate <ul> for the submenu links
-Swaps the background image on the containing <td> so that it matches the main tab you moused over
Simple enough, but for some reason the options under "Cities/Counties" and "Contact Us" do not register as links in IE. They must as far as the HTML and CSS are concerned because viewing the source shows that they are still <a>s. And they have the appropriate color specified by my stylesheet.
So my question is why IE (and only IE) doesn't recognize the links for those last two sets.
All applicable JS is easily viewable in the <head> of the page.
Thanks,
seth