
Originally Posted by
grakowsky
Unfortunately that didn't work. I'm surprised this hasn't been brought up before... does anyone else out there have any ideas? My footer links are not showing in IE8 when the page javascript is enabled, they show fine in Firefox and Safari and Chrome though.
Oh my goodness.... I did it. Thank you, Anne, you pointed me in the right direction. At the bottom of stylesheet.css in the carlisle_fresh css directory, you had already put
Code:
.ie8 .content{display:block !important;}
so I put this beneath it:
Code:
.ie8 .content1{display:block !important;}
.
Is this problem because of the carousel and this line of code in the beginning of tpl_footer_menu.php?
Code:
$(document).ready(function() {
jQuery(".content1").hide();
//toggle the componenet with class
If so, what does that portion of the code do? (I'm just curious)
Thanks again!!
Bookmarks