- Posts: 1
- Thank you received: 0
Internet Explorer 7 and Z-Index Issues
-
jamesryanwilliams
Inactive member - Topic Author
- New Member
Less
More
14 years 7 months ago #1144
by jamesryanwilliams
Internet Explorer 7 and Z-Index Issues was created by jamesryanwilliams
I'm very upset, because I purchased the Hot Rockin' template and the navigation menu does not work properly in Internet Explorer 7. There is a z-index issue and I can't seem to fix it. Can you help?
Even on your own Demo of the template once you click on of the menus and get onto a sub page of the website, the menus do not work on IE 7. Please advise how to fix. I have a very angry client right now and would like to use your templates in the future, but I'm not so sure I made the right decision now.
Thanks for any help you can offer.
Even on your own Demo of the template once you click on of the menus and get onto a sub page of the website, the menus do not work on IE 7. Please advise how to fix. I have a very angry client right now and would like to use your templates in the future, but I'm not so sure I made the right decision now.
Thanks for any help you can offer.
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6742
- Thank you received: 715
14 years 7 months ago #1146
by milos
Replied by milos on topic Re: Internet Explorer 7 and Z-Index Issues
Actually all web designers are even more upset with all those IE6-7 bugs. We discontinued IE6 support, hopefully the same will happen with IE7 within a year or so. There are millions of reasons for that.
Anyway... Here's how to fix this. Open file template_css.css and find
.
Change it to:
Just need to remove "position:relative;".
Anyway... Here's how to fix this. Open file template_css.css and find
Code:
#nav li {
float:left;
position:relative;
margin:0 5px;
}
Change it to:
Code:
#nav li {
float:left;
margin:0 5px;
}
Please Log in to join the conversation.
Time to create page: 0.230 seconds