RockerDude
September 19th, 2001, 06:38 PM
Hello,
I just recently build a site for someone and I used
Your javascript tutorial to have pop up windows executed from my flash. I really liked that script because before I was running the javascript from the HTML document at the server and this one I am actually writing an actionscript. But the problem I am having is I am getting a margin at the top of the window. I happen to be showing some pictures and I have the height and width of the picture exactly as the window size. But when it pops up it shows the picture down with the margin over a 1/4" or more at the top. I checked it out in Netscape and it had about 1/8" on the left side and the same 1/4" at the top. But I really care less about the netscape, I just would like to get it right in IE. I have tried the Topmargin and leftmargin =0 in the body tags but to no prevail. I also tried using CSS and putting in this
style type="text/css"
BODY{
margin-top : 0px; Or just using the margin : 0px;
margin-left : 0px; padding : 0px;
margin-right : 0px;
margin-bottom : 0px;
padding-top : 0px;
padding-left : 0px;
padding-right : 0px;
padding-bottom : 0px;
style
But still didn't work....How can I get rid of this space that is making a less than perfect looking layout? Appreciate any help. Thanks
RockerDude
By the way, I had to leave out the closing tags or arrows so this post would come through, it made me keep changing it. said that HTML was not allowed...So wanted to mention that so There wouldn't be posts on here telling me that, that could be my problem...LOL Thanks...
I just recently build a site for someone and I used
Your javascript tutorial to have pop up windows executed from my flash. I really liked that script because before I was running the javascript from the HTML document at the server and this one I am actually writing an actionscript. But the problem I am having is I am getting a margin at the top of the window. I happen to be showing some pictures and I have the height and width of the picture exactly as the window size. But when it pops up it shows the picture down with the margin over a 1/4" or more at the top. I checked it out in Netscape and it had about 1/8" on the left side and the same 1/4" at the top. But I really care less about the netscape, I just would like to get it right in IE. I have tried the Topmargin and leftmargin =0 in the body tags but to no prevail. I also tried using CSS and putting in this
style type="text/css"
BODY{
margin-top : 0px; Or just using the margin : 0px;
margin-left : 0px; padding : 0px;
margin-right : 0px;
margin-bottom : 0px;
padding-top : 0px;
padding-left : 0px;
padding-right : 0px;
padding-bottom : 0px;
style
But still didn't work....How can I get rid of this space that is making a less than perfect looking layout? Appreciate any help. Thanks
RockerDude
By the way, I had to leave out the closing tags or arrows so this post would come through, it made me keep changing it. said that HTML was not allowed...So wanted to mention that so There wouldn't be posts on here telling me that, that could be my problem...LOL Thanks...