[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!

6.4

div id not showing 1px border

Asked by netsmithcentral in Web Languages/Standards, Cascading Style Sheets (CSS)

Tags: CSS

I have two col divs (maincol and rtcol) enclosed in another div (content) and want the div id="content"  to show a 1px border. My footer div is also out of position.

http://www.keylube.com/Un-style-DIV.html

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:
152:
153:
154:
155:
156:
157:
158:
159:
160:
161:
162:
163:
164:
165:
166:
167:
168:
169:
170:
171:
172:
173:
174:
175:
176:
177:
178:
179:
180:
181:
182:
183:
184:
185:
186:
187:
188:
189:
190:
191:
192:
193:
194:
195:
196:
197:
198:
199:
200:
201:
202:
203:
204:
205:
206:
207:
208:
209:
210:
211:
212:
213:
214:
215:
216:
217:
218:
219:
220:
221:
222:
223:
224:
225:
226:
227:
228:
229:
230:
231:
232:
233:
234:
235:
236:
237:
238:
239:
240:
241:
242:
body {
font-family:Verdana, Arial, Helvetica, sans-serif;
margin:0; 
padding:0;
}
 
/* p,ol,ul,li,td,tr {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:9px;
} */
 
#page {
background-image:url(../Images/stripe.png);
background-repeat:repeat-x;
}
 
#wrapper {
width:965px;
margin-left:auto;
margin-right:auto;
}
 
#header {
margin-right:auto;
text-align:left;
padding-top:0px;
display:block;
}
 
/* Content */
 
#content {
border: 1px solid #bebebe;
}
 
/* THIS IS THE MENU */
 
#slantedmenu {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 75%;
width:965px;
}
/*
#slantedmenu:after{ /*Add margin between menu and rest of content in Firefox
content: "."; 
display: block; 
height: 0; 
clear: both; 
/* visibility: hidden; 
} */
 
#slantedmenu ul{
font-size: 75%;
text-indent: 10px;
padding: 3px 0;
margin: 0;
background-color: #e0e0e0;
border: 1px solid #bebebe;
text-align: left; /*set value to "center" for example to center items*/
}
 
#slantedmenu ul li{
display: inline;
padding-left: 2px;
padding-right: 2px;
}
 
#slantedmenu ul li a{
color: #494949;
padding: 3px 0;
padding-right: 25px;
margin: 0;
text-decoration: none;
background: transparent url(../Images/slantdivider.gif) top right no-repeat;
}
 
#slantedmenu ul li a:visited{
color: #494949;
} 
 
#slantedmenu ul li a:hover{
color: black;
}
 
 
/* Main Column */
 
#maincol {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
width: 650px;
float:left;
padding:0px 15px 30px 10px;
}
 
#maincol p{
margin:20px;
}
 
/* Right Column */
 
#rtcol {
float:right;
background-color: white;
width: 250px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
padding:0px 0px 1px 0px;
border-left:1px solid #bebebe;
clear: right;
}
 
/* 
* html #rtcol { /*IE only rule. Original menu width minus all left/right paddings 
width: 250px;
}
 
#rtcolul{
padding: 0;
margin: 0;
list-style-type: none;
}
 
#rtcol a{
font: bold 13px Verdana;
padding: 4px 3px;
display: block;
width: 100%; /*Define width for IE6's sake
color: #595959;
text-decoration: none;
}
 
#rtcol a:visited{
color: #595959; /* Grey 
}
 
#rtcol a:active{
color:#b5121b;
}
 
html>body #rtcolmenu a{ /*Non IE rule
width: auto;
}
 
#rtcol a:hover{
background-color: #F8FBBD; /* Pale Yellow 
color: black;
}
*/
 
#rtcoltext {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
text-align:left;
margin-left:30px;
}
 
.fixed-width {
	width: 965px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	margin-bottom:0;
}
 
 
/* BEGIN Optional Footer & Copyright */
/* Footer */
/* div.footer is where to change the bg color behind the 3 columns */
 
div.footer {
	background-color:#FFFFFF;
	border-top: 1px #bebebe solid;
	margin-top:30px;
}
 
div.footer a {color: #999999; font-size: 12px;/*#12212c; #459ED3; Origianl Color */}
div.footer a:link {color: #999999; text-decoration:none;font-size: 12px;}
div.footer a:hover {text-decoration:underline;font-size: 12px;}
 
 
/* div.copyright is where to change the bg color behind the copyright, credit and bottom links */
/* MATCH HEADER COLOR */
div.copyright {
	clear: left;
	/*background: #12212c;  #545760 = Orig   orange #ab5a13 */
	color: #bebebe;
	font-size: 11px;
	padding: 10px 0;
	margin-top: auto;
	margin-bottom: auto;
 
}
 
div.copyright p {
width:965px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
 
div.copyright p  span {
	font-size: 11px;
}
 
div.copyright a {color: #0055A4; font-size: 12px;/*#12212c; #459ED3; Origianl Color */}
div.copyright a:link {color: #0055A4; text-decoration:none;font-size: 12px;}
div.copyright a:visited {text-decoration:none;}
div.copyright a:hover {text-decoration:underline;font-size: 12px;}
 
div.copyright div.reflex {
 color: #0055A4;
 }
 
div.links {
	clear: left;
	/*background: #12212c;  #545760 = Orig   orange #ab5a13 */
	color: #CFD0D3;
	font-size: 11px;
	padding: 10px 0;
}
 
div.links p {
	margin-top: 0;
	margin-bottom: 0;
}
 
div.links p  span {
	font-size: 11px;
}
 
div.links a {color: #999999; font-size: 12px;/*#12212c; #459ED3; Origianl Color */}
div.links a:link {color: #999999; text-decoration:none;font-size: 12px;}
div.links a:visited {text-decoration:none;}
div.links a:hover {text-decoration:underline;font-size: 12px;}
 
.reflex {
 color: #0055A4;
 }
 
/* END Optional Footer & Copyright */
[+][-]01/23/09 05:00 PM, ID: 23454460Accepted 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

Zones: Web Languages/Standards, Cascading Style Sheets (CSS)
Tags: CSS
Sign Up Now!
Solution Provided By: netsmithcentral
Participating Experts: 0
Solution Grade: A
 
 
Loading Advertisement...
20091111-EE-VQP-89 - Hierarchy / EE_QW_EXPERT_20070906