Topic: Float problem. (Page 1 of 1) |
|
---|---|
Paranoid (IV) Inmate From: everywhere |
posted 06-18-2003 22:26
I have an image (the camera) floated here: http://members.lycos.co.uk/quis/plog/about.php |
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
posted 06-19-2003 03:50
quisja: I'm not sure what effect you are aiming for but I suspect you might want the picture of the camera on top of the DIVs and if so try setting the z-index. |
Maniac (V) Inmate From: Seoul, Korea |
posted 06-19-2003 06:21
Actually, looking at the code, I don't think it has anything to do with the z-index. That image is inside the div, so there is no way it should be appearing behind the div. The only thing I can think of is that maybe the span is throwing things off. Try using a div instead, or, better yet, applying styles directly to an image class. That's all I can think of at the moment. |
Paranoid (IV) Inmate From: everywhere |
posted 06-19-2003 18:27
Tried all of those things, no luck, but eventually figured it was because the image/span/div wasn't positioned. So I added position:relative to it, and it's working fine now. Thank you both. |