Jump to content

Auto resize

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
3 replies to this topic

#1
jclarke

jclarke

    Programmer

  • Members
  • PipPipPipPip
  • 106 posts
Hello,

I am not sure where to find the accurate code for the website I am making, what is the code for the website to auto resize whenever they are in FF, Safari, IE and other browsers etc ? Also the auto resize when they recongise the computer is a netbook or a laptop etc.

What is the code input?

#2
technica

technica

    Learning Programmer

  • Members
  • PipPipPip
  • 63 posts
I assume you mean the page width of each HTML page in your site should re-size to certain amount.

Try giving the width properties in percentage instead of giving fixed percentage.

#3
jclarke

jclarke

    Programmer

  • Members
  • PipPipPipPip
  • 106 posts
Yes , like you are visiting a specific website that was a big one, and it automatically resizes to fit your sscreen, since your using a netbook.

#4
BlaineSch

BlaineSch

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 2,448 posts
You'd need one image that can repeat. Get a table, 3 td's set the outtermost td's to a fixed with and the table width to 100% or whatever you want for it. It will stretch.