PDA

View Full Version : MS 6.0 ve 7 VS Firefox


360true
6th December 08, 01:40 PM
On an about to be lauched site:
http://69.13.130.134 the top of the DONATE button is cut off on IE6.0 but appears fine on Firefox and 7.0.

I have tried adjusting the heights of "all" divs with no success.

(this is 7.0 and Firefox)
http://69.13.130.134/images/test-csshelp.jpg


Any thoughts?

Thanks.
360true

kapp3rs
7th December 08, 11:10 PM
Try removing margin-top: -7px from li.donate, and instead adding


position: relative;
top: -7px;