Re: [css-d] Border overlapping image

2007-01-24 Thread Gunlaug Sørtun
Tim Offenstein wrote: > [...] Is there a snippet of code I can add to the CSS that will > force IE to allow the image to float over top of the border like it > does in Firefox? > > http://www.ahs.uiuc.edu. The addition of... .imgLT {position: relative;} ...should fix IE's faulty stacking. rega

[css-d] Border overlapping image

2007-01-24 Thread Tim Offenstein
I have an image that hangs out the bottom of its containment box. No big deal in Firefox, Safari, etc. However, when in full screen width, IE allows the top-border on the head tag below the image to cut across it. Is there a snippet of code I can add to the CSS that will force IE to allow the i