CSS IE issue
- Started
- Last post
- 10 Responses
- rough
Hey guys. hope somone can help me - this has been wreckin my head.
I'm positioning an image relatively on a page with a z-index:1 as I want it to appear over everything else - in firefox it works fine of course but IE6 doesnt even display the image!
anyone any tips? much appreciated.
- weestu0
link?
- Terminal270
link??
- airey0
yeah brother, link the example and let the advice roll forth.
- airey0
hey weestu, i'm lovin' the coffee machine at the back. i ant a mug that size.
- rough0
Unfourtanetly it's runnin on .NET on my local - cant make it public,
here's the css im using for the image tho if thats any good..
.bubble-img
{
position:absolute;
top:135px;
left:700px;
z-index:1;
}
- weestu0
this might help: http://24ways.org/advent/zs-not-…
- Terminal270
Try removing the z-index... cos its shite.
Then put the html code for you div and images in the opposite place from where you have it now.
Eg. If your website content is first in the file, put it after the div with the image...
- rough0
cool link weestu, cheers!
- rough0
thanks guys I cracked it!
