• Sorry, I’m sure there’s a simple solution for my problem, I just can’t see it.
    On my blog page, the cell that contains the wordpress-powered text seems to stretch the height of the table, and in spite of my valign attributes the side navigation bars get pushed down. Can anyone tell me what I’m doing wrong here?
    Bad table: http://www.dinthoniel.org/
    Good table: http://www.dinthoniel.org/about.php
    Thanks a bunch!!

Viewing 15 replies - 1 through 15 (of 15 total)
  • Probably remove the line height in the .CSS πŸ™‚

    Thread Starter Anonymous

    Nah. Doesn’t compute. I use the same CSS incl. line heights on the pages that look fine. Thanks for the suggestion, though.

    In your navigation table on the left on the first page there is a small, empty DIV that perhaps is pushing the table contents down.
    I am using Firebird as a browser, and a set of Web Developer Tools that work with Firebird which, among other things, can outline block level elements and tables. This is how I can see an empty DIV at the top of the left-hand navigation.
    HTH.
    Craig.

    Actually, the more I look at it, it seems that perhaps your intent was to wrap the table with the DIV. If that is the case, then that didn’t happen. The DIV is not wrapping the table in the same way as the table on the right-side navigation.
    Craig.

    Thread Starter Anonymous

    Hm. The DIV is just supposed to control the appropriate CSS styles. And I have the same DIV tag for the right hand navigation… Thanks anyway.
    Still clueless,
    Irina.

    Irina,
    I understand what you are saying about the DIV tag and the CSS styles. What I am saying is that your right-hand navigation table is nicely nestled in a DIV wrapper. However, the left-hand table is NOT within a DIV.
    I will do a screen capture of the outlines and post it on my site this afternoon or this evening.
    Craig.

    Irina,
    If you visit http://www.nuclearmoose.ca/screens/images/ you will see the screen captures I got on Firebird. One shows Block Level Elements outlined, one shows Table Elements outlined, and the third shows both outlined together. It may be too much of a cluster to get anything from, but I posted it anyway.
    You will see that your DIV structure on the left side is different than the DIV on the right.
    I hope this helps.
    Craig.

    Thread Starter Anonymous

    Craig,
    thanks so much for the time & effort you put into this!
    I can see from your images what you’re talking about, but it doesn’t reflect in the code!! For both cells, left and right, I have the tag structure <td><div><table>…</table></div></td>
    So either something else causes the problem or I’m going insane… πŸ™
    Irina.

    Irina,
    Sorry to hear that. I know how frustrating stuff like this can be.
    Oh, wait…I just saw something in your latest post…do you actually have DIVs inside of a TABLE?
    It seems to me that you can put a TABLE into a DIV, but not vice-versa. Your code above implies to me that you have a TABLE with a DIV with a TABLE. Is this correct? This may, in fact, be the problem.
    I have a forum where I can ask this question. I’ll post the reply when I get it.
    Craig.

    Irina,
    Could you post the actual code? I can have some experts look at it and maybe a fresh set of eyes will find an issue. Here is part of an answer I have already received:
    “You can place divs within a table. However, if those divs are absolutely positioned (and maybe fixed too, not sure), then the divs will not appear within the table cell its code is within.”
    They would like to see the actual code, if possible.
    Craig.

    Thread Starter Anonymous

    Craig,
    as it seems to be difficult to post code here, could I e-mail you a txt file? If so, where to?
    Once again, I can’t thank you enough!!
    Irina.

    Irina,
    Craig (at) nuclear moose dot com.

    Thread Starter Anonymous

    Craig,
    it is done! I needed a moment to glue all the includes back into one file!
    Happy Thanksgiving, btw.
    Irina.

    I hate to drag this up again.
    I just found out that everything looks perfectly fine in Netscape 7.0, but the other browsers I tested just don’t like it.
    Any ideas on that? Anyone?
    *sob*,
    Irina.

    Are you using .CSS? If so, is it’s validated? I use valid .CSS and can view my site in all browsers relatively the same, there may be slight differences.

Viewing 15 replies - 1 through 15 (of 15 total)

The topic ‘Problem w/ table height’ is closed to new replies.