
Originally Posted by
BlessIsaacola
Hello, thanks very much for the mod. Just want to report back the IE problem is still not fixed in IE 7.0, it is fixed in IE6.0 and prior.
Thanks!
Isaac.
Thanks for letting me know that Isaac. Here is the fix.
Open up includes/templates/simple_zen/css/stylesheet_new.css.
Find
Code:
* html #tagline li {
margin-left:-165px;
}
* html #tagline a {
height:67px;
he\ight:0;
}
and get rid of it altogether. It was a bad IE hack that didn't address the real issue. (sorry)
Then find
Code:
#tagline ul {
height:86px;
margin:0;
width: 336px;
text-align:center;
background:#fff url(../images/topnav.gif) no-repeat right top;
}
and remove text-align:center; from that chunk. Voila! The real fix for this problem. I'll update the download in a bit.