IE 7 Issue w Float

Hello,

Ok so for some reason only in IE7 when I float another div next to another it shows up below that div and not next to it. Haven’t come across this one yet, here is the link…

http://bugattimusicgroup.com/2011site

You’ll notice in IE7 for some reason the Social Icons show up at the bottom when they should show up to the right of the Tweet.

Any reason why this is acting like this in IE7 all other browsers when tested in Adobe BrowserLab look great except IE7.

If someone could let me know how to fix this that would be much appreciated.

Thanks,

Mike

Try adding

#social {width: 100%;}

Often adding a width to a container helps with older versions of IE. It will give the container ‘layout’.

Perfect that worked!!!

Thanks so much!!! :slight_smile: