This is an issue I can’t seem to figure out. I’m an IE guy, so I don’t know much about Firefox. When I got to work and checked my site in the Firefox browser, for some reason the menu is not wanting to drop down like it has been doing (properly) in IE.
Is anyone else getting the same problem? I’m running 2.0.0.13
IE is a truly awful browser. If you code for IE your sites will almost certainly break in all modern browsers.
For some reason IE is rendering the following code as a regular link, however it should not as it is coded incorrectly.
[code:2r2jb6lj]<li><a name=>The Sims 3 | </a>[/code:2r2jb6lj]
It should instead look like this:
[code:2r2jb6lj]<li><a href="">The Sims 3 | </a>[/code:2r2jb6lj]
Ah, so that is supposedly breaking it? I changed it from <a href=""> to <a name=""> as because I didn’t want users to click on the sections of the menu. I’ll just wiped out the <a> parts and give change the CSS to have the same styles as the <a> links (just not clickable).
Thank you. Guess I should install FireFox at home.