NameSilo

Scalablity?

SpaceshipSpaceship
Watch

txanth

New Member
Impact
0
hi i m new at this job
now making a site
and want to know how to place a picture that shown in
center position in all resulotions?
scalability is a constant?
 
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
AfternicAfternic
<center><img src="image.gif"></center>

Something like that?
 
0
•••
This is a accesability issue. What fish suggested might work if you plan to show just one photo and nothing else.

- DM
 
0
•••
txanth said:
hi i m new at this job
now making a site
and want to know how to place a picture that shown in
center position in all resulotions?
scalability is a constant?

Are you saying you want 1 picture to be shown according to the resolution the viewer is running?
 
0
•••
yup
i just saying like that
example
visitor using 640x480 resulotion and see the site there is an image fit on screeen
other visitor using 1024x768 resulotion see the same fit on image like games running on 1024 mode and 1280 mode they seems same but only quality difference
could i explain my problem?
 
0
•••
Now I understand what you're saying. Except I don't know how to do it. Seems possible though.
 
0
•••
try <IMG SRC="image.gif"ALIGN="middle"WIDTH="200"HEIGHT="200">"left""right"
"bottom""top"can also be used,measurements are in pixels so you change size to fit
 
0
•••
txanth said:
yup
i just saying like that
example
visitor using 640x480 resulotion and see the site there is an image fit on screeen
other visitor using 1024x768 resulotion see the same fit on image like games running on 1024 mode and 1280 mode they seems same but only quality difference
could i explain my problem?

With JavaScript you should be able to detect the resolution and assign it to a script variable such as in ASP, PHP or JSP etc...

The code below in Javascript will detect the screen resolution:

variablename = screen.width +"x"+ screen.height;
 
0
•••

We're social

Spaceship
Domain Recover
CatchDoms
DomainEasy — Payment Flexibility
  • The sidebar remains visible by scrolling at a speed relative to the page’s height.
Back