| Author |
Making web pages elements Independent of Resolution of the screen?
|
Jignesh Gohel
Ranch Hand
Joined: Dec 28, 2004
Posts: 276
|
|
Hi, In my web application i have arranged some elements (like image) using CSS position property: absolute value. But when i am accessing the application from the web where the resolution of the screen is not same as of my screen there the components get displayed at different positions. So how can i make my web pages independent of the user's screen resolution?? Thanks, Jignesh [ April 18, 2006: Message edited by: Bear Bibeault ]
|
Regards,
Jignesh
The Art Of Life Is To Know When To Be Useless And When To Be Useful - CHUANG TZU
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15357
|
|
using a flow layout. That means not setting positions, uisng percentages and float:left float:right and so on. Eric
|
 |
Jignesh Gohel
Ranch Hand
Joined: Dec 28, 2004
Posts: 276
|
|
Hi, I read about float but not able to understand it.Can anybody please make me clear how it works??? I have the following code in which my textbox & image is to be set side by side & it should remain in that position only if the resolution of the screen gets changed??? Thanks, Jignesh
|
 |
Jignesh Gohel
Ranch Hand
Joined: Dec 28, 2004
Posts: 276
|
|
Hi, Can anybody please help me to solve the query mentioned above???
|
 |
 |
|
|
subject: Making web pages elements Independent of Resolution of the screen?
|
|
|