The green button on top of my safari browser doesnt always do the same operation. Sometimes the window maximizes to fill the screen and sometimes it just doubles in size. How do I maximize the window to fill the screen everytime?
Make a bookmark, put it in your bookmarks bar, use this address javascript:self.moveTo(0,0);self.resizeTo(screen.availWidth,screen.availHeight);
Note that as of Safari 4, it only works for windows with one tab open, for some reason or another.
I've always used this trick.thanks for that. Where did you find out about that.
Easiest way: Just make any bookmark, by dragging the favicon (the icon by the address) from any page down into the bookmarks bar and edit the name and address, by right-clicking the new bookmark.how do i put that into my bookmarks bar?