Navigation buttons help

  • Thread starter Thread starter Donna in Idaho
  • Start date Start date
D

Donna in Idaho

I just redid my website and moved the Navigation Buttons to the top Shared
Border. However, in Opera and Netscape all of the buttons don't show. In IE
they wrap to the next line and all buttons are visible. How can I fix the
buttons in Opera & Netscape?

FP 2003
 
Change the style of your link bar, or use multiple custom link bars.
IE incorrectly allows the bar to wrap on the | character, whereas
other browsers honour the rules and do not allow wrapping where the
code says not to.

This segment (targets and inline styles removed for clarity)

<nobr>Home</nobr>&nbsp;|&nbsp;<nobr><A
HREF="blanket_guidelines.htm">Blanket&nbsp;Guidelines</A></nobr>&nbsp;
|&nbsp;<nobr><A
HREF="BlanketDaysSched.htm">Calendar</A></nobr>&nbsp;|&nbsp;<nobr>

shows that there is no whitespace where the text can wrap - but IE
wraps it anyway.
 
Back
Top