Results 1 to 3 of 3

Thread: gap in table with image slices

  1. #1
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default gap in table with image slices

    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
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

  2. #2
    Join Date
    Jul 2006
    Location
    Canada
    Posts
    2,581
    Thanks
    13
    Thanked 28 Times in 28 Posts

    Default

    Sometimes with Internet Explorer, creating a new line might add unwanted space.
    Example:
    Code:
    <input>
    <input>
    ...is different than:

    Code:
    <input><input>
    - Mike

  3. #3
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    Hmm..... I messed with that a bit. I'll play some more.



    EDIT: IE is so stupid. That was the problem.
    I had:
    Code:
    <img src....>
    </td>
    changed it to:
    Code:
    <img src...></td>
    Good to know.... heh.
    Last edited by djr33; 09-14-2006 at 12:21 AM.
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •