IE and width

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
User avatar
Maz
Milonic God
Milonic God
Posts: 1717
Joined: Fri Jun 06, 2003 11:39 pm
Location: San Francisco
Contact:

IE and width

Post by Maz »

I'm not sure how many IE browsers it effects but I have some buggy stuff on mac.

I've taken off followscroll for now, to concentrate on width.

The 100% width won't go from end to end.

Where I have the star opens a form and I can't get it to open full width like it does in other browsers, itemwidth sent the submenu to the left of browser position. Span or div form width didn't work either.

Maybe there is a css workaround, if anyone has one, please let me know.

I often have to use this hack on my style sheet to force IE to work, so I know what a problem ie width can be.

/* \*/
* html body{
width: auto;
w\idth: 100%;
}
/* */

maz
Post Reply