Help with a popup window, Getting the size right.. |
Help with a popup window, Getting the size right.. |
Dec 7 2004, 12:34 PM
Post
#1
|
|
|
Member ![]() ![]() Group: Member Posts: 22 Joined: Nov 2004 Member No: 62,714 |
http://www.xanga.com/home.aspx?user=protegechris
If you click on the picture for weather, it pops the window open, but as you see, there is white space on the top and on the left. I'd like the picture to be the only thing visible in the window, with no blank space. Is this possible? |
|
|
|
![]() |
Dec 8 2004, 12:05 AM
Post
#2
|
|
|
Member ![]() ![]() Group: Member Posts: 22 Joined: Nov 2004 Member No: 62,714 |
I just tried that, and it does the same thing!
I'm using: CODE <!-- begin code provided by createblog.com --> <script> function openpopup(){ var popurl="http://www.ktbs.com/weather/gfx/7df.jpg" winpops=window.open(popurl,"","width=380,height=250,scrollbars,") } </script> <!-- end code provided by createblog.com --> CODE <!-- begin code provided by createblog.com -->
<a href="javascript:openpopup()"><img src="http://www.ktbs.com/weather/gfx/7df.jpg" border="0" width="222" height="160"></a> <!-- end code provided by createblog.com --> |
|
|
|
protegechris Help with a popup window Dec 7 2004, 12:34 PM
mona lisa it looks just fine to me. Dec 7 2004, 12:40 PM
Jus2s1mp13 Yes, just change the width and the height of the p... Dec 7 2004, 01:36 PM
protegechris I changed the window to 380x250, the size of the i... Dec 7 2004, 09:00 PM
x_angawhomps ..What weather link? Dec 7 2004, 09:06 PM
protegechris Look on the left, there is a 7 day forecast image,... Dec 7 2004, 09:51 PM
x_angawhomps Oh, I see it now.
Are you using this?
http://www.... Dec 7 2004, 09:57 PM
protegechris I know I know, No double posting.
It's been ... Dec 9 2004, 05:14 PM
protegechris Anyone? Dec 17 2004, 07:20 PM
misskay i see what you mean about the white space, but i t... Dec 17 2004, 08:01 PM![]() ![]() |