imsims
11-02-2006, 10:11 AM
Hi all !
I´m a noob who just got the flash mp3player to work on my site.
It works perfectly in Firefox but it doesn´t work at all in IE.
Can someone tell me what I´ve done wrong ?
Here´s the adress: http://www.mellow.nu/main.htm
The alignment of the player is different in IE compared to Firefox and the border
of the bottom div is missing in IE.
Don´t laugh, but here´s the .css (I´m not sure what I´m doing really) :D
.main {
background-color: #000000;
position: absolute;
left: 150px;
top: 100px;
width: 500px;
height: 372px;
}
.Menu {
background-color: #FFFFFF;
position: absolute;
left: 804px;
top: 180px;
width: 123px;
}
.bottom {
background-color: #FFFFFF;
position: absolute;
width: 500px;
height: 0;
left: 300px;
top: 490px;
border: 1px solid #9F0000;
}
.Player {
background-color: #000000;
position: absolute;
left: 600px;
top: 90px;
width: 200px;
height: 51px;
}
THANKS !
I´m a noob who just got the flash mp3player to work on my site.
It works perfectly in Firefox but it doesn´t work at all in IE.
Can someone tell me what I´ve done wrong ?
Here´s the adress: http://www.mellow.nu/main.htm
The alignment of the player is different in IE compared to Firefox and the border
of the bottom div is missing in IE.
Don´t laugh, but here´s the .css (I´m not sure what I´m doing really) :D
.main {
background-color: #000000;
position: absolute;
left: 150px;
top: 100px;
width: 500px;
height: 372px;
}
.Menu {
background-color: #FFFFFF;
position: absolute;
left: 804px;
top: 180px;
width: 123px;
}
.bottom {
background-color: #FFFFFF;
position: absolute;
width: 500px;
height: 0;
left: 300px;
top: 490px;
border: 1px solid #9F0000;
}
.Player {
background-color: #000000;
position: absolute;
left: 600px;
top: 90px;
width: 200px;
height: 51px;
}
THANKS !