Page is a not externally linkable
- Code, Content, and Presentation
-- CSS
---- CSS Crib Sheet, cheatsheets, shortcut lists, syntax lists, & others


dcrombie - 2:30 pm on Sep 9, 2004 (gmt 0)


Instead of:

h1#homepage {  
color: 0000FF;
}

<h1 id="homepage">top heading</h1>

use:

#homepage H1 {  
color: #00f;
}

<BODY id="homepage">

<H1>top heading</H1>

;)


Thread source:: http://www.webmasterworld.com/css/4514.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com