i use layers and tables

w0lv3rin3

The Source
Political Access
Joined
18 Mar 2004
Messages
465
i use layers and tables

but is their a script?

is their a prggy that will convert
 
naw

is their a script??
layers are more flexable
 
it makes layers, tables, iframes, etc....all in excellent order and professionalism...

btw...
LAYERS RULE YOU!
 
Layers have other uses catch... like making pretty pictures move aross the screen for lamers to put on there geocities page... or those really annoying ads
 
that was not my question, my question was ""whats the code so that when some1 goes it my page it will dected their res and auto resize their page so it fits!""
 
i dont have the code...but i have the dreamweaver plugin....i'll go crunch one 2nite and tell u 2nmorow night
 
With javascript, you can get the screen size and/or window size pretty easily. Ive seen sites that resize the browser to the screen size and move the window to the top left corner so it fits the full screen. Something like:

<script language="javascript">
self.resizeTo(screen.availWidth, screen.availHeight);
self.moveTo(0,0);
</script>

Note: "screen.availWidth/screen.availHeight" takes into accout the Taskbar. "screen.width/screen.height" doesn't.
 
yes that will actually make the page take up the entire screen.. like those really obnoxious porn pop ups we have all seen..
 
Well, I was just sorta giving an example of how to retrieve the screen properties as well as showing how to resize and reposition the window.

Didn't mean to remind you of those porn popups. :)
Like any other script; there are uses, and there are abuses. It's knowing when and if to use them.
 
u know what i mean rite?

like not the window just the page.

<script language="javascript">
self.resizeTo(screen.availWidth, screen.availHeight);
self.moveTo(0,0);
</script>

where do i put the display VAR????
 
I guess I'm not following you. The script will resize the whole browser window to fill the screen, and then put the whole browser window at the top left corner of the screen.

I guess my question is: What do you mean by "page"? The page would be the browser window if you aren't using frames (or stuck in someone else's frames).
 

Members online

No members online now.

Latest profile posts

Also Hi EP and people. I found this place again while looking through a oooollllllldddd backup. I have filled over 10TB and was looking at my collection of antiques. Any bids on the 500Mhz Win 95 fix?
Any of the SP crew still out there?
Xie wrote on Electronic Punk's profile.
Impressed you have kept this alive this long EP! So many sites have come and gone. :(

Just did some crude math and I apparently joined almost 18yrs ago, how is that possible???
hello peeps... is been some time since i last came here.
Electronic Punk wrote on Sazar's profile.
Rest in peace my friend, been trying to find you and finally did in the worst way imaginable.

Forum statistics

Threads
62,015
Messages
673,494
Members
5,621
Latest member
naeemsafi
Back