HighDots Forums  

<hr> problem

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss <hr> problem in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Neil Smith
 
Posts: n/a

Default <hr> problem - 11-25-2005 , 11:09 AM






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?
Thanks



Reply With Quote
  #2  
Old   
Joe Makowiec
 
Posts: n/a

Default Re: <hr> problem - 11-25-2005 , 11:16 AM






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">&nbsp;</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


Reply With Quote
  #3  
Old   
Steve
 
Posts: n/a

Default Re: <hr> problem - 11-25-2005 , 11:17 AM



On Fri, 25 Nov 2005 16:09:46 -0000, "Neil Smith"
<savispud2000 (AT) yahoo (DOT) co.uk> 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?
noshade is deprecated - try removing it.
--
steve at flyingtigerwebdesign dot com


Reply With Quote
  #4  
Old   
Neil Smith
 
Posts: n/a

Default Re: <hr> problem - 12-02-2005 , 01:31 PM



The problem resolved itself with the latest update of FF
"Neil Smith" <savispud2000 (AT) yahoo (DOT) co.uk> 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?
Thanks




Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.