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

03/18/2008 at 10:35PM PDT, ID: 23252738
[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.8

Can't get one list to not be bold

Asked by dolcezzza in Cascading Style Sheets (CSS), Hypertext Markup Language (HTML)

Tags: css

I can't get ul to be not in bold.
I thought it may be specificity, but if I put in the !important, it still doesn't change anything.
The second list works fine, "maincontentlist" is the one that won't work

it is taking the properties of:
#rightside ul li {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #595858;
margin-left: 30px;
}

I can't seem to override it.
Any help is appreciated...
Shortening the code to make it easier:
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:
243:
244:
245:
246:
247:
248:
249:
250:
251:
252:
253:
254:
255:
256:
257:
258:
259:
260:
261:
262:
263:
264:
265:
266:
267:
268:
269:
270:
271:
272:
273:
274:
275:
276:
277:
278:
279:
280:
281:
282:
283:
284:
285:
286:
287:
288:
289:
290:
291:
292:
293:
294:
295:
296:
297:
298:
299:
300:
301:
302:
303:
304:
305:
306:
307:
308:
309:
310:
311:
312:
313:
314:
315:
316:
317:
318:
319:
320:
321:
322:
323:
324:
325:
#mainbody {
  width: 754px;
  float: left;
}
.boxcontainer {
  width: 754px;
  float: left;
  background-image:url(/images/articles/boxbg.jpg);
  background-repeat:repeat-y;
}
.boxtop {
  width: 754px;
  height: 9px;
  float: left;
}
.boxbottom {
  width: 754px;
  height: 15px;
  float: left;
}
#leftside {
  width: 193px;
  float:left;
}
#rightside {
  width: 561px;
  float: left;
}
.boxleftcontainer {
  width: 175px;
  float: left;
  padding-left: 18px;
  padding-bottom: 8px;
}
.boxleftcontainer li {
  list-style: none;
}
.leftboxhead {
  width: 175px;
  height: 30px;
  background-image:url(/images/articles/leftnavhead.jpg);
  background-repeat:no-repeat;
  float: left;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color:#ffffff;
  text-indent: 23px;
  line-height: 25px;
}
.leftboxcontent {
  width: 175px;
  background-image:url(/images/articles/leftboxbg.jpg);
  background-repeat:repeat-y;
  float: left;
}
.leftboxcontent li {
  line-height: 18px;
  list-style: none;
  text-indent: 11px;
}
.leftboxcontent a {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #4c709d;
  text-decoration: none;
  font-weight: bold;
}
.leftboxcontent a:hover {
  text-decoration: underline;
}
#rightside h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #505254;
  padding-left: 10px;
}
#rightside p {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 14px;
  color: #595858;
  padding: 5px 10px 10px 10px;
}
#rightside p a {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #215fab;
  text-decoration: none;
  font-weight: bold;
}
#rightside p a:hover {
  text-decoration: underline;
}
#underboxcontainer {
  width: 749px;
  float: left;
  text-align: center;
}
#underboxcontainer p {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #7c7b7b;
  line-height: 14px;
}
#underboxcontainer p strong {
  font-size: 11px;
}
#underboxcontainer ul {
  width: 746px;
  margin: 15px auto 0 auto;
  list-style: none;
}
#underboxcontainer li {
  display: inline;
  border-right: 1px solid #041edf;
  padding: 0 7px;
  font-size: 10px;
  line-height: 18px;
}
#underboxcontainer a {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  text-decoration: none;
  color: #041edf;
}
#underboxcontainer a:hover {
  text-decoration: underline;
}
#footer {
  width: 754px;
  height: 79px;
  float: left;
  background-image:url(/images/articles/footer.jpg);
  background-repeat:repeat-x;
  text-align: center;
  margin-top: 10px;
}
#footer img {
  padding-top: 15px;
}
#footer li {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  list-style: none;
  font-size: 11px;
  border-right: 1px solid #595858;
  display: inline;
  padding: 0 7px;
  color: #595858;
}
#footer a {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #595858;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}
/* Added By Nick */
.leftboxhead {
  width: 175px;
  height: 30px;
  background-image:url(/images/index/leftnavhead.jpg);
  background-repeat:no-repeat;
  float: left;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color:#ffffff;
  text-indent: 23px;
  line-height: 25px;
}
.leftboxcontent {
  width: 175px;
  background-image:url(/images/index/leftboxbg.jpg);
  background-repeat:repeat-y;
  float: left;
}
.leftboxcontent li {
  line-height: 18px;
  list-style: none;
  text-indent: 11px;
}
.leftboxcontent a {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #4c709d;
  text-decoration: none;
  font-weight: bold;
}
.leftboxcontent a:hover {
  text-decoration: underline;
}
#gettingstarted {
  width: 171px;
  height: 37px;
  float: left;
  padding-left: 2px;
}
#gettingstarted a {
  width: 171px;
  height: 37px;
  float: left;
  background-image:url(/images/index/gettingstartedbtn.jpg);
  background-repeat:no-repeat;
  display:block;
  line-height: 37px;
  text-indent: 40px;
  text-decoration: none;
}
#gettingstarted a:hover {
  background-image: url(/images/index/gettingstartedbtnhover.jpg);
}
#casinoschool {
  width: 171px;
  height: 37px;
  float: left;
  padding-left: 2px;
}
#casinoschool a {
  width: 171px;
  height: 37px;
  float: left;
  background-image:url(/images/index/casinolinkbtn.jpg);
  background-repeat:no-repeat;
  display:block;
  line-height: 37px;
  text-indent: 40px;
  text-decoration: none;
}
#casinoschool a:hover {
  background-image: url(/images/index/casinolinkbtnhover.jpg);
}
#support {
  width: 171px;
  height: 37px;
  float: left;
  padding-left: 2px;
}
#support a {
  width: 171px;
  height: 37px;
  float: left;
  background-image:url(/images/index/supportbtn.jpg);
  background-repeat:no-repeat;
  display:block;
  line-height: 37px;
  text-indent: 40px;
  text-decoration: none;
}
#support a:hover {
  background-image: url(/images/index/supportbtnhover.jpg);
}
#tellafriend {
  width: 171px;
  height: 37px;
  float: left;
  padding-left: 2px;
}
#tellafriend a {
  width: 171px;
  height: 37px;
  float: left;
  background-image:url(/images/index/tellafriendbtn.jpg);
  background-repeat:no-repeat;
  display:block;
  line-height: 37px;
  text-indent: 40px;
  text-decoration: none;
}
#tellafriend a:hover {
  background-image: url(/images/index/tellafriendbtnhover.jpg);
}
/*Added 06-Dec-2007*/
#rightside h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #505254;
  padding-left: 10px;
}
#rightside h4 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #505254;
  padding-left: 10px;
}
#rightside ul li {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #595858;
  margin-left: 30px;
}
 
.contentlist {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  line-height: 14px;
  color: #595858;
  padding: 5px 10px 10px 10px;
}
.maincontentlist {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  line-height: 14px;
  color: #595858;
  padding: 5px 10px 10px 10px;
}
 
 
html **************************************
 
 <div id="rightside">
 
                <h2>Heading</h2>
              <h3>Second Heading</h3> <p>Content here</p>
 <ul class="maincontentlist"> <li><strong>Name:</strong> List item 1.</li> 
<li><strong>Name 2:</strong> list item 2</li> </ul> 
<p>More content...</p>
 <ol class="contentlist"> <li>List 1</li> <li>List 2</li> </ol>
[+][-]03/18/08 10:45 PM, ID: 21158774

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: Cascading Style Sheets (CSS), Hypertext Markup Language (HTML)
Tags: css
Sign Up Now!
Solution Provided By: hielo
Participating Experts: 1
Solution Grade: A
 
 
 
Loading Advertisement...
20091111-EE-VQP-91 / EE_QW_2_20070628