Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

CSS Forum


You are currently viewing our CSS Forum as a guest. Please register to participate.
Login



Reply
Two Tables, Two Colours
Old 03-04-2006, 02:06 PM Two Tables, Two Colours
hamesy's Avatar
Webmaster Talker

Posts: 639
Name: Steve
Location: Birmingham, England
Trades: 0
I'm designing a website where I require two different colours in two different tables. I'm using CSS to format the tables. I've set the one table colour, but I can't figure out how to set the other tanle colour.

This is my code for one of my tables:
Code:
td { background :#002B82; color : #003399; font-family : tahoma, verdana; font-size : 11pt; padding : 0px; margin : 0px; border : 0px; }
hamesy is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 03-04-2006, 03:04 PM Re: Two Tables, Two Colours
jyoz22's Avatar
Ultra Talker

Posts: 278
Location: Orlando, FL
Trades: 0
okay, try this, just keep the one you already have...

td { background :#002B82; color : #003399; font-family : tahoma, verdana; font-size : 11pt; padding : 0px; margin : 0px; border : 0px; }

and also add this one....


td:two { background :color; color : #003399; font-family : tahoma, verdana; font-size : 11pt; padding : 0px; margin : 0px; border : 0px; }

AND ON THE CELL, OR TABLE SIMPLY ADD class="two" this would make it change to the color you want it.

jyoz22 is offline
Reply With Quote
View Public Profile
 
Old 03-04-2006, 03:11 PM Re: Two Tables, Two Colours
chrishirst's Avatar
Missing! presumed drunk.

Posts: 41,517
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
CSS
Code:
td {
/*common properties*/
;
#one td {
/*local properties*/
}
#two td {
/*local properties*/
}
HTML Code:
<table id="one">
</table>
<table id="two">
</table>
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- I SEO the only industry where all the cowboys are Indians?
chrishirst is offline
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 03-04-2006, 03:57 PM Re: Two Tables, Two Colours
hamesy's Avatar
Webmaster Talker

Posts: 639
Name: Steve
Location: Birmingham, England
Trades: 0
Thanks for the replies and help. I've sorted it now
hamesy is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Two Tables, Two Colours
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.49637 seconds with 12 queries