test page (<!-- m --><a class="postlink" href="http://www.brookgroup.com/test/mvis/round05c/test.html">http://www.brookgroup.com/test/mvis/round05c/test.html</a><!-- m -->)
Need help aligning this. it's working in PCIE6, MacFF, MacN7, not in MacSaf or MacIE5. MacIE5 i can deal with later. Very surprised Safari is not showing correctly, well, that is if I'm doing it correctly!
Anyway, the right side nav box, orange area, is supposed to be aligned-right, so it moves left and right depending on window width. Safari has it aligned left, against the right edge of the photo.
Some of the easiest things that come to mind first off, are to float or position the box to the right, however, those links are a min-height sort of deal. The orange area is minimally as tall as the photo, taller if there are too many links. If I float or position that area it blows the min-height thing.
I figured I could just drop the stuff ina 100% width DIV and say "align=right" but why this sin't working in Safari has me puzzled. I didn't look in other IEs yet... if I can't get this to behave more reliably I'll have to stick this stuff in a table... ugg...Do not use floats if you do not intend them to be floating.
I would expect better cross-browser behaviour from an absolutely positioned block.
Need help aligning this. it's working in PCIE6, MacFF, MacN7, not in MacSaf or MacIE5. MacIE5 i can deal with later. Very surprised Safari is not showing correctly, well, that is if I'm doing it correctly!
Anyway, the right side nav box, orange area, is supposed to be aligned-right, so it moves left and right depending on window width. Safari has it aligned left, against the right edge of the photo.
Some of the easiest things that come to mind first off, are to float or position the box to the right, however, those links are a min-height sort of deal. The orange area is minimally as tall as the photo, taller if there are too many links. If I float or position that area it blows the min-height thing.
I figured I could just drop the stuff ina 100% width DIV and say "align=right" but why this sin't working in Safari has me puzzled. I didn't look in other IEs yet... if I can't get this to behave more reliably I'll have to stick this stuff in a table... ugg...Do not use floats if you do not intend them to be floating.
I would expect better cross-browser behaviour from an absolutely positioned block.