[css-d] IE6 kills Swedish Chef! (overflow problem with float:right and negative margin-right)

2007-01-07 Thread Tim Bailen
Hi! I'm new to CSS and have been having pretty good luck. This one is frustrating me however... I have a fixed width div with a bunch of text in it. I added an image of the Swedish Chef which I want to float right. No problem. Ok, now, I want the Swedish Chef to partially hang outside of the

Re: [css-d] IE6 kills Swedish Chef! (overflow problem with float:right and negative margin-right)

2007-01-07 Thread Gunlaug Sørtun
Tim Bailen wrote: IE6 sadly clips the image to the div's fixed width. http://www.talk-to-strangers.com/staging/jobs.htm IE6 gets the stacking wrong beyond the container-edge. Add... #imgChef { position: relative;} ...to make IE6 stack the whole image visibly on top. regards Georg