Hi Seona,
I am able to reproduce the problem. It appears that IE is adding padding to
the left of the <ul id="nav"> container. You can see it if you add a border
to the #nav CSS definition. I fixed it by modifying your #nav definition:
#nav {
position: absolute;
top: 35px;
left: 0px;
width: 95%;
padding: 0;
margin: 0;
list-style-type: none;
font-size: 80%;
/* border: #000 solid 1px; */
}
Regards,
Kepler Gelotte
________________________________________
From: [email protected] [mailto:[EMAIL PROTECTED]
On Behalf Of Matthew Barben
Sent: Thursday, August 17, 2006 2:00 AM
To: [email protected]
Subject: Re: [WSG] Form playing havoc with nav (maybe)
I am seeing the menu is out of alignment on my version of IE (IE6 SP2)
looks as IE is interpreting the right padding differently than my firefox
where it displays correctly.
Seona Bellamy wrote:
Hi guys,
Just had a report from a client that the menu on the order form page is all
out of whack. He's using IE6 on WinXP, and so am I, and yet I can't see any
problem with the form.
This is the page in question:
http://www.gcapparel.com.au/order.html
This is a screenshot of what he is seeing:
http://www.gcapparel.com.au/screenshot1.png
Can someone (preferably a few someones, actually) please have a look and see
if the menu is out of alignment for them too? If it is, would someone be
kind enough to suggest a way to fix it? It's really difficult to
troubleshoot a problem you can't reproduce. :)
Cheers,
Seona.
******************************************************
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************
******************************************************
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************