Log in

View Full Version : gap in table with image slices



djr33
09-13-2006, 09:12 AM
I've tried everything with this page, and I just can't find the problem. In IE (6/pc), there's a gap between the top image of the curtain, across the top, and the side image. In FF and other browsers, no problem.
I'm sure it's not a complex fix, but I can't find it.

If you see the problem and/or can suggest a general way to set the table to not shift like that, it would be helpful.

By the way, this is just a layout that I will be coding into a php script with a database, so there's no content yet.

See the page here:
http://thebrb.com/theater/fix.php

mburt
09-13-2006, 06:41 PM
Sometimes with Internet Explorer, creating a new line might add unwanted space.
Example:

<input>
<input>

...is different than:


<input><input>

djr33
09-13-2006, 11:56 PM
Hmm..... I messed with that a bit. I'll play some more.



EDIT: IE is so stupid. That was the problem.
I had:
<img src....>
</td>changed it to:

<img src...></td>
Good to know.... heh.