Ebola
02-27-2008, 03:53 PM
I want a rotating banner on one of the pages I have. In the screenshot I attached I have a gif as the top black part, with absolute positioned Home |About |Contact etc, in the top right.
I have a flash movie below that which works fine in IE, but in Opera and FF I get that space between the gif and movie.
Here are my desperate attempts to make it go away
object {
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
img {
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
script {
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
embed {
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
Does anyone know how to fix this?
I have a flash movie below that which works fine in IE, but in Opera and FF I get that space between the gif and movie.
Here are my desperate attempts to make it go away
object {
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
img {
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
script {
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
embed {
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
Does anyone know how to fix this?