Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'or much shorter versions' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
or much shorter versions
Authored by: kd8cyb on Mar 25, '08 07:57:26PM
In Safari 3.1
javascript:self.moveTo(0,0);self.resizeTo(screen.width,screen.height);
or
javascript:self.moveTo(0,0);self.resizeTo(screen.availWidth,screen.availHeight);
leave a gap of 4 pixels from wherever the Dock is positioned. Is there a away around this?

[ Reply to This | # ]