2 replies [Last post]
ro88o
ro88o's picture
User offline. Last seen 3 years 37 weeks ago. Offline
rank Enthusiast
Enthusiast
Joined: 2005-06-29
Posts: 202
Points: 0

Hi,

I have a design at nubornis.com/test that I'm working on. All the CSS is contained in the actual HTML document for now. The problem I'm having is that I've given the div with the ID a negative left margin (-20px) but in IE it gets cut off. I tried modifying the 'overflow' attribute of the div with ID wrapper to visible but it doesn't make any difference. Does anybody know how I can make the surrounding div not cut off the menu div?

Thanks in advance, Tom

www.nubornis.com
Web Development and E-commerce Solutions.

Tyssen
Tyssen's picture
User offline. Last seen 1 day 17 min ago. Offline
rank Moderator
Moderator
Timezone: GMT+10
Joined: 2004-05-01
Posts: 8123
Points: 1302

IE needs position: relative

IE needs position: relative with negative margins.

How to get help
Post a link. If you can't post a link, jsFiddle it.
My blog | My older articles | CSS Reference

ro88o
ro88o's picture
User offline. Last seen 3 years 37 weeks ago. Offline
rank Enthusiast
Enthusiast
Joined: 2005-06-29
Posts: 202
Points: 0

Brilliant, thanks alot

Brilliant, thanks alot Smile

www.nubornis.com
Web Development and E-commerce Solutions.