Click here to Skip to main content
15,897,315 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi All,

I am having a go at making a website for a friend and it displays fine in Chrome but the menu buttons go all weird in Internet Explorer 8.

Can anyone enlighten me as to where I'm going wrong?

Oh and please excuse the horrendous coding... I'm not a web developer lol.

And the weird URL is just for testing purposes!

http://stiflervision.co.uk/[^]

Many Thanks
Posted
Updated 1-Feb-13 4:13am
v3
Comments
Irbaz Haider Hashmi 1-Feb-13 10:31am    
You might be having issue in the visited links in IE.
in your CSS add this style as well.
.Home_menuProductsLink:visited
{
}
Kyle Crewe 1-Feb-13 11:38am    
Hi,
Thanks for your reply.
I tried what you said but still i get this strange problem
Its like its just not seeing my text images :/
Irbaz Haider Hashmi 1-Feb-13 12:08pm    
.Home_menuHomeLink:visited {
background: url(images/Home.png) no-repeat left top;
width: 62px;
height: 20px;
display: block;
text-indent: -10000px;
}

Did you tried putting this in the css style sheet? What i am seeing here the issue is with the visited links only, otherwise they are looking fine. try clear the cache as well and then check that on explorer. With IE it gets messy as there are many things in styling that are not compatible with chrome,firefox and IE.

1 solution

Look here for various answers for similar question asked here: Similar question asked here[^]

Few more helpful links:
Browser Compatibility Application[^]
doubt regarding browser compatability[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900