Advertisement

05.01.2008 at 12:26PM PDT, ID: 23369735
[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!

9.1

CSS: Aligning an image to the left of an Ordered List

Asked by michaelshavel in Cascading Style Sheets (CSS), Extensible HTML (XHTML)

Tags: ,

Hi,
I'm  new to CSS.  
The top part of the page I'm working on has a logo. The design calls for an inline list of 3 links to go to the right of the image and and for it to line up in the center of the image. I've attached a rough photo to show the alignment I'm trying. I've also attached the code I'm starting with. I've tried many variations on this but none have worked so far.

Advice and examples are welcome!
Thanks
Mike
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:
41:
42:
43:
44:
45:
46:
#masthead {
	background:#FFFFFF;
	margin-top: 20px;
	margin-left: 80px;
	border-top-width: 1pt;
	border-right-width: 1pt;
	border-bottom-width: 1pt;
	border-left-width: 1pt;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #0099FF;
	border-right-color: #0099FF;
	border-bottom-color: #0099FF;
	border-left-color: #0099FF;
	
	}
 
 #masthead li {
 display:inline;
 margin: 0.25em; padding-right: 0.75em;
 border-right: 1px solid #99C;
 
}
 
#masthead li.last {
border-right: 0;
}
 
 
 
</style>
 
 
</head>
 
<body>
<div id="masthead">
<img class="logo" src="ogo.jpg" width="109" height="73" />
  <ol id=topnavlist>
    <li class="careers">Home</li>
    <li class="contact">Contact Us</li>
    <li class="last">About</li>
  </ol>
</div>
Attachments:
 
Rough layout of what I'm trying to do -- Center a menu of simple links to the right of an image using CSS.
Rough layout of what I'm trying to do -- Center a menu of simple links to the right of an image using CSS.
 
 
Loading Advertisement...
 
[+][-]05.01.2008 at 03:06PM PDT, ID: 21483143

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: Cascading Style Sheets (CSS), Extensible HTML (XHTML)
Tags: css, css
Sign Up Now!
Solution Provided By: gwkg
Participating Experts: 1
Solution Grade: A
 
 
[+][-]05.01.2008 at 03:07PM PDT, ID: 21483148

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.

 
[+][-]05.01.2008 at 03:09PM PDT, ID: 21483155

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