|
|
|
286
   
Group: Forum Members
Last Login: 22/12/2008 16:33:05
Posts: 321,
Visits: 405
|
|
ok people can u help?
http://server20.web-mania.com/users/teamuppo/test.html
I haven't tested this with IE 6 because I haven't got a copy on my but as you can see it screws up only in IE every other browser i've tested its works perfectly so any ideas?
and it the same with anything other than text so images appear in for and so do tables
oh the CSS is
BODY{
margin: 0px;
font-size: 100%;
font-family: Arial, Helvetica, serif;
background-color: #FFFFFF;
color: #000000;
text-align: center;
}
.test {
margin:0px auto 0px auto;
width: 100px;
border: 2px outset #000099;
background-color: #ddddff;
padding-left: 5px;
z-index:-1;
}
div.flashcontainer{
width:780px;
border:0px;
height:35px;
}
########################
EDIT
########################
I've fixed it by doing the following
div.flashcontainer{
margin:0px auto 0px auto;
position:relative;
width:780px;
border:0px;
height:35px;
z-index:999;
}
that seemed to work in IE
_____________________________________________________________
Rig 1: Intel Core 2 Quad Q9300 @2.7Ghz, 4Gb DDR2, Geforce 8800GT, 2x 500GB HDD(SATA), Asus Mobo
Rig 2: Athlon 64 3500+ (2.59 Ghz), 1 GB Geil Ultra DDR-400, Geforce 7600 GT, 120GB Maxtor Hdd (ATA), 250GB Western Digital Hdd (SATA) 500GB Western Digital SATA (870 GB total) and an A8N-E Mobo.
Rig 3: P4 2.4Ghz 768MB DDR333, Geforce TI 4200, 2x 80GB Hdd (ATA) Asus mobo
|
|
|
|