Forums | MacLife
You are not logged in.
#1 2003-02-05 11:43 pm
New Window, No Scroll Bars with GoLive
I'm planning a site (sample here) and am wanting to open a new window that has no scroll bars. Now the built in action works with IE and Netscape, Mac & PC, but not with any other browser. Other browsers give the new window scroll bars.
Can anybody suggest a way in GoLive to kill the scroll bars in these new windows for sure, or does anybody know a javascript action that I can put in the header to eliminate scrollbars?
Thanks
Shawn
Also - can other people with Safari tell me if the window leaves a white space around the bottom nav bar. It should be tight to the navbar with no white space below and to the right. My Safari is blowing the resize commands.
So, just when did this place get Private Messages? YIKES!
Gippy Pages | Fuzzy Coconut XHTML Widget | PuppyCam
Offline
#2 2003-02-06 12:43 am
- unresort
- Member

- From: lawrence, kansas
- Registered: 2003-01-25
- Posts: 778
Re: New Window, No Scroll Bars with GoLive
um... yeah, you can go to my site and "view source" maybe that will help.
http://www.unresort.com
when you click on any of the letters with women in them a new window opens and there is no scrollbars in safari.
it's as simple as:
onClick="window.open('eight.html','eight','width=590,height=590,scrollbars=no')"alt="eight">
Offline
#3 2003-02-06 12:48 am
- unresort
- Member

- From: lawrence, kansas
- Registered: 2003-01-25
- Posts: 778
Re: New Window, No Scroll Bars with GoLive
um... yeah, you can go to my site and "view source" maybe that will help.
http://www.unresort.com
when you click on any of the letters with women in them a new window opens and there is no scrollbars in safari.
it's as simple as:
onClick="window.open('eight.html','eight','width=590,height=590,scrollbars=no')"alt="eight">
Offline
#4 2003-02-06 9:56 am
Re: New Window, No Scroll Bars with GoLive
Now that I look at that I realize what I asked goes back to basic HTML.
Damn.
Thanks.
So, just when did this place get Private Messages? YIKES!
Gippy Pages | Fuzzy Coconut XHTML Widget | PuppyCam
Offline
