Web Hosting Forum | Lunarpages


*
Welcome, Guest. Please login or register.
Did you miss your activation email?



Login with username, password and session length
May 25, 2012, 07:25:04 AM

Pages: [1]   Go Down
  Print  
Author Topic: How do I  (Read 438 times)
soundkraft
Pong! (the videogame) Master
*****
Offline Offline

Posts: 27


WWW
« on: November 14, 2002, 10:28:00 PM »

How do i get my web page to show up at 100% in different resolutions. On 1024x768 it look fine, in 800x600 the right side is cut off.
I am using dreamweaver.
This has to be a common problem but i can't find any info on it.
Logged
SithLegend
Jedi
*****
Offline Offline

Posts: 772



WWW
« Reply #1 on: November 15, 2002, 06:28:00 AM »

you can use %50 or 60% etc.. on images
you can resize an image on pixels or %
thats way they can fit any page
Logged

"I swear on the soul of my father, Domingo Montoya, you will reach the top alive."
soundkraft
Pong! (the videogame) Master
*****
Offline Offline

Posts: 27


WWW
« Reply #2 on: November 16, 2002, 01:43:00 AM »

In dreamweaver it wont let me enter a %
I can only do that in Front page and i would like to avoid using Front Page.
Logged
stephan
Guest
« Reply #3 on: November 16, 2002, 01:46:00 AM »

I use this method:

 
code:
 <SCRIPT LANGUAGE="JavaScript">
<!-- Begin

if (screen.width <= 640) {
document.write('<img src="../pictures/site.jpg" width="300">');
}
if (screen.width >= 641) {
document.write('<img src="../pictures/site.jpg">');
}

//  End -->
</script>

<noscript>
<img src="../pictures/site.jpg">
</noscript>

Logged
soundkraft
Pong! (the videogame) Master
*****
Offline Offline

Posts: 27


WWW
« Reply #4 on: November 16, 2002, 08:15:00 PM »

Thanks Stephan, I am a noob to web design. Maybe you can explain a little further. Where does this script get put in? Does this script cover the whole page?
Logged
stephan
Guest
« Reply #5 on: November 17, 2002, 01:42:00 AM »

That script can be put in the body section.

It puts in a picture, but if the user has a small screen, it resizes the picture to make it smaller.
Logged
pirate
Space Explorer
***
Offline Offline

Posts: 6


WWW
« Reply #6 on: November 18, 2002, 04:44:00 PM »

you could make different versions of your site for different screen resolutions then use that  javascript redirect that detects which resolution the visitor is using and automatically takes them to that site.  i dont know what the code is though.   go here.
Logged
stephan
Guest
« Reply #7 on: November 18, 2002, 09:46:00 AM »

640x480 seems to be finally dying out.

Windows XP suggests that you change your resolution to a higher one, if you are using it.

This means that people who don't know much about computers and don't know how to change their resolution, now can.
Logged
Pages: [1]   Go Up
  Print  
 
Jump to: