Log in

View Full Version : Spacing Issue in IE Only.. Please help!



ikon
02-13-2011, 08:00 PM
I am trying to figure out how to get rid of the space below each of the product images on my website. The space appears between the bottom of the image and the drop down menu, at this link: http://cutesttrends.com/dresses.html

The space only appears in IE, it does not appear in FF

Thank you for your help!

jessicafox
02-23-2011, 05:22 AM
Looks same, don't find any space.

Abdullahabin
03-09-2011, 02:43 AM
I also don't get the spacing with IE. What version are you using?

Abdullahabin
03-09-2011, 02:44 AM
Also, there are some nice dresses in your site :)

davelf
03-09-2011, 03:16 AM
Please post your line of code, so we can check.

and i see in your source code your using <br>, may be you can change it to

<div style="margin:20px;"></div>

And another thing


class="special magnify"

you need to double check, what that css use for, may be there's the problem come from.


one more thing


<center><table width=680>


it better if you change it to


<table align="center" width="680">


Good Luck