GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   coding problem (https://gfy.com/showthread.php?t=708134)

spanky part 2 02-20-2007 08:39 PM

coding problem
 
I know this might be a silly question, but here goes. I have a non adult site of my own that I want to resize to the browser settings the person has set for their computer.

Anyone have the code for it. I can't seem to find it.

Bdiddy 02-20-2007 08:43 PM

do you mean window size or what settings?

spanky part 2 02-20-2007 08:57 PM

Quote:

Originally Posted by Bdiddy (Post 11950027)
do you mean window size or what settings?

I guess it's window size. Lets say they have their setting at 800x640 and someone else is at 1024x768 so that it looks right on both.

StuartD 02-20-2007 08:59 PM

Code:

if (window.screen) {
    window.moveTo(0,0);
    window.outerHeight = screen.availHeight;
    window.outerWidth = screen.availWidth;
}


chartescorts 02-20-2007 09:00 PM

Tech Assistantance
 
It is nice to see people giving others help. You rarely get it on IT forums

psili 02-20-2007 09:01 PM

<table width="100&#37;">
... content by %
</table>

---------
<div style="width: 100%; clear: both;">
... content by %
</div>

*shrug*

spanky part 2 02-20-2007 09:07 PM

thx guys.

Big_Red 02-20-2007 09:08 PM

GFY to the rescue. woot woot! :thumbsup


All times are GMT -7. The time now is 01:36 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123