Milonic provide full featured pull down web menus for some of the worlds largest companies
click here to see what it can do for you

Download Milonic DHTML Menu
Buy Milonic DHTML Menu

Back To Start Of Archive
Taken From The Forum: Help & Support for DHTML Menu Version 5+
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:39

IE and width


Poster: Maz
Dated: Wednesday March 3 2004 - 21:15:22 GMT

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