Advertisement

09.03.2008 at 05:00PM PDT, ID: 23701181
[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.3

CSS drop down menu and javascript

Asked by bccla in Cascading Style Sheets (CSS), Web Authoring

Tags:

This page shows two horizontal menus. One, the "topmenu" is above the banner, the other, the "lowermenu" is below the banner.

The top drop down menu doesn't work. If I add a <ul> to the topmenu html, the horizontal menu disappears. Also, the javascript includes a reference to the "lowermenu" div and not the "topmenu" div. I don't recall how it got there. I suspect my HTML may be off, but then I have altered it and been unable to reposition the topmenu. Do I need to alter the java script to include a reference to the topemenu?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:
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:
326:
327:
328:
329:
330:
331:
332:
333:
334:
335:
336:
337:
338:
339:
340:
341:
342:
343:
344:
345:
346:
347:
348:
349:
350:
351:
352:
353:
354:
355:
356:
357:
358:
359:
360:
361:
362:
363:
364:
365:
366:
367:
368:
369:
370:
371:
372:
373:
374:
375:
376:
377:
378:
379:
380:
381:
382:
383:
384:
385:
386:
387:
388:
389:
390:
391:
392:
393:
394:
395:
396:
397:
398:
399:
400:
401:
402:
403:
404:
405:
406:
407:
408:
409:
410:
411:
412:
413:
414:
415:
416:
417:
418:
419:
420:
421:
422:
423:
424:
425:
426:
427:
428:
429:
430:
431:
432:
433:
434:
435:
436:
437:
438:
439:
440:
441:
442:
443:
444:
445:
446:
447:
448:
449:
<!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=utf-8">
<title>B.C Civil Liberties Association</title>
<style type="text/css"> 
<!-- 
 
#container { 
    width: 776px; 
	margin-right: auto;
	margin-left: auto;
	text-align: left;
         overflow: auto;
}
 
body  {
	font: 78%/1.5 arial, helvetica, serif;
	line-height: 1.5em;
	background: url(images/light_bodytemplate.gif) repeat-y top center;
	padding: 0;
	margin: 0;
}
 
#topmenu, #topmenu ul {
	background-color: #CFD9DB;
	width: 776px;
	height: 23px;
	list-style: none;
	line-height: 1;
	font-weight: bold; 
	border-bottom: 8px solid #ddd;
    margin: 0px 0 2px 0;
    padding: 2px 0 2px 0;
}
 
#topmenu a {
	display: block;
	text-align: right;
	text-decoration: none;
	color: #41637D;
	padding: 0.25em 3em;
	white-space: nowrap;
	background: #CFD9DB;
}
 
#topmenu li {
	float: left;
	padding: 0;
	width: 8em;
}
 
#topmenu li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 14.4em;
	w\idth: 14.4em;
	font-weight: normal;
	border-width: 0.25em;
	margin: 0;
	background: #CFD9DB;
}
 
.topmenuform  {
   float: left;
}	
 
#topmenu li.sfhover ul  {
	left: auto;
}
 
 
#lowermenu li.sfhover ul  {
	left: auto;
}
 
 
#banner {
    clear: left;
    height: 143px;
    width: 776px;
    background: url(images/bcclaheader.jpg) no-repeat left;
} 
 
#banner a {
    margin-right: auto;
    margin-left: auto;
}
 
#lowermenu, #lowermenu ul {
	background-color: #CFD9DB;
	width: 776px;
	height: 16px;
	list-style: none; 
	line-height: 1;
	font-weight: bold; 
	border-bottom: 8px solid #ddd;
	margin: 0px 0 5px 0;
         padding: 2px 0 8px 0;
}
 
#lowermenu a {
	display: block;
	text-align: left;
	color: #41637D;
	text-decoration: none;
	padding: 0.25em 2em;
	white-space: nowrap;
	background: #CFD9DB;
}
 
#lowermenu li {
	float: left;
	padding: 0;
	width: 10em;
}
 
#lowermenu li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 14.4em;
	w\idth: 14.4em;
	font-weight: normal;
	border-width: 0.25em;
	background: #CFD9DB;
    margin: 0px 0px 0px 0px; 
    padding:0px;
}
 
#lowermenu li ul a {
	width: 13em;
	w\idth: 9em;
}
 
#lowermenu li:hover ul {     left: auto; }
 
 
#main { 
    float: left;   
    margin-left: 30px;
	margin-top: 20px;
    margin-bottom: 20px;
    width: 600px;	
    border-left: 1px solid #97A9C9;
     
} 
 
#main h1 {
	height: 100%;
    font-family: arial, helvetica, serif;
	font-size: 1.25em;
	font-weight: 200;
	letter-spacing: 4px;
	line-height: 1.5;
	border-bottom: 12px solid #ddd;
	margin-top: 20px;
}
 
.main .newshead {
    font-family: arial, helvetica, serif;
	font-size: 1.2em;
	font-weight: 200;
	color: #426F85;
}
 
 
 
.post {
   float: left;
   width: 350px;
   position: relative;
   margin-bottom: 1.5em;
   border-bottom: 1px solid #CCCCCC;
   padding-bottom: .8em;
}
 
.post .date {
   position: absolute;
   top: 0;
   left: 5px;
   width: 2.3em;
   text-align: right;
}
 
 
.post .date .month {
   text-transform: uppercase;
   font: 700 1.0em arial, sans-serif;
   color: #888;
}
 
.post .date .day {
	display: block;
	color: #888;
	font-family: arial, sans-serif;
	font-size: 1.3em;
	font-weight: 700;
}
 
.post .title {
   display: block;
   padding: 0 0 5px 0;
   font-size: 1.2em;
   font-weight: bold;
   color: #586B7A;
}
 
.post p {
   margin: 0px 0 0 3.5em;
   padding:  0 0 1em 1.2em;
   border-left: 1px solid #CCCCCC;
}
 
.mainlink a {
   font: 700 1.0em arial, sans-serif;
   color: #888;
   text-decoration: none;
}
 
 
#footer {
    clear: both;
    margin: auto;
    width: 775px;
    height: 7em;
    background-color: #CFD9DB;
    border: 1px solid;
    border-color: #CFD9DB;
}
 
.footertext {
    font-family: arial, helvetica, serif;
	font-size: .8em;
	font-weight: 200;
	line-height: 1.5;
}
 
a img {
   border: 0;
}
 
.stylesix {color: #5C8096}
 
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
 
 
.itemheading {
	font: 78%/1.5 arial, helvetica, serif;
	font-size: 13px;
	font-weight: bold;
	font-variant: normal;
	color: #336699;
	text-decoration: none;
	padding-left: 15px;
    margin-top: -6px;
}
 
.topbar {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #336699;
	text-decoration: none;
}
.date {
	font: 78%/1.5 arial, helvetica, serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}
.newsitem {
	font: 78%/1.5 arial, helvetica, serif;
	font-size: 13px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
    padding-left: 15px;
}
 
 
--> 
</style>
 
 
<script type="text/javascript"><!--//--><![CDATA[//><!--
 
sfHover = function() {
	var sfEls = document.getElementById("lowermenu").getElementsByTagName("LI");
	for (var i=0; i<sfEls.length; i++) {
		sfEls[i].onmouseover=function() {
			this.className+=" sfhover";
		}
		sfEls[i].onmouseout=function() {
			this.className=this.className.replace(new RegExp(" sfhover\\b"), "");
		}
	}
}
if (window.attachEvent) window.attachEvent("onload", sfHover);
 
 
//--><!]]></script>
</head>
<body>
 
<div id="container">
 
<div id="topmenu">
<form action="http://www.google.com/search" method="get" class="topmenuform">
<input type="text" name="q" size="25" maxlength="200" value="">
<input type="submit" name="btnG" value="Search">
<input type="hidden" name="domains" value="http://www.bccla.org"> 
<input type="hidden" name="sitesearch" value="http://www.bccla.org" checked="checked"> 
</form>
 <!-- Search Google -->   
 
          <li><a href="05contact.htm">Contact Us</a></li>
          <li><a href="05conference.htm">Events</a></li>
             
          <li><a href="#">About Us</a>
			   <ul>
                 <li><a href="05about.htm">What We Do</a></li>
                 <li><a href="employ.htm">Employment</a></li> 
                 <li><a href="05history.htm">History</a></li> 
                 <li><a href="directors.htm">Directors</a></li>
                 <li><a href="05speakers.htm">Guest Speakers</a></li>
                 <li><a href="robson.htm">Reg Robson Award</a></li>
              </ul>
	      </li> 
          
          <li><a href="05donate.htm">Donate</a></li>
</div>
 
<div id="banner">
<a href="joinus.html"><img src="images/bcclaheader.jpg" alt="BCCLA"></a><br>
</div>
 
<div id="lowermenu"> 
	<ul>				 
        <li><a href="news.htm">News Archive</a></li>
        <li><a href="05submissions.htm">Law Reform</a></li>
        <li><a href="05legalarguments.htm">Legal Cases</a></li>
    	<li><a href="#">Publications</a>
		  <ul>
              <li><a href="05newsletter.htm">Newsletter</a></li>
		      <li><a href="05update.htm">E-Newsletter</a></li>
              <li><a href="05annual.htm">Annual Report</a></li>
              <li><a href="05pubs.htm">Books and Brochures</a></li>
          </ul>
        </li>
          
         <li><a href="#">Complaints &amp; Inquiries</a>
           <ul>
              <li><a href="05complaints.htm">Complaint Information</a></li>
              <li><a href="05links.htm">Links</a></li>
           </ul>
         </li>
 </ul>
 </div>
 
  
 
<div id="main">
  <p class="itemheading">The B.C. Civil Liberties Association has stepped up to the national stage in two recent cases, taking stands &#8212; and risks &#8212; for human rights </p>
  <p class="newsitem">Doug Ward, Vancouver Sun<br>
    Published:&nbsp;Saturday, March 22, 2008 </p>
  <p align="left" class="newsitem">The dark and murky jails of Afghanistan where detainees handed over by   Canadian troops are tortured and the Victoria prison cell where Robert Latimer   spent over six years are worlds apart.</p>
  <p align="left" class="newsitem">But each case is about the rights of individuals versus the power of the   state -- and both were thrust into the national spotlight by the tenacious   efforts of the B.C. Civil Liberties Association.</p>
  <p align="left" class="newsitem">Over the past few years the BCCLA, operating on small budget and out of a   modest downtown Vancouver office, has arguably become the most influential civil   liberties group in Canada.</p>
  <p align="left" class="newsitem">"We do harbour the conceit of being the most active civil liberties group in   Canada," said BCCLA president Jason Gratl, a 33-year-old Vancouver lawyer, who   represented Latimer in his successful day parole appeal.</p>
  <p align="left" class="newsitem">"What we lack in size we make up in courage and energy."</p>
  <p align="left" class="newsitem">Gratl said the group's mandate has been to protect and enhance civil   liberties in B.C.</p>
  <p align="left" class="newsitem">But the lower profile taken by the Canadian Civil Liberties Association, led   by its legendary but aging general counsel Alan Borovoy, has "left us with a   larger case load in the east," he added.</p>
  <p align="left" class="newsitem">University of B.C. political science professor Michael Byers said the BCCLA   "is filling a vacuum."</p>
  <p align="left" class="newsitem">"It's a Canadian NGO that is not only willing to advocate -- but also to   litigate."</p>
  <p align="left" class="newsitem">University of Ottawa law Prof. Amir Attaran said the BCCLA stands out in a   country "where it is rare for an NGO to stick its head above the parapet."</p>
  <p align="left" class="newsitem">One of the reasons for the BCCLA's fearlessness, said Attaran, is that it   receives no government money. "The BCCLA doesn't have this caution that comes   from not wanting to bite the hand that feeds you."</p>
  <p align="left" class="newsitem">Attaran, who is originally from the U.S., said too many NGOs in Canada depend   on government funding, which makes them afraid to launch legal action against   the state. Attaran said American human rights groups are far more active because   it is rare for them to depend on government funding.</p>
  <p align="left" class="newsitem">The BCCLA's key role in bringing national attention to the issue of Afghan   detainees illustrates the Vancouver group's ability to challenge   decision-makers.</p>
  <p align="left" class="newsitem">In the spring of 2006, a small group of human rights activists gathered in   Ottawa to discuss how to prevent Canadian-transferred detainees in Afghanistan   from being tortured.</p>
  <p align="left" class="newsitem">It was agreed that the Conservative government needed to be confronted in   court over the issue of Canadian complicity in torture.</p>
  <p align="left" class="newsitem">The discussion turned to which group would be willing to be the plaintiff. It   was felt that the group would have to have enough credibility and profile to   force a court to take any legal action seriously.</p>
  <p align="left" class="newsitem">One of the participants, UBC's Byers, offered to contact the BCCLA, which   quickly agreed to become a litigant and was then joined by Amnesty Canada.</p>
  <p align="left" class="newsitem">The two groups filed a Federal Court action, arguing that international law   and Canada's own <em>Charter of Rights</em> barred the Canadian government from   transferring prisoners to jails where they were likely to be abused or   tortured.</p>
  <p align="left" class="newsitem">The Federal Court ruled against the BCCLA in a decision earlier this month,   saying the detainees have rights under the Afghan constitution and international   law -- but not Canadian law.</p>
  <p align="left" class="newsitem">The Federal Court decision will be appealed and was a loss "only in a very   narrow sense," Gratl said.</p>
  <p align="left" class="newsitem">"The court case had the effect of uncovering specific incidents of torture   and bringing the Canadian public and Parliament to an awareness of the   conditions in Afghanistan for prisoners."</p>
  <p align="left" class="newsitem">The BCCLA's suit forced the Canadian government to agree to monitor the fate   of detainees who are sent to Afghan jails, he added.</p>
  <p align="left" class="newsitem">Gratl said the court case also prompted Stephen Harper's Conservative   government to acknowledge that Canada had stopped transferring prisoners into   Afghan custody in late 2007 after discovering clear evidence of torture.</p>
  <p align="left" class="newsitem">The BCCLA and Amnesty have also succeeded in prompting the Military Police   Complaints Commission to announce recently that it would hold a "public   interest" investigation in the transfer of Afghan detainees.</p>
  <p align="left" class="newsitem">Byers said "everything that we have seen in the last year concerning the   scandal about Afghan detainees comes back to the willingness of the BCCL to take   the risk and put its name on the line in defence of human rights."</p>
  <p align="left" class="newsitem">Attaran said it isn't the most popular thing to call for safeguards that   would protect members of the extremist and violent Taliban movement, "who are   pretty hideous and I wouldn't want them running that part of the world."</p>
  <p align="left" class="newsitem">"But we talk about human rights and the last time I checked, the Taliban   members were humans."</p>
  <p align="left" class="newsitem">The case of Saskatchewan farmer Latimer, who was jailed for the 1993 killing   of his disabled daughter Tracy, is another example of the BCCLA's willingness to   seize the initiative.</p>
  <p align="left" class="newsitem">About a month ago, the appeal division of the National Parole Board freed   Latimer on day parole -- a move prompted by legal action initiated by the   BCCLA.</p>
  <p align="left" class="newsitem">The group became involved after a member of the B.C. Humanist Society   approached long-time BCCLA activist John Dixon, a philosophy professor at   Capilano College, to help Latimer after he was initially denied day parole.</p>
  <p align="left" class="newsitem">Latimer was eligible for day parole last year but the regional parole board   denied his request.</p>
  <p align="left" class="newsitem">The three-member parole board told Latimer they were "struck" that he had   failed to develop any insight into his crime during his seven years in   prison.</p>
  <p align="left" class="newsitem">"Folks were left the feeling you have not developed the kind of sufficient   understanding of your actions," said Kelly-Ann Speck, one of the three members   of the National Parole Board panel.</p>
  <p align="left" class="newsitem">Dixon thought it was worth pursuing and convinced the BCCLA to tackle   Latimer's case. The group's in-house lawyer was busy with the Frank Paul   inquiry, so BCCLA president Gratl took on Latimer's case pro bono.</p>
  <p align="left" class="newsitem">Gratl helped Latimer shape his appeal, which argued that denying him parole   was unreasonable because there was almost no risk of his reoffending and the   initial parole board panel had strayed from its statutory mandate and applied   its own moral views on mercy killing.</p>
  <p align="left" class="newsitem">The appeal division agreed, saying to "delay in releasing you from   imprisonment would be unfair."</p>
  <p align="left" class="newsitem">BCCL board member Dixon said at the time that his group's advocacy of   Latimer's parole bid was not an endorsement of "extra-judicial mercy   killing."</p>
  <p align="left" class="newsitem">"We weren't interested in appealing the conviction or the sentence," Dixon   said. "We were interested in bringing a measure of fairness and mercy to this   family at this point."</p>
  <p align="left" class="newsitem">The BCCLA, the oldest active civil liberties group in Canada, was formed in   the '60s when a group of concerned citizens formed a committee to help 72   members of the Sons of Freedom Doukhobor sect. The Doukhobors were arrested and   charged with conspiracy to intimidate the provincial legislature.</p>
  <p align="left" class="newsitem">The people in the committee remained active and formed the BCCLA the next   year. Initially, the BCCLA operated out of people's homes and depended on   donations from members to keep operating.</p>
  <p align="left" class="newsitem">These days, the group has a downtown Vancouver office and eight staff   members, including three full-time lawyers.</p>
  <p align="left" class="newsitem">Gratl said funding from individuals has risen in recent years to about   $200,000, allowing the group to take on more high-profile cases.</p>
  <p align="left" class="newsitem">It also is able to call up other lawyers who will do many hours of work pro   bono, including Ottawa lawyer Paul Champ, who led the Federal Court challenge on   Afghan detainees, and Gratl himself, who represented Latimer for free.</p>
  <p align="left" class="newsitem">About half of the BCCLA's annual $500,000 budget comes from the The Law   Foundation of British Columbia, which receives and distributes interest on   clients' funds held in lawyers' pooled trust accounts. Another $40,000 comes   from the B.C. Gaming Commission and the remainder from individual   supporters.</p>
  <p align="left" class="newsitem">Why has such an energetic group of civil liberty advocates emerged in   Vancouver?</p>
  <p align="left" class="newsitem">"Vancouver still represents the final frontier," Gratl said. "Vancouver has   the virtue of attracting young minds from across the continent who feel   constrained by the cultures of other places, including lawyers like myself who   had difficulty swallowing the prospect of a lifetime of working on Bay Street in   Toronto."</p>
  <p align="left" class="newsitem">UBC's Byers said the BCCLA's emerging prominence is "just a reflection of the   energy and commitment that exists in Vancouver translated on to the national   stage at a time when this kind of voice is desperately needed."</p>
  <p align="left" class="newsitem">Gratl said the BCCLA "tries to articulate what the appropriate limits are on   our freedom."</p>
  <p align="left" class="newsitem">While he's a civil liberty advocate, Gratl is no political libertarian. He   believes strongly in the need for a collective that puts legitimate limits on   individual freedom.</p>
  <p align="left" class="newsitem">The former philosophy graduate student added that the "best democracy is   where individuals are free to engage in their own pursuits to the extent that   they don't infringe on their neighbour's freedom."</p>
  <p align="left" class="newsitem">While the BCCLA is about action and not pointy-headed debates over abstract   principles, the group does attract individuals with an intellectual interest in   the relationship between the individual and the state.</p>
  <p align="left" class="newsitem">"The BCCLA is made up of a healthy proportion of professors of philosophy and   lawyers," said Gratl. "Law-oriented philosophers and philosophy-oriented   lawyers."</p>
  <p align="left" class="newsitem">dward@png.canwest.com</p>
  </div>
 
  <!-- end #main --></div>
 
  
 
 
 
 
<div id="footer">
   <div align="center"><img src="images/law-foundation.gif" alt="Law Foundation"><br>
 
     
     <span class="footertext">The BCCLA gratefully acknowledges the financial support 
provided by the Law 
  Foundation of British Columbia</span></div>
 
</div>
</body>
</html>
[+][-]09.03.2008 at 05:13PM PDT, ID: 22383227

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.

 
[+][-]09.03.2008 at 05:14PM PDT, ID: 22383232

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.

 
[+][-]09.03.2008 at 07:48PM PDT, ID: 22384022

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.

 
[+][-]09.04.2008 at 11:01AM PDT, ID: 22390534

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.

 
[+][-]09.04.2008 at 11:08AM PDT, ID: 22390631

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.

 
[+][-]09.04.2008 at 11:14AM PDT, ID: 22390733

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.

 
[+][-]09.04.2008 at 02:52PM PDT, ID: 22393101

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.

 
[+][-]09.04.2008 at 09:07PM PDT, ID: 22395221

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), Web Authoring
Tags: css
Sign Up Now!
Solution Provided By: scrathcyboy
Participating Experts: 3
Solution Grade: B
 
 
[+][-]09.04.2008 at 11:15PM PDT, ID: 22395684

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.

 
[+][-]09.05.2008 at 09:15AM PDT, ID: 22400616

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.

 
[+][-]09.05.2008 at 09:18AM PDT, ID: 22400645

Experts Exchange has a courteous staff of administrators who help members get the most out of the website by means of administrative comments like this one.

Start your 7-day free trial to view this Administrative Comment or ask the Experts your question.

 
 
Loading Advertisement...
20080716-EE-VQP-32 / EE_QW_2_20070628