Page 1 of 1

Border around Flash gets a gap - why?

Posted: Fri Jun 04, 2010 4:35 am
by simonmlewis

Code: Select all

.flashbox
{
border-bottom: 1px solid #000000;
border-top: 1px solid #ffffff;
}
I have this div class wrapping around a Flash clip. The border will not go tight up against the flash. But instead I get a 3-4 pixel gap between the border and the Flash looks odd.

Anyone know a CSS (or flash) solution?
And no, there isn't a gap in the Flash movie itself. The gap shown is white, yet the background of the movie is black.