Re: [css-d] horizontal menu wrapping in IE6

2009-01-30 Thread David Laakso
A.K. Allen wrote: > > I have a horizontal menu that is wrapping in IE6. It consists of a ul with > background images. Here is the page: > > http://frank.mtsu.edu/~mtabroad/sa_students/about_test.shtml > > > Can anyone help me fix this? > > Thanks, > Kris > > Can you be more specific because

Re: [css-d] horizontal menu wrapping in IE6

2009-01-30 Thread Gunlaug Sørtun
A.K. Allen wrote: > I have a horizontal menu that is wrapping in IE6. > > http://frank.mtsu.edu/~mtabroad/sa_students/about_test.shtml Add... * html #header ul li {overflow-x: hidden;} ...to prevent the anchors from expanding the list-items in IE6. BTW: IE6 is in standards mode, so hacking widt

[css-d] horizontal menu wrapping in IE6

2009-01-30 Thread A.K. Allen
Hello All, I have a horizontal menu that is wrapping in IE6. It consists of a ul with background images. Here is the page: http://frank.mtsu.edu/~mtabroad/sa_students/about_test.shtml Here are the styles: #header ul { margin: 0; padding: 0; width: 784px; height: 70px; _height: 71px; bo