I took the code from the MenuFader tutorial and changed a few things about so it would work in the way I needed it to. It now works great in any browser other then IE but doesn't work at all in IE.
Here is the Code I'm using:
CSS:
.menu{list-style: none;} .menu li{float: left; padding-right: 2px;} .menu li a{display:block; width: 120px; text-indent:-9999px;} .menu li a.overview{background: url(images/overviewf.jpg) bottom center no-repeat; height:30px; } .menu li a.details{background: url(images/details.jpg) bottom center no-repeat; height:30px; }
I got the same problem for IE with wordpress see related post if any ideas can come up: http://www.css-tricks.com/forums/viewtopic.php?f=5&t=1521 cheers.
Here is the Code I'm using:
CSS:
JQuery:
Note: I'm using the jQuery(document) so that it will work in wordpress.
HTML:
Any ideas why this won't work in IE?
see related post if any ideas can come up: http://www.css-tricks.com/forums/viewtopic.php?f=5&t=1521
cheers.