View Full Version : Any way to automatically resize my site for laptop viewers


xCandy
01-02-2006, 02:07 AM
i was just wondering if tere was a code or a way so that my siteslayout or the frame resize to fit laptops? i was searching the web with my sisters laptop and came across my site it looks pritty messed up

djou
01-02-2006, 03:40 AM
Use relative sizes, such as percentages. They require you to recode lots of your site, but it is really worth it. It is not only for laptops, but for anyone who doesn't use the same resolution as you.

xCandy
01-05-2006, 06:35 AM
:D hey thats smart lol i cant belive i didnt think of that

just to varify, for example what would this code for a frame be?

<IFRAME style="FILTER: chroma (color=#00FFFF); LEFT: 167px; WIDTH: 460px; POSITION: absolute; TOP:238 px; HEIGHT:358 px" border=0 name=content src="CONTENT.HTML" frameBorder=0 width=460 scrolling=CHOICE height=358 allowTransparency></IFRAME>

xCandy
01-07-2006, 11:51 AM
help help :D lol

Paco
01-07-2006, 12:40 PM
I might be wrong but I think it would be this

<IFRAME style="FILTER: chroma (color=#00FFFF); LEFT: 167px; WIDTH: 460px; POSITION: absolute; TOP:238 px; HEIGHT:358 px" border=0 name=content src="CONTENT.HTML" frameBorder=0 width=100% scrolling=CHOICE height=100% allowTransparency></IFRAME>

I'm not sure about that but it might work.

xCandy
01-08-2006, 02:17 PM
thank you thank you :D ill try it

xCandy
01-16-2006, 09:29 PM
its the same thing :(