Quote:
|
Originally Posted by BoGeYMaN
Thanks again.
One question then, any ideas how to remove that small green bar under the flash animation? I noticed it was there too, but couldn`t get rid of it. The flash anim is the same height as the div, and I've tried floating it left too, and it still won't get rid of it....and ideas?
|
Does the object tag come with some default padding or margin? Try
Code:
object {
margin: 0;
padding: 0;
}
Or maybe
Code:
object {
display: block;
}
__________________
That's fuckin' ingenious, if I understand it correctly. It's a Swiss fuckin' watch.
|