Results 1 to 3 of 3

Thread: Firefox table borders disappearing

  1. #1
    Join Date
    Mar 2007
    Posts
    23
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Firefox table borders disappearing

    I have my table border code in a css file and linked to my php page. My table border is set to have the left and right shown but the top and bottom not. In IE the border is shown. In Firefox it isn't.

    Code:
    .bordertest {
    	border:solid;
    	border-bottom: none;
    	border-top: none;
    	border-left: 1px;
    	border-right: 1px;
    	border-color: #00a8ff;
    }
    Any help would be much appreciated.

  2. #2
    Join Date
    Dec 2004
    Location
    UK
    Posts
    2,358
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Please post a link to a demonstration. CSS rules are rarely useful in isolation.

    Mike


    Expect this to be moved to the CSS forum in the near future.

  3. #3
    Join Date
    Mar 2007
    Posts
    23
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Very sorry, didn't even think about it being a css issue. If a moderator would please delete this post I'll repost it properly with a demonstration in the CSS 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
  •