Need css assistance

Discussion in 'Web Development and Programming' started by Adam, Apr 14, 2008.

  1. Adam

    Adam Regular Member

    Joined:
    Mar 17, 2008
    Messages:
    164
    Likes Received:
    0
    Location:
    USA - oursrc.com
  2. thedudleys

    thedudleys Regular Member

    Joined:
    Apr 9, 2008
    Messages:
    201
    Likes Received:
    0
    Location:
    Valrico, Fl
    wish that we knew CSS or we could help you out..but we know some to medium based on HTML...sorry

    :D
     
  3. rangana

    rangana Regular Member

    Joined:
    Apr 12, 2008
    Messages:
    106
    Likes Received:
    0
    Location:
    Cebu City Philippines
    Looks fine on me..could you grab a screenshot on what mess are you getting ;)
     
  4. Adam

    Adam Regular Member

    Joined:
    Mar 17, 2008
    Messages:
    164
    Likes Received:
    0
    Location:
    USA - oursrc.com
    I finally fixed it after a few hours of frustration. thanks though
     
  5. nightlinker

    nightlinker Regular Member

    Joined:
    Apr 3, 2008
    Messages:
    248
    Likes Received:
    0
    in the end dont need css assistance ;)
     
  6. thedudleys

    thedudleys Regular Member

    Joined:
    Apr 9, 2008
    Messages:
    201
    Likes Received:
    0
    Location:
    Valrico, Fl
    lol...true but he will need it once again as he is working on more than one site...

    :D
     
  7. Steven

    Steven Regular Member

    Joined:
    Mar 19, 2008
    Messages:
    18
    Likes Received:
    0
    It was probably the strict DTD... or any xhtml DTD for that matter. If you don't specify each size correctly(this means you can't use %'s) then you can get issues like this. I haven't seen that happen in tables, nor did I think it was possible, but who knows with strict DTD... I know it happend in DIV's... you'd think you could set on 3 divs inline, then make two on the outside static sizes and the one in the middle set to 100%, but no... you can't.. the 100% overlaps the other 2.. to bad there is not wildcards... css needs some rethinking if you ask me. Wouldn't you like it if you could say set these two divs to this size and the other to the rest of what is left? Yeah... that would be nice...
     
  8. Adam

    Adam Regular Member

    Joined:
    Mar 17, 2008
    Messages:
    164
    Likes Received:
    0
    Location:
    USA - oursrc.com
    ya I got pretty frustrated with this but it turns out my sizing was fine, I just had an empty table cell. So the table was viewing this cell as empty so it ignored my set size.
     

Share This Page