Log in

View Full Version : Resolved Css/js/ie6



ChocolateLover
11-26-2008, 04:34 PM
I'm not sure whether this is a CSS or Javascript issue or a combination of both.

I have a problem in IE6, all other browsers seem to be ok.

http://www.selectsolar.co.uk/test_new/new_template.php

I have a js menu in the header which was created using Dreamweaver's Spry Menu Bar function as I have no Javascript knowledge.

In IE6 the menu is being pushed to the right. If I comment out the Javascript that creates the drop down menus the menu sits in the correct place.

I don't think it's entirely the Javascript as the same menu works here
http://www.selectsolar.co.uk
with different CSS.

Any help would be gratefully received, thanks very much.

Snookerman
11-26-2008, 05:08 PM
I looked at it in firebug and I found this:
position:relative; /* rumored to help with some IE problems (other than IE5/Mac. */Do you need it? Cause I'm sure this is your problem. Remove it and see what happens.

ChocolateLover
11-27-2008, 09:22 AM
That worked.

Thanks very much for your help.

Snookerman
11-27-2008, 12:03 PM
You're welcome! Make sure you go to your first post, edit, go advanced and then add the Resolved prefix to your thread.