Re: [css-d] How can I do an image overlap with CSS?

2006-06-18 Thread Bob Rosenberg
At 21:35 -0700 on 06/17/2006, Robert Lane wrote about Re: [css-d] How can I do an image overlap with CSS?: Well those lines lost it in transmission - sorry. Basically I want Img A Img B where Img B overlaps and covers the lower right 2/3 of Img

[css-d] How can I do an image overlap with CSS?

2006-06-17 Thread Robert Lane
I want to put two images (photos) into the main body of a 3 column layout that is done in CSS. I want one photo to appear in front of the other and with an offset from the other photo. Something like this: __ __ | _ | _ | |

Re: [css-d] How can I do an image overlap with CSS?

2006-06-17 Thread Robert Lane
Well those lines lost it in transmission - sorry. Basically I want Img A Img B where Img B overlaps and covers the lower right 2/3 of Img A. Robert Lane wrote: I want to put two images (photos) into the main body of a 3 column layout that is done

Re: [css-d] How can I do an image overlap with CSS?

2006-06-17 Thread Robert Lane
Well maybe this is an answer. I tried changing the positions from right to left and with this it seems ok in Firefox and IE Anyone see problems in other browsers? www.tnrc.lane-consulting.com div #pics { /*border: 1px dashed red; */ position: relative; top: 0; left: 0;

Re: [css-d] How can I do an image overlap with CSS?

2006-06-17 Thread Gunlaug Sørtun
Robert Lane wrote: I want to put two images (photos) into the main body of a 3 column layout that is done in CSS. I want one photo to appear in front of the other and with an offset from the other photo. www.tnrc.lane-consulting.com Floating both images will work a lot more reliable