Hi, I have a div at my website that shows different heights depending on the make of browser: http://www.q-leadz.com The big green section with the phone is the div I'm taking about. It shows correctly in Firefox, but in IE it's almost doubled. Can anyone help to resolve this?! It's driving me mad...
Try this in your css in .featimg img class .featimg img{ margin:0; float:right; padding:0; position:relative; top:0; right:0; } You can then position the image correctly with the top and right, just find the right pixel amount. Hope this helps.