[WSG] Getting an image to slide behind another, not drop below

2005-08-11 Thread Richard Lake
I'm working on a site that is still only local at the moment so unfortunately I don't have a link that I can provide. I've got a header that has an linked image on the left and a floating image on the right, and there's background image to provide continuity between the two. This works well while

Re: [WSG] Getting an image to slide behind another, not drop below

2005-08-11 Thread standards
Hi Richard, You might want to consider using stacking to achieve your desired effect, which requires using absolute positioning: !--The higher an item's z-index, the nearer it appears to the viewer.-- div style=position: absolute; top: 100px; left: 264px; z-index: 1; img src=abc.jpg //div div

Re: [WSG] Getting an image to slide behind another, not drop below

2005-08-11 Thread Nick Gleitzman
On 12 Aug 2005, at 5:17 AM, Richard Lake wrote: if I could somehow get the right hand image slide to behind the left hand image instead of drop beneath it then I can support widths of less than 770 without the header breaking. Is there a way of doing this? Richard, check out my site; I do