>
> In case you don't want to hack it into IE/Mac...
>
> Never mind the height of that column. It'll always be "full height"  
> the
> way your layout works, so you can position from the bottom of the  
> page.
>
> You have a 'clearer' div near the very bottom of the source-code,  
> so you
> might as well use it to get a pretty cross-browser positioning-scheme
> working.
>
> Like so...
>
> <div id="cleaner" style="position: relative;"><img
> src="images/left-nav-bottom-logo.gif" width="140" height="94"
> alt="Cedars-Sinai Logo" style="position: absolute; top: -120px; left:
> 0;"></div>
>
> ....which will make the logo land 120px above the 'clearer', at the
> bottom of the left column.
> Seems to work well in Opera 9tp2, Firefox 1.5.0.1, IE6, IE 5.2/Mac and
> Safari. Just put those inline-styles I've used where they belong - in
> the stylesheet.
>
> regards
>       Georg


WOW!  It had never occurred to me to place the logo in another  
structural part of the page! Thank you!

That worked fine.

(If you are ever over here, or I over there, I owe you a beverage of  
your choosing.   And Molly seems like a very nice cat!)

The bottom:xx; on the logo float WAS working UNTIL I had to  
position:absolute; the left-nave as well, to escape the IE 3-pixel  
bugs around floats, since the height:1% didn't work for my layout.

Now it's off to browsercam.com, to see if anything else broke!

Thanks again!!!

-- Karl
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to