Web Hosting Talk







View Full Version : CSS/DIV bug in iExplorer with small height div?


fischermx
03-29-2004, 01:36 AM
Hi,

I'm slicing a template, in PhotoShop/ImageReady. I'm exporting the result in CSS, not tables.

I have some slices about 8pixels height. The page display fine in both Opera and Netscape, but not in Internet Explorer, they are just missing or lost.

If I change those my slices to be slightly higher, like 12 pixels, they display fine in the three.

Is this a known bug in Internet Explorer ?

fischermx
03-29-2004, 01:41 AM
A little correction, it seems that the minimum height for Internet Explorer in order to display fine these DIVs is 15 pixels.

Why ?

Zopester
03-29-2004, 04:11 AM
Just a suggestion (and without seeing your code, it's nothing more than pure guesswork really!) but try setting the margin and padding for the <div> that's causing you problems to 0.

May fix your problem.

Duncan Idaho
04-02-2004, 09:49 AM
Another suggestion - remove any empty spaces from this div. You can also try setting font size to something like 1px or 2px.

Regards

Rich2k
04-02-2004, 04:13 PM
Do you mean the DIVs aren't there or the images are broken?

Internet Explorer 6 SP1 has a known bug that causes SMALL gif images to fail to load (unless they are in the cache). Often seen with Spacer images.

jpayne
04-02-2004, 06:36 PM
If you could show us your code, it will be easier to diagnose the problem.