Click to See Complete Forum and Search --> : Space at the top of my pop-up window w/FireFox


threelefts
05-03-2005, 05:48 PM
When I use IE to view this site the pop up looks fine. But when I use FireFox it has a space at the top. Not sure how to fix this. Any ideas??

http://www.threelefts.com/test/

felgall
05-03-2005, 05:54 PM
Each web browser sets different margins and padding by default. You can override this by specifying body{margin:0;padding:0;} in the stylesheet for the web page that you are displaying in the popup window (note that this will not correct the problem for Netscape 4 but works for more recent browsers).

HaganeNoKokoro
05-03-2005, 05:58 PM
ditch the <p> tags in your popup page, they probably have a default margin too.

threelefts
05-03-2005, 11:22 PM
ditching the <p> tags took care of it... thanks!