FLASH Q - No border please!
- Started
- Last post
- 9 Responses
- non
How can I have a flash movie fit EXACTLY into a pop-up window. Without any border on the top and left hand side of the movie.
Is there an option when I publish the site? Do I do it in the html file?
Thanks for the help.
- jpea0
lose the margins with css
body { margin: 0px 0px 0px 0px; }
- non0
I love you.
- jpea0
awe
- non0
Jpea, I have one more question.
how come my centered pop-up window doesn't work in IE. Works fine with safari, but IE just doesn't want to open it.
I took the free coding off www.kirupa.com
- non0
This is the exact link to the codding.
- jkosoy0
hey! you're forgetting all about the firefox users.
body
{
margin:0;
padding:0;
border:0;
height:100%;
}done and done. And now the firefox people love you.
- non0
Thanks, I don't usually do web.
- non0
I only tested the site with safari on a mac. How f*cking dumb. Now everything just doesn't work on IE.
Oh well, I guess thats why I'm not a web designer.
- jpea0
http://home.swfla.rr.com/centerp…
works like a charm