Quote:
Originally Posted by ADAM Web Design
You have the top right corner twice. That's part of your problem right there (it's also why you're getting the top right corner in the middle of your black area.)
The gigantic gap between your images in IE is likely caused by your setting of the height property in your UL tag to 80px. The images are only 5px high.
Not really sure why FF wouldn't display the images.
|
I added that for illustrative purposes of having another LI. I added the 2nd right corner just to show where the next <li> element shows up inside my div.
After removing the height, the problem is still there. What is happening, if you look at the original image, is that an equal amount of space is being added above and below, almost as if there is "padding". The thing is, I removed all padding. The following image shows the space:
http://www.iowalum.com/Justin/Develo...blem/space.jpg
The problem is something in the way IE interprets spacing, like usual. And with FF, I simply have no friggin idea why the images aren't displaying.
Anyone else have an idea?
|