Web Hosting Talk







View Full Version : HTML IE7 Issue


TrentH [WhirlHost]
02-02-2009, 03:10 AM
Hello WHT! :D
I would like to welcome all the Steelers fan's first. Woot! go Steelers!
The issue is, my website is having compatibility issue's displaying on Internet Explorer 7. It works find and dandy on other internet browsers so that's good to know.
The problem is in my navigation, the Reseller & Support icons are messed up a little. They both are out of place compared to the other ones.
I tweaked around with the code a little to try and solve the problem but no luck!
Website: www.articpages.com
Issue:Navigation not displaying properly IE7
If somebody could find a resolution and give full details on how to fix the problem it would be much appreciated.
Regards,
Trent Hallmark

samdax
02-02-2009, 06:50 AM
in your style.css, find this line
margin: -13px 10px 0px 10px;
You should change this to:
margin: 0px 10px 0px 10px;
Repeat this six times

TrentH [WhirlHost]
02-02-2009, 09:46 PM
in your style.css, find this line
margin: -13px 10px 0px 10px;
You should change this to:
margin: 0px 10px 0px 10px;
Repeat this six times
Wow Samdax, it worked thanks!
I'd give you my hand in friendship but, it got took by a shark.
Thanks again,
Trent Hallmark

samdax
02-03-2009, 09:22 AM
good to hear that it works