On 25 Nov 2005 in macromedia.dreamweaver, Neil Smith wrote:
Quote:
http://www.feiscentral.org/
Dear All,
if you look at the above page in IE the CSS properties of <hr> are
displayed correctly but are not in FF. Why? |
<hr>s have a long history of being hard to style in browsers other than
IE. Some options:
- Insert another element and style it the way you want the rule to look:
<p class="myrulestyle"> </p>
You would set height, width, color, border attributes in CSS and come up
with something which looks a whole lot like your <hr>s.
- Use an image which looks like the HR you want
- Use CSS borders on the element you want the HR to appear near. That
will only allow a single color, however, so you wouldn't be able to get
the 2-color rules you're trying for.
--
Joe Makowiec
http://makowiec.net/
Email: http://makowiec.net/email.php