OK so I have this really weird thing.
www.protocolbv.nl is the site
css can be found www.protocolbv.nl/css/style.css
in IE 6 + 7 the last anchor of the menu (Offerte aanvragen) breaks on the space, and creates a double line. I have been fiddling around with the CSS a bit but haven't been able to find a solution..
Funny thing is, if I swap the menuitem around with fulfillment for example, everything goes well. So it probably is something with the anchor being the last of the line. But, why?
hi, i think the problem is
hi, i think the problem is with the 184px padding you have given to the div. what must be happening is considering the 184 px padding, the item doesnt fit inside the page and hence it goes out. bcz when i gave it a width of 95%, it did show up. i would suggest, you make a layout where you dont need to giv these padding, to align objects...
mihir.
it does fit, because when I
it does fit, because when I swap the menu around there's no problem at all. Besides, if I reduce the padding on the menu anchors to 0px, there's plenty of space..
the padding is required for the menu to start at the right location. I could try however containing all menu items within a div element, and setting margin-left to that div.
shebang. that does fix it
shebang. that does fix it thanks.
Sure... Great that it
Sure...
Great that it worked...
mihir :thumbsup: