Thread: css help needed
View Single Post
Old 05-09-2005, 07:57 PM   #1 (permalink)
cyberdread
New Member
 
Join Date: Apr 2005
Posts: 13
Default css help needed

I have a table with a flash movie inside, within a div on my html page. linked to the div (id-all) is a CSS external stylesheet with the code:
#all
{
width: 886px;
margin: 0 auto
}

this centres my flash movie on the middle of the page (horizontal)

the problem is: there is large gap of several pixels from the top to the flash movie where you can see the black background. And yes I checked table border=0 and cellpadding is also 0.

What CSS code do I add to keep the div in the centre but 0pixels from the top?
cyberdread is offline   Reply With Quote