| The Master 2004-07-26, 7:16 pm |
| I ask this because I have a bread Crumb navigation on this new design
layout:
http://www.goldhilmedia.com/showbug/finished.html
(the section I'm referring to is Main Category --> Sub Category 1 -->
Sub Sub Category, which is located right below the top navigation)
floats as intended in Opera 4-6, Ie5.x, Ie 6.0, Firefox, Safari 1.2,
Ie5.2mac, NN6x, Moz 1.0, and Moz 1.4. However in opera 7.5 it will not
float the bread crumb unless I specify a width on the UL element. This
causes a problem because it no longer expands and contracts as the
text dictates; on Further note specifying a width on the UL element
causes it to not float in Safari 1.2 or Opera 4-6, unless I specify a
width on it's containing div. But then I have to make the first UL in
the list 100%, and each subsequent a different length to make it work,
in other words more code bloat and not effective if the bread crumb
exceeds more than 2 subsections.
So which Browser or Browsers is floating properly? Opera 7.5, which
requires a specified width or the others, which don't require a
specified width?
If Opera 7.5 is the one getting it wrong how can I modify my CSS to
compensate for Opera 7.5 (preferably with out a hack, in other words
is their some default property on UL elements in opera 7.5 that is
causing them not to float)?
Thanks,
The Master
|