Advertisement

08.13.2008 at 02:22PM PDT, ID: 23646353
[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!

7.8

Simple Image Position Question

Asked by NDstudio in Hypertext Markup Language (HTML), Cascading Style Sheets (CSS), Extensible HTML (XHTML)

Tags:

hi experts,

Okay simply want to know the best way to position and image on my page so that it is consistent through most modern browsers (i.e, moz, safari)

I've put my code below but it seems to display the image different from the position i intend.

Please fix my code  you can change , omit or add anything you like
Start Free Trial
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN'
  'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'>
<html>
         <script type="text/javascript">
                    <!-- hide from none Javascript browsers
                    image1 = new Image(358,123)
                    image1.src = "/newenter.png"
                    image2 = new Image(358,123)
                    image2.src = "/newenteron.png"
                    function swapout() {
                    document.imageflip.src = image2.src; return true;
        }
        function swapback() {
        document.imageflip.src = image1.src; return true;
        }
       -->
        </script>
 
<head>
<title>Home</title>
<style type="text/css">
body {
      width:auto;
  	
	  margin: 0px;
      padding: 0px;
      background-color:#000;
      background-image: url(mywebaddress/background.jpg);
      background-position: center center;
	  background-repeat: no-repeat;
		background-attachment:fixed;
}
 
</style>
</head>
<body>
 <a href="mywebaddress/thelink.html" onMouseOver="swapout()" onMouseOut="swapback()"> 
 <img src="mywebaddress/theimage" alt="" name="imageflip" width=358 height=123 hspace="58" vspace="320" border=0 align="top"></a>
</body>
</html>
[+][-]08.13.2008 at 03:11PM PDT, ID: 22226078

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 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]08.13.2008 at 03:24PM PDT, ID: 22226162

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

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

 
[+][-]08.13.2008 at 03:26PM PDT, ID: 22226169

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

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

 
[+][-]08.13.2008 at 03:37PM PDT, ID: 22226248

View this solution now by starting your 7-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

Zones: Hypertext Markup Language (HTML), Cascading Style Sheets (CSS), Extensible HTML (XHTML)
Tags: HTML, CSS, XHTML
Sign Up Now!
Solution Provided By: hielo
Participating Experts: 2
Solution Grade: A
 
 
[+][-]08.13.2008 at 03:43PM PDT, ID: 22226280

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 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]08.13.2008 at 03:46PM PDT, ID: 22226302

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

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

 
[+][-]08.13.2008 at 03:54PM PDT, ID: 22226380

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 7-day free trial to view this Expert Comment or ask the Experts your question.

 
 
Loading Advertisement...
20080716-EE-VQP-32 / EE_QW_2_20070628