Forum Moderators: open

Message Too Old, No Replies

Problems with site in IE7

         

goldengirl

5:12 pm on Apr 27, 2010 (gmt 0)

10+ Year Member



I have a slight problem with a site whereby the site has some issues in IE7. The telephone number which is an image in the header is appearing in the centre of the screen and the drop down menu is going behind the images on the homepage. I had a quick look and the images on the home page rotate with javascript. Not sure if you can spot something really obvious that might fix the problem. There is an ie6-transparency.js in the theme files but nothing for ie7 which is causing the issue.

The website is URL REMOVED

[edited by: Fotiman at 5:31 pm (utc) on Apr 27, 2010]
[edit reason] No URLs please. See TOS [webmasterworld.com] [/edit]

Fotiman

5:38 pm on Apr 27, 2010 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Hi goldengirl, and welcome to WebmasterWorld!

We don't allow URLs to be posted in the forums, but I encourage you to read the Javascript Forum Policies for Links and Code [webmasterworld.com] and then post the relevant problem code. I did notice, however, that you have several CSS files being loaded like this:

<!--[if IE 6]>
...
<link rel="stylesheet" type="text/css" href="http://example.com/ie6.css" />
<![endif]-->
<!--[if IE 7]>
<link rel="stylesheet" type="text/css" href="http://example.com/ie7.css" />
<![endif]-->
<!--[if IE 8]>
<link rel="stylesheet" type="text/css" href="http://example.com/ie8.css" />
<![endif]-->

So perhaps the problem is in ie7.css

goldengirl

8:24 am on Apr 28, 2010 (gmt 0)

10+ Year Member



Sorry about that having done a bit of research I think it is a css issue I will post in the css forum. Thanks.