SitePoint Sponsor |
|
User Tag List
Results 1 to 2 of 2
-
Jan 30, 2002, 14:15 #1
- Join Date
- Jan 2002
- Posts
- 1
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
WHITE SPACE! in image sized popup window
How does one get rid of the white space (margin) in popup windows. My windows are sized to fit the exact measurements of the image they contain. However, while testing my site I noticed that ONLY I.E. 5.0(c) for Macintosh will display the image tight to the window edges. All other Mac browsers and ALL Windows broswers (under 98,2000,ME, and XP) put a small white margin around the image ... effectively pushing the lower right corner out of the window. How do you fix this ... other that sizing the window 15 pixels large on the x and y axis. Any ideas would be appreciated. Thanks in advance.
-George-
-
Jan 30, 2002, 14:25 #2
- Join Date
- Mar 2000
- Location
- nevada, usa
- Posts
- 636
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
you'll have to make the popup window load a page that contains only the image you want to display. in this page, you can define the <body> requirements for no white space:
Code:<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
"There's no justice like angry mob justice!" --Seymour Skinner
Bookmarks