Click here to Skip to main content
15,897,704 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: Good book for HTML-Development ? Pin
Not Active2-Oct-10 10:09
mentorNot Active2-Oct-10 10:09 
AnswerRe: Good book for HTML-Development ? Pin
Gordon Brandly26-Oct-10 10:19
Gordon Brandly26-Oct-10 10:19 
QuestionIssue in building XML using Request.Form in asp pages Pin
Dpriya27-Sep-10 23:28
Dpriya27-Sep-10 23:28 
AnswerRe: Issue in building XML using Request.Form in asp pages Pin
vaghelabhavesh29-Sep-10 18:13
vaghelabhavesh29-Sep-10 18:13 
Questionsettimeout Pin
Ajay Kale New27-Sep-10 18:46
Ajay Kale New27-Sep-10 18:46 
AnswerRe: settimeout Pin
Peter_in_278027-Sep-10 19:40
professionalPeter_in_278027-Sep-10 19:40 
GeneralRe: settimeout Pin
Ajay Kale New27-Sep-10 19:52
Ajay Kale New27-Sep-10 19:52 
QuestionWhat's With h1, h2 ? ? ? [modified] Pin
W Balboos, GHB24-Sep-10 3:42
W Balboos, GHB24-Sep-10 3:42 
The following works for h3 - h6, but not h1 or h2

.test h1,h2,h3,h4,h5,h6 {
   font-style:  italic;
}

.test h1,h3,h5 {
   color:  red
}
.test  h2,h4,h6 {
   color:  maroon;
}

Specifically, 'italic' is ignored for h1, h2, red ignored for h1, maroon ignored for h2
BUT
If I rearrange so that neither h1 nor h2 is the first in either list, then all is well for all h's
OR
If I put a dummy value as the first arg in the lists, all is well.
[ex: .test dummy, h1, h2, h3, h4, h5, h6 { stuff }

Is there some rule about h1,h2 I never learned, or is this a weird bug in CSS ?

Additional Notes:
This is in an external style sheet, but seems to be the same when declared in

Browsers tested:
Firefox 3.6.10 and IE6 . Also, rendering in Expression Web 3 design window.

Header:



Anyone know what's up (and are there other such weirdnesses ?)
"The difference between genius and stupidity is that genius has its limits." - Albert Einstein
"As far as we know, our computer has never had an undetected error." - Weisert
"If you are searching for perfection in others, then you seek dissappointment. If you are searching for perfection in yourself, then you seek failure." - Balboos HaGadol Mar 2010

modified on Friday, September 24, 2010 9:48 AM

AnswerRe: What's With h1, h2 ? ? ? Pin
Sunasara Imdadhusen4-Oct-10 2:12
professionalSunasara Imdadhusen4-Oct-10 2:12 
GeneralRe: What's With h1, h2 ? ? ? Pin
W Balboos, GHB4-Oct-10 3:18
W Balboos, GHB4-Oct-10 3:18 
AnswerRe: What's With h1, h2 ? ? ? Pin
Macotti20-Oct-10 1:22
Macotti20-Oct-10 1:22 
GeneralRe: What's With h1, h2 ? ? ? Pin
W Balboos, GHB8-Nov-10 2:14
W Balboos, GHB8-Nov-10 2:14 
GeneralRe: What's With h1, h2 ? ? ? Pin
Macotti8-Nov-10 14:27
Macotti8-Nov-10 14:27 
AnswerRe: What's With h1, h2 ? ? ? Pin
W Balboos, GHB9-Nov-10 7:29
W Balboos, GHB9-Nov-10 7:29 
GeneralRe: What's With h1, h2 ? ? ? Pin
Macotti9-Nov-10 15:24
Macotti9-Nov-10 15:24 
GeneralRe: What's With h1, h2 ? ? ? Pin
W Balboos, GHB10-Nov-10 3:21
W Balboos, GHB10-Nov-10 3:21 
QuestionExport excel data to SQL server in ASP Pin
priyaahh23-Sep-10 23:05
priyaahh23-Sep-10 23:05 
AnswerRe: Export excel data to SQL server in ASP Pin
Poonam Gandash6-Oct-10 2:40
Poonam Gandash6-Oct-10 2:40 
QuestionFree Adobe Flash Template Site Pin
jaglenn23-Sep-10 10:23
jaglenn23-Sep-10 10:23 
AnswerRe: Free Adobe Flash Template Site PinPopular
DaveAuld23-Sep-10 10:31
professionalDaveAuld23-Sep-10 10:31 
GeneralRe: Free Adobe Flash Template Site Pin
DaveAuld24-Sep-10 12:17
professionalDaveAuld24-Sep-10 12:17 
QuestionHow to Construct the Sidebar Menu Like the one at the left in the Codeproject Pin
sajid.salim.khan23-Sep-10 4:45
sajid.salim.khan23-Sep-10 4:45 
QuestionPROBLEM WITH IE8 AND ABOVE BROWSERS Pin
vallu_hari15-Sep-10 20:08
vallu_hari15-Sep-10 20:08 
AnswerRe: PROBLEM WITH IE8 AND ABOVE BROWSERS Pin
R. Giskard Reventlov15-Sep-10 20:35
R. Giskard Reventlov15-Sep-10 20:35 
AnswerRe: PROBLEM WITH IE8 AND ABOVE BROWSERS Pin
Eduard Keilholz22-Sep-10 1:47
Eduard Keilholz22-Sep-10 1:47 

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.