Results 1 to 2 of 2

Thread: my table borders change size in FF

  1. #1
    Join Date
    Aug 2006
    Location
    Evora
    Posts
    16
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default my table borders change size in FF

    i found my problem. but still i can't solve it.

    I can notice that my tables get a huge side border even if i dont have a border on that table. also the tables i have borders, they get a huge border size change.

    site

    please help me knowing why my table borders change size in FF. thank you very much.

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

    Default

    I learned this little trick from Girard_Ibanez, it's sets the global margin and padding to 0px (stylesheet)

    Code:
    <style type="text/css">
    * {
    margin:0px;
    padding:0px
    }
    </style>
    hopefully it'll help.
    - Mike

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
  •