HTML Tutorial


 Forum HomeForum Home   FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
RegisterRegister - Not registered yet? Got something to say? Join HTML Code Tutorial!
White space in new window in Mozilla and Firefox
Post new topic   Reply to topic    HTML Help Forum Index -> HTML Tools
View previous topic :: View next topic  
Author Message
memichelle



Joined: 03 Apr 2005
Posts: 2

PostPosted: Sun Apr 03, 2005 3:14 pm     White space in new window in Mozilla and Firefox Reply with quote

Crying or Very sad I hope someone can help.

the popup created from this page works great in Ie, but in Mozilla and Firefox there's white space on the top and left. Anyone know how to make this go away? here's where you can see the code:

http://www.work2go.com/trying_popunder.htm

Thanks very much
degsy



Joined: 23 Feb 2005
Posts: 2440
Location: North East, UK

PostPosted: Sun Apr 03, 2005 6:18 pm     Reply with quote

You need to set the body margins in CSS

Code:
<style type="text/css">
<!--
body {
   margin-left: 0px;
   margin-top: 0px;
   margin-right: 0px;
   margin-bottom: 0px;
}
-->
</style>
memichelle



Joined: 03 Apr 2005
Posts: 2

PostPosted: Sun Apr 03, 2005 8:49 pm     thank you, thank you, thank you Reply with quote

Thank you so much for taking your time to answer me. It works, at first it didn't because I still had my topmargin=0 etc in the body tag. Once I took that out and just relied on the Css statement, it worked!!!!!

Thanks so much!!!!!!!!!!

I sooooo appreciate it!!!!!!

Michelle Very Happy
Display posts from previous:   
Post new topic   Reply to topic    HTML Help Forum Index -> HTML Tools All times are GMT - 8 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
HTML Help Archive
Powered by phpBB © 2001, 2005 phpBB Group
HTML Help topic RSS feed 

 
HOSTING / DESIGN
MAKE MONEY

Home
  |   Tutorials   |   Forum   |   Quick List   |   Link Directory   |   About
Copyright ©1997-2002 Idocs and ©2002-2007 HTML Code Tutorial