Results 1 to 2 of 2

Thread: CSS help [Resolved]

  1. #1

    Thread Starter
    Frenzied Member ober0330's Avatar
    Join Date
    Dec 2001
    Location
    OH, USA
    Posts
    1,945

    CSS help [Resolved]

    I'm trying to get a table to have certain properties:

    color: #0099ff;
    width: 1px;
    width: 100%;
    background-color: Black;
    Code:
    table.tablehead {
    		background-color: Black;
    		border: 1px;
    		width: 100%;
    		color: #0099ff;
    }
    And this doesn't seem to work. It gives me the width and background color, but nothing else shows up like it should.
    Last edited by ober0330; Jun 16th, 2004 at 02:56 PM.
    format your code!! - [vbcode] [/vbcode]

    ANSWERS CAN BE FOUND HERE!!

    my personal company

  2. #2

    Thread Starter
    Frenzied Member ober0330's Avatar
    Join Date
    Dec 2001
    Location
    OH, USA
    Posts
    1,945
    Got it!
    Code:
    .tablehead2 {
    	width: 100%;
    	background-color: Black;
    	border-bottom: 2px solid #0099ff;
    }
    format your code!! - [vbcode] [/vbcode]

    ANSWERS CAN BE FOUND HERE!!

    my personal company

Posting Permissions

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



Click Here to Expand Forum to Full Width