> From: Arnie Shafer
> 
> Could someone please tell me why the hr's are not showing in 
> FF.  Here is the css code I am using:
> 
> div #container #main-text hr { 
> color: #003300; 
> background-color: #003300; 
> height: 2px;} 
> 

I used your css and this markup:
<div>
<div id="container">
<p>Container div.</p>
<div id="main-text">
<p>Main text div stuff.</p>
<p>A hr should be under this para.</p>
<hr />
<p>Another hr should follow this para.</p>
<hr>
</div>
</div>
</div>

I saw coloured hr's in IE 6 and FF 1.0.4
Although I made them 20px & red so it was easier to see what was happening.

-- 
Peter Williams


______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to