Click here to Skip to main content
15,908,013 members
Home / Discussions / Web Development
   

Web Development

 
QuestionNew Person need HELP !!!!!!!!! Pin
Frozen@Sasi12-Jul-06 0:46
Frozen@Sasi12-Jul-06 0:46 
AnswerRe: New Person need HELP !!!!!!!!! [modified] Pin
Jonathan [Darka]12-Jul-06 4:32
professionalJonathan [Darka]12-Jul-06 4:32 
GeneralRe: New Person need HELP !!!!!!!!! Pin
Frozen@Sasi12-Jul-06 9:18
Frozen@Sasi12-Jul-06 9:18 
AnswerRe: New Person need HELP !!!!!!!!! Pin
Guffa12-Jul-06 4:33
Guffa12-Jul-06 4:33 
QuestionDisplay image based on dropdown Pin
MaxJam12-Jul-06 0:15
MaxJam12-Jul-06 0:15 
AnswerRe: Display image based on dropdown Pin
Edbert P13-Jul-06 18:57
Edbert P13-Jul-06 18:57 
QuestionHELP: CSS, merging more than 1 class definition.... Pin
dhruba.bandopadhyay12-Jul-06 0:09
dhruba.bandopadhyay12-Jul-06 0:09 
AnswerRe: HELP: CSS, merging more than 1 class definition.... Pin
Guffa12-Jul-06 3:11
Guffa12-Jul-06 3:11 
Yes, that works just fine.

If you look up texts about precedence in css, you will find a lot about what happens when you specify multiple styles for an element. It's a tricky matter, so there is quite some articles written about it. Your example is rather simple, as the styles doesn't even overlap.

---

If you set the class on the table, you don't need to set the class on every cell in the table also. You can specify style for cells inside a table with a specific class:

table.tree th { height: 25px; }<br />
table.tree td { height: 25px; }


or

table.tree th, table.tree td { height: 25px; }


---
b { font-weight: normal; }

Questionrow move up / move down Pin
pastecopy11-Jul-06 21:54
pastecopy11-Jul-06 21:54 
Questionhow to solve this problem? Pin
isnur11-Jul-06 21:49
isnur11-Jul-06 21:49 
AnswerRe: how to solve this problem? Pin
Paddy Boyd11-Jul-06 22:50
Paddy Boyd11-Jul-06 22:50 
AnswerRe: how to solve this problem? Pin
Guffa11-Jul-06 23:33
Guffa11-Jul-06 23:33 
GeneralRe: how to solve this problem? Pin
Paddy Boyd11-Jul-06 23:47
Paddy Boyd11-Jul-06 23:47 
GeneralRe: how to solve this problem? Pin
Jonathan [Darka]12-Jul-06 4:56
professionalJonathan [Darka]12-Jul-06 4:56 
GeneralRe: how to solve this problem? Pin
Paddy Boyd12-Jul-06 5:00
Paddy Boyd12-Jul-06 5:00 
GeneralRe: how to solve this problem? Pin
Jonathan [Darka]12-Jul-06 5:03
professionalJonathan [Darka]12-Jul-06 5:03 
QuestionGetting Email Read Notification Pin
Mohsen Sajjadi11-Jul-06 21:49
Mohsen Sajjadi11-Jul-06 21:49 
AnswerRe: Getting Email Read Notification [modified] Pin
Brent Lamborn12-Jul-06 3:54
Brent Lamborn12-Jul-06 3:54 
GeneralRe: Getting Email Read Notification Pin
Vasudevan Deepak Kumar12-Jul-06 4:35
Vasudevan Deepak Kumar12-Jul-06 4:35 
Questionfloat: right not working [modified] Pin
eggsovereasy11-Jul-06 5:00
eggsovereasy11-Jul-06 5:00 
AnswerRe: float: right not working [modified] Pin
dwatkins@dirq.net11-Jul-06 9:36
dwatkins@dirq.net11-Jul-06 9:36 
AnswerRe: float: right not working Pin
Guffa11-Jul-06 9:36
Guffa11-Jul-06 9:36 
Questionsecurity on website?? [modified] Pin
campbells11-Jul-06 0:57
campbells11-Jul-06 0:57 
AnswerRe: security on website?? Pin
dwatkins@dirq.net11-Jul-06 3:37
dwatkins@dirq.net11-Jul-06 3:37 
GeneralRe: security on website?? Pin
campbells11-Jul-06 4:27
campbells11-Jul-06 4:27 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.