|
|
|
||||
|
Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact us. |
![]() |
|
|||||||
| Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed. |
|
|
Thread Tools |
|
|
#1 |
|
Confirmed User
Join Date: Oct 2003
Posts: 1,981
|
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. |
|
|
|
|
|
#2 |
|
Confirmed User
Join Date: Mar 2006
Location: Seattle & Manila
Posts: 2,456
|
do you mean window size or what settings?
__________________
"..and which one of you had the prime rib?" - Waiter "frankly, I don't see how that's any of your business!" - Peter Griffin |
|
|
|
|
|
#3 |
|
Confirmed User
Join Date: Oct 2003
Posts: 1,981
|
|
|
|
|
|
|
#4 |
|
Sofa King Band
Join Date: Jul 2002
Location: Outside the box
Posts: 29,903
|
Code:
if (window.screen) {
window.moveTo(0,0);
window.outerHeight = screen.availHeight;
window.outerWidth = screen.availWidth;
}
|
|
|
|
|
|
#5 |
|
Registered User
Join Date: Feb 2007
Location: UK
Posts: 92
|
Tech Assistantance
It is nice to see people giving others help. You rarely get it on IT forums
|
|
|
|
|
|
#6 |
|
Confirmed User
Join Date: Apr 2003
Location: Loveland, CO
Posts: 5,526
|
<table width="100%">
... content by % </table> --------- <div style="width: 100%; clear: both;"> ... content by % </div> *shrug*
__________________
Your post count means nothing. |
|
|
|
|
|
#7 |
|
Confirmed User
Join Date: Oct 2003
Posts: 1,981
|
thx guys.
|
|
|
|
|
|
#8 |
|
Confirmed User
Join Date: Jun 2006
Location: Do you care?
Posts: 4,147
|
GFY to the rescue. woot woot!
__________________
|
|
|
|