Advertisement

05.09.2008 at 04:20PM PDT, ID: 23391051
[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!

CSS styles not behaving as expected

Tags: CSS
I am in the process of converting a site that used tables for formatting to CSS for formatting.  The layout has the following sections:

Header (Site logo aligned to the left, Ad graphic aligned to the right)
Horizontal Menu
Vertical Menu (200 pixels wide), Content Area, Display Ads (200 pixels wide)
Footer

Right now I have finished the Header, Horizontal Menu and Vertical Menu sections.  The problem I'm having is with the Vertical Menu.  The Vertical Menu falls below the Horizontal Menu on the left as I want it but it overlaps part of the Horizontal Menu.  I want the Vertical Menu to be below the Horizontal menu.

Any help with this would be greatly appreciated.
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:
128:
129:
130:
131:
132:
133:
134:
135:
136:
137:
138:
139:
140:
141:
142:
143:
144:
145:
146:
147:
148:
149:
150:
151:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Primary Care Practice</title>
<meta http-equiv="Content-Type" content="text/html; charset=ISO8859-1">
<script language="JavaScript" TYPE="text/javascript" src="js/helpscr.js"></script>
<script language="JavaScript" TYPE="text/javascript" src="js/javascript_cookies.js"></script>
<link href="style.css" type="text/css" rel="StyleSheet">
</head>
 
<body>
 
<div id="header">
	<div id="PCPAd">			
	</div>
   	<div id="PCPLogo"><a href="index.asp"><img src="images/Logo.gif" alt="Primary Care Practice" width="450" height="100" border="0"></a></div>
</div>
<div id="register">
	<ul class="horizontal_list">
		<li><a href="login.asp">Login</a></li>
		<li><a href="myprofile.asp">My Profile</a></li>
		<li><a href="registernow.asp">Register Now!</a></li>
		<li><a href="forgotpassword.asp">Forgot Username or Password?</a></li>
		<li><a href="about.asp">About Us</a></li>
		<li><a href="javascript:openHelp('500', 'help.asp', 'help')">Help</a></li>
		<li><a href="search.asp">Search</a></li>
	</ul>
</div>
<div id="menu">
	<ul class="vertical_list">
		<li><a href="index.asp">Home</a></li>
		<li><a href="content.asp?section=16">Cardiology</a>
		</li>
		<li><a href="content.asp?section=17">Dermatology</a>
		<img src="images/New.gif" alt="New">
		</li>	
		<li><a href="content.asp?section=18">Gastroenterology</a>		
		</li>
		<li><a href="content.asp?section=19">Infectious Disease</a>
		</li>
		<li><a href="content.asp?section=20">Oncology</a>
		</li>
		<li><a href="content.asp?section=21">Respitory</a>
		</li>
	</ul>
</div>
<div>
  <p class="footer">Copyright &copy; 2007 by Sun MedCom All Rights Reserved.<br>
  All material on this website is protected by copyright. </p>
</div>
 
</body>
</html>
 
 
---- Styles defined in styles.css -------
 
/*    The Primary Care Practice Stylesheet     */
 
/*-------------------------------------------------------------*/
/* Body Class                                                  */
/*-------------------------------------------------------------*/
 
body {	
	Font-Family: 		Verdana, Helvetica, Arial;
	Font-Size:		  	13px;
	Color:              #c8c8c8;
	Background-Color:	#cfcfc7;
	margin:				0 0 0 0; 
		}
		
/*-------------------------------------------------------------*/
/* Divisions                                                   */
/*-------------------------------------------------------------*/
#containter {
	width:100%;
	}
	
#header {
	background-color:#ffffff;
	border-style:none;
	border-width:thin;
	border-color:#ffffff;
	background-image:url('images/HeaderBackground.gif');
	width:100%;
	height:105px;
	}
	
#PCPLogo {
	text-align:left;
	}
	
#PCPAd {
	text-align:right;
	float:right;
	}
	
#register {
	background-color:#cfcfc7;
	border-style:none;
	border-width:thin;
	border-color:#c8c8c8;
	background-position:right;
	width:100%;
	height:15px;
	font-size: 10px;
	font-weight:bold;
	}
 
#menu {
	width: 200px;
	border-style:none;
	border-width:thin;
	background-color: #cfcfc7;
	vertical-align:top;
	}
 
/*-------------------------------------------------------------*/
/* List Classes                                              */
/*-------------------------------------------------------------*/
 
ul {
	margin: 0 auto;
	}
	
ul.horizontal_list li{
	Font-Family: 	Verdana, Helvetica, Arial;
	Font-Size:		11px;
	font-weight:    bold;
	Color:          #000000;
	margin: 		0 auto;
	text-align:     center;
	display:inline;
    text-align: center;
    float: left;
    list-style: none;
    padding: 3px 20px 3px 20px;
    margin: 5px;
}
 
ul.vertical_list li{
	Font-Family: 	Verdana, Helvetica, Arial;
	Font-Size:		12px;
	font-weight:    bold;
	Color:          #000000;
	text-align:     left;
    list-style: 	none;
    padding: 		5px;
    margin: 		5px;
}
Start your free trial to view this solution
Question Stats
Zone: Web Development
Question Asked By: dyarosh
Solution Provided By: Kravimir
Participating Experts: 2
Solution Grade: A
Views: 0
Translate:
Loading Advertisement...
05.09.2008 at 04:49PM PDT, ID: 21537205

All comments and solutions are available to Premium Service Members only.

Start your 7-day free trial and see for yourself why Experts Exchange is the easiest and most proven technology resource in the world. Get Started

Already a member? Login to view this solution.

 
05.09.2008 at 08:55PM PDT, ID: 21537798

Rank: Wizard

All comments and solutions are available to Premium Service Members only.

Start your 7-day free trial and see for yourself why Experts Exchange is the easiest and most proven technology resource in the world. Get Started

Already a member? Login to view this solution.

 
05.11.2008 at 06:33PM PDT, ID: 21544205

All comments and solutions are available to Premium Service Members only.

Start your 7-day free trial and see for yourself why Experts Exchange is the easiest and most proven technology resource in the world. Get Started

Already a member? Login to view this solution.

 
 
Loading Advertisement...
20080236-EE-VQP-29 / EE_QW_2_20070628