PDA

View Full Version : Design Probs in IE but not Firefox...



Recursion
05-12-2006, 07:28 PM
Hello,

I have a top bar header type thing lol and it is set to 100% Width, Now it doesn't work in IE but does in Firefox.

Firefox works:
http://www.****************/uploads/0084a87bdf.png (http://www.****************)

IE Doesn't:
http://www.****************/uploads/a529bbab94.png (http://www.****************)

Here is the CSS Code:


#Layer1 {
position:absolute;
width:100%;
height:53px;
z-index:1;
clip: rect(0px,auto,auto,0px);
left: 0px;
top: 0px;
background-image: url(Coded%202/Untitled-2_r1_c1.png);
}


Any help, Now I know why most webdesigners dont like people who use IE!!

Thanks
Tom

tekni
05-12-2006, 07:46 PM
#Layer1 {
position:absolute;
width:100%;
height:53px;
z-index:1;
clip: rect(0px,auto,auto,0px);
margin-right: 0px;
margin-left: 0px;
margin-top: 0px;
background-image: url(Coded%202/Untitled-2_r1_c1.png);
}

I'm only guessing.

Recursion
05-12-2006, 07:51 PM
No :( But thanks for trying!

tekni
05-12-2006, 07:52 PM
#Layer1 {
position:absolute;
width:100%;
height:53px;
z-index:0;
margin-right: 0px;
margin-left: 0px;
margin-top: 0px;
background-image: url(Coded%202/Untitled-2_r1_c1.png);
}
Try that

I'm trying to learn coding, so i'm bound to be crap :P

Recursion
05-12-2006, 07:55 PM
no, thats worse! rofl

Want to hide these adverts? Register an account for free!