[x]
Posted via EE Mobile

Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again.

Question
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

8.4

How do I convert the pixel size definitions to Percent of Screen definitions

Asked by winbiz in Hypertext Markup Language (HTML)

Tags: percent, size, convert, owc, pixel

Hi everyone,

I have defined position and size of the objects on my html pages in terms of pixels and designed the pages to fill the screen size 800 X 600 pixels. (Example of login page below..) Can I define the position and size of my objects in terms of percentage of the size of the users desktop regardless of the resolution that the user has chosen?

Even the background image that I use (without defining it's size) still does not take up the full scren when my desktop resolution is > 800 x 600.  Can some one please edit my below code relating to the background image and the first two fields (email/user - label  and email/user input fields) as an example to show me how to accomplish what I require.

This would be really helpful!.

Thanks again in advance everyon.

winbiz

---------------------------------------------------------------


<!-- Set document to type that allows Frames -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<HTML>

<!-- Include personal style sheet -->  
<link rel="stylesheet" type="text/css" href="http://localhost/owc/MyStyleSheet.css"/>

<TITLE>Login</TITLE>

<head>

<style type="text/css">
body {background-image: url('space1.jpg'); background-repeat: no-repeat; background-attachment: fixed;}
</style>

</head>

<BODY>

<!-- Note below html script is calling the php page on which it is written. -->
<FORM METHOD=POST ACTION="LoginFormA.php">
<img src="OneWorldLogo1.JPG" style="position: absolute; top: 10px; left: 510px; width: 245px; height: 40px">

<label for="Email" style="color: yellow; position: absolute; top: 60px; left: 510px; border: ridge; width: 80px; text-align: center;">
Email/User:
</label>

<input type="text" name="Email" style="color: black; position: absolute; top: 60px; left: 600px; border: ridge" maxlength="40" size="22">
</input>

<BR>
</FORM>
</BODY>
</HTML>
 
Loading Advertisement...
 
[+][-]01/10/06 05:44 AM, ID: 15660146Accepted Solution

View this solution now by starting your 30-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

About this solution

Zone: Hypertext Markup Language (HTML)
Tags: percent, size, convert, owc, pixel
Sign Up Now!
Solution Provided By: mplungjan
Participating Experts: 4
Solution Grade: A
 
[+][-]01/10/06 06:34 AM, ID: 15660658Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]01/10/06 06:38 AM, ID: 15660710Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]01/10/06 09:11 AM, ID: 15662504Assisted Solution

Assisted solutions are selected by the member who asked the question as a comment that contributed to their question's solution.

Start your 30-day free trial to view this Assisted Solution or ask the Experts your question.

 
[+][-]01/10/06 12:27 PM, ID: 15664664Assisted Solution

Assisted solutions are selected by the member who asked the question as a comment that contributed to their question's solution.

Start your 30-day free trial to view this Assisted Solution or ask the Experts your question.

 
[+][-]04/23/06 11:41 AM, ID: 16520178Administrative Comment

Experts Exchange has a courteous staff of administrators who help members get the most out of the website by means of administrative comments like this one.

Start your 30-day free trial to view this Administrative Comment or ask the Experts your question.

 
[+][-]04/27/06 05:14 AM, ID: 16551956Administrative Comment

Experts Exchange has a courteous staff of administrators who help members get the most out of the website by means of administrative comments like this one.

Start your 30-day free trial to view this Administrative Comment or ask the Experts your question.

 
 
Loading Advertisement...
20091111-EE-VQP-92