Re: [css-d] Div overlap of floated image

2006-02-21 Thread Gunlaug Sørtun
Vic Rauch wrote: > http://vicrauch.com/Untitled-2.htm > Photo that is floated right on this page is being overlaid by a div on the > left, but I can't figure out how to stop it. Of course it works OK in > FireFox. Add... #photoright {position: relative;} ...and IE/win will layer correctly.

[css-d] Div overlap of floated image

2006-02-21 Thread Vic Rauch
Web page at: http://vicrauch.com/Untitled-2.htm and css at: http://vicrauch.com/css/Untitled-1.css Photo that is floated right on this page is being overlaid by a div on the left, but I can't figure out how to stop it. Of course it works OK in FireFox. Any help greatly appreciated! Vic