Advertisement

01.01.2008 at 09:15PM PST, ID: 23052614
[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.2

I want to add a top bar with css

Asked by jcw20 in Cascading Style Sheets (CSS)

Tags: , , ,

Hi am trying tomodify  a css template to have top bar for nav posiblie drop down menu eventule . I am just experementing with a new web site.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:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
64:
65:
66:
67:
68:
69:
70:
71:
72:
73:
74:
75:
76:
77:
78:
79:
80:
81:
82:
83:
84:
85:
86:
87:
88:
89:
90:
91:
92:
93:
94:
95:
96:
97:
98:
99:
100:
101:
102:
103:
104:
105:
106:
107:
108:
109:
110:
111:
112:
113:
114:
115:
116:
117:
118:
119:
120:
121:
122:
123:
124:
125:
126:
127:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr">
 
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- #BeginEditable "doctitle" -->
<title></title>
<!-- #EndEditable -->
<meta http-equiv="Page-Enter" content="revealTrans(Duration=1.0,Transition=23)" />
<meta http-equiv="Page-Exit" content="revealTrans(Duration=1.0,Transition=16)" />
<meta http-equiv="Site-Enter" content="revealTrans(Duration=2.0,Transition=2)" />
<meta http-equiv="Site-Exit" content="revealTrans(Duration=1.0,Transition=12)" />
<link rel="stylesheet" type="text/css" title="CSS" href="styles/style1.css" media="screen" />
<style type="text/css">
.web_title {
	font-family: Calibri;
	color: #D3D3D3;
	font-size: xx-large;
	position: relative;
	left: 6em;
	text-transform: uppercase;
	overflow: hidden;
	display: inline-block;
}
 
 
#top_holder {
	float: left;
	width: 150px;
	background-color: #d3d3d3;
	position: relative;
	clear: both;
	margin-left: 10px;
	display: inline;
	top: 2px;
	left: 9px;}
	 /* Styles for Navigation */
	#top_holder ul { list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#top_holder li {
	font-size: 0.9em;
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #d3d3d3;}
 
#top_holder a {
	font-weight: bold;
	text-decoration: none;
	color: #118;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #f2f2f2;
}
#top_holder a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #118;
	border-bottom: 1px solid #f2f2f2;
	background-color: #f2f2f2;
}
 
</style>
<embed src="/backgroundmusic/ingarden.mid" align="CENTER" height="16" width="0" autostart="true" loop="true" volume="12%" hidden=""></embed>
</head>
 
<body>
 
<!-- Begin Container -->
<div id="container">
	<!-- Begin Masthead -->
	<div id="masthead">
		<img src="images/flag3-1.gif" width="100" height="55" alt="" /><p style="color: #668899">
		office (903 407-9382<br />
		</p>
	</div>
	<!-- End Masthead -->
	<!-- Begin Page Content -->
	<div id="page_content">
		<div id="top_holder">
			<ul>
				<li><a href="default.htm">link1</a></li>
			</ul>
		</div>
		<!-- Begin Sidebar -->
		<div id="sidebar">
			<ul>
				<li><a href="default.htm">Home</a></li>
				<li><a href="about/about.htm">Mission Statement</a></li>
				<li><a href="news/news.htm">News</a></li>
				<li><a href="services/services.htm">Services</a></li>
				<li><a href="calendar/calendar.htm">Calendar</a></li>
				<li><a href="contact/contact.htm">Contact</a></li>
			</ul>
		</div>
		<!-- End Sidebar -->
		<!-- Begin Content -->
		<div id="content">
			<!-- #BeginEditable "content" -->
			<h2>Headline 2</h2>
			<p>insert content here</p>
			<!-- #EndEditable --></div>
		<!-- End Content --></div>
	<!-- End Page Content -->
	<!-- Begin Footer -->
	<div id="footer">
		<p><a href="default.htm">Home</a> | <a href="about/about.htm">Mission Statement</a> 
		| <a href="calendar/calendar.htm">Calendar</a> |
		<a href="contact/contact.htm">Contact</a> |
		<a href="employees/employees.htm">Employees</a> | <a href="faq/faq.htm">
		FAQ</a> | <a href="information_links/information_links.htm">Information 
		Links</a><br />
		<a href="news/news.htm">News</a> |
		<a href="photo_gallery/photo_gallery.htm">Photo Gallery</a> |
		<a href="site_map/site_map.htm">Site Map</a><br />
		Copyright © 2007-2011 JDCAMP. All Rights Reserved.</p>
	</div>
	<!-- End Footer --></div>
<!-- End Container -->
 
</body>
 
</html>
[+][-]01.02.2008 at 12:18AM PST, ID: 20563173

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.

 
[+][-]01.02.2008 at 12:36AM PST, ID: 20563214

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.

 
[+][-]01.02.2008 at 05:46AM PST, ID: 20564251

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.

 
[+][-]01.02.2008 at 06:29AM PST, ID: 20564583

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.

 
[+][-]01.02.2008 at 06:40PM PST, ID: 20569965

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.

 
[+][-]01.04.2008 at 10:33AM PST, ID: 20584863

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.

 
[+][-]01.04.2008 at 01:43PM PST, ID: 20586362

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

Zone: Cascading Style Sheets (CSS)
Tags: add, bar, menu, top
Sign Up Now!
Solution Provided By: Hube02
Participating Experts: 1
Solution Grade: B
 
 
 
Loading Advertisement...
20080716-EE-VQP-32 / EE_QW_2_20070628