[css-d] overlapping images using z-index and the float

2010-04-15 Thread MEM
Hello all, I would like to have the logo image to overlap the keyboard image for, let's say, 10px on the left side. http://lab.webhs.pt/webhs_testes/apregi/testOverlapHelp.php I have applied z-index:3; on the logo image. And z-index:1; on the keyboard image. I was expecting that: Adding a

Re: [css-d] overlapping images using z-index and the float

2010-04-15 Thread Philippe Wittenbergh
On Apr 15, 2010, at 8:06 PM, MEM wrote: I would like to have the logo image to overlap the keyboard image for, let's say, 10px on the left side. http://lab.webhs.pt/webhs_testes/apregi/testOverlapHelp.php I have applied z-index:3; on the logo image. And z-index:1; on the keyboard image.