Current location: Hot Scripts Forums » General Web Coding » CSS » table border


table border

Reply
  #1 (permalink)  
Old 06-15-05, 11:11 PM
xtreme231 xtreme231 is offline
Newbie Coder
 
Join Date: Jun 2005
Posts: 17
Thanks: 0
Thanked 0 Times in 0 Posts
Post table border

is it possible to have different table border sizes and their different colors through css.
how can i do it.
i want the following settings for the table.
left-border ----border-size 2px------border-color #009900
right-border ----border-size 2px------border-color #009900
top-border ----border-size 1px------border-color #000000
bottom-border ----border-size 1px------border-color #000000
any help will be appreciated.
thanks.
Reply With Quote
  #2 (permalink)  
Old 06-16-05, 06:49 AM
koncept
Guest
 
Posts: n/a
yes it is

table {border-color: red green blue yellow}
top border will be red, right border will be green, bottom border will be blue, left border will be yellow

http://www.w3schools.com/css/pr_border-color.asp
Reply With Quote
  #3 (permalink)  
Old 06-16-05, 10:44 AM
Keith's Avatar
Keith Keith is offline
Community Liaison
 
Join Date: Feb 2004
Posts: 1,232
Thanks: 1
Thanked 11 Times in 11 Posts
Code:
.tableborder {
border-top: #000000 1px solid;
border-right: #009900 2px solid;
border-bottom: #000000 1px solid;
border-left: #009900 2px solid;
}
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Problem with Auto Dealer Script nuzzle PHP 17 04-14-10 08:34 PM
table border question timmy long HTML/XHTML/XML 5 05-23-05 09:36 AM
Problem with a sort table js function tdubyou JavaScript 0 05-03-04 09:19 AM
auto table resize derick_2k JavaScript 4 04-26-04 02:32 PM
Newbie MySQL fccolon PHP 2 03-16-04 10:54 AM


All times are GMT -5. The time now is 01:39 PM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.