Advertisement

10.14.2008 at 08:50AM PDT, ID: 23813285
[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.3

Works in IE not in Mozilla

Asked by gogetsome in Cascading Style Sheets (CSS)

Tags:

Hello, can someone please firebug this link and tell me how to fix my float issue???
the site works fine in IE but not in Mozilla. I've tried all sorts of things and can't figure it out. Please let me know if you need additional information.

Here is the page in question. http://790tint.com/Automotive.aspx

I have also attached the css and html.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:
450:
451:
452:
453:
454:
455:
456:
457:
458:
459:
460:
461:
462:
463:
464:
465:
466:
467:
468:
469:
470:
471:
472:
473:
474:
475:
476:
477:
478:
479:
480:
481:
482:
483:
484:
485:
486:
487:
488:
489:
490:
491:
492:
493:
494:
495:
496:
497:
498:
499:
500:
501:
502:
503:
504:
505:
506:
507:
508:
509:
510:
511:
512:
513:
514:
515:
516:
517:
518:
519:
520:
521:
522:
523:
524:
525:
526:
527:
528:
529:
530:
531:
532:
533:
534:
535:
536:
537:
538:
539:
540:
541:
542:
543:
544:
545:
546:
547:
548:
549:
550:
551:
552:
553:
554:
555:
556:
557:
558:
559:
560:
561:
562:
563:
564:
565:
566:
567:
568:
569:
570:
571:
572:
573:
574:
575:
576:
577:
578:
579:
580:
581:
582:
583:
584:
585:
586:
587:
588:
589:
590:
591:
592:
593:
594:
595:
596:
597:
598:
599:
600:
601:
602:
603:
604:
605:
606:
607:
608:
609:
610:
611:
612:
613:
614:
615:
616:
617:
618:
619:
620:
621:
622:
623:
624:
625:
626:
627:
628:
629:
630:
631:
632:
633:
634:
635:
636:
637:
638:
639:
640:
641:
642:
643:
644:
645:
646:
647:
648:
649:
650:
651:
652:
653:
654:
655:
656:
657:
658:
659:
660:
661:
662:
663:
664:
665:
666:
667:
668:
669:
670:
671:
672:
673:
674:
675:
676:
677:
678:
679:
680:
681:
682:
683:
684:
685:
686:
687:
688:
689:
690:
691:
692:
693:
694:
695:
696:
697:
698:
699:
700:
701:
702:
703:
704:
705:
706:
707:
708:
the CSS:
 
 
body {
	margin: 0;
	padding: 0;
	background: #000000 url(images/BlueBG.jpg) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}
 
h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #FFFFFF;
}
 
h1 {
	font-size: 197%;
}
 
h2 {
	font-size: 167%;
}
 
h3 {
	font-size: 100%;
	font-weight: bold;
}
 
p, ol, ul {
	line-height: 170%;
}
 
p {
}
 
ol {
	margin-left: 0;
	padding-left: 0;
	list-style-position: inside;
}
 
ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}
 
ul li {
	padding-left: 15px;
	background: url(images/img07.gif) no-repeat 0px 7px;
}
 
blockquote {
	margin: 0;
	padding-left: 20px;
	font-style: italic;
}
 
blockquote * {
	line-height: normal;
}
 
a {
	color: #666666;
}
 
a:hover {
	text-decoration: none;
	color: #A60000;
}
 
img {
	border: 5px solid #07159b;
}
 
img.left {
	float: left;
	margin: 3px 15px 0 0;
}
 
img.right {
	float: right;
	margin: 3px 0 0 15px;
}
 
hr {
	display: none;
}
 
/* Menu */
 
#menu {
	width: 760px;
	height: 80px;
	margin: 0 auto;
	padding: 0 5px 5px 5px;
	background: #545454;
}
 
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}
 
#menu li {
	display: inline;
	margin: 0;
	padding: 0;
}
 
#menu a {
	display: block;
	float: left;
	width: 125px;
	height: 53px;
	padding: 27px 0 0 0;
	background: #07159b url(images/Up.jpg) no-repeat;
	border-left: 2px solid #07159b;
	text-decoration: none;
	text-align: center;
	font-size: 136%;
	color: #FFFFFF;
}
 
/*A60000 the old borderleft from menu a*/
#menu a:hover {
	background: #07159b url(images/Hover.jpg) no-repeat;
	color: #000000;
}
 
#menu .active a 
{
	
	background: #07159b url(images/Active.jpg) no-repeat;
	border: none;
	color: #ffffff;
}
 
/* Header */
 
#header 
{
	clear:both;
	width: 760px;
	height: 220px;
	margin: 0 auto;
	padding: 0 5px 5px 5px;
	background: #545454;
}
 
/* Logo */
 
#logo 
{
 
	float: right;
	width: 345px;
	height: 220px;
	background: #545454 url(images/Logo.jpg) no-repeat;
}
#PictureRotator
{
	float:left;}
 
 
#logo h1, #logo h2 {
	text-align: center;
}
 
#logo h1 {
	padding-top: 77px;
	font-size: 240%;
}
 
#logo h2 {
	font-size: 150%;
}
 
#logo a {
	text-decoration: none;
	color: #FFFFFF;
}
 
/* Page */
 
#page {
	width: 730px;
	margin: 0 auto;
	padding: 30px 0;
}
 
/* Content */
 
#content {
	float: left;
	width: 375px;
	padding-top: 8px;
}
 
.twocols {
}
 
.twocols .title {
	padding-bottom: 10px;
	border-bottom: 1px solid #07159b;
}
 
.twocols .col1, .twocols .col2 {
	width: 175px;
}
 
.twocols .col1 {
	float: left;
}
 
.twocols .col2 {
	float: right;
}
 
.twocols ul {
}
 
.twocols ul li {
	padding-left: 0;
}
 
 
/* Max Content */
 
#maxcontent 
{
	clear:left;
	float: left;
	width: 730px;
	padding-top: 8px;
	
}
 
.mallcols 
{
 
width:700px;
margin-bottom:20px;
 
}
 
.mtwocols 
{
	color:#000000;
 
}
 
.mtwocols .mtitle {
	padding-bottom: 10px;
	border-bottom: 1px solid #07159b;
}
 
.mtwocols .mcol1, .mtwocols .mcol2 {
	width: 300px;
		margin-bottom:20px;
}
 
.mtwocols .mcol1 
{
background-color:#eaeaea;
	float: left;
	padding-left: 5px;
}
 
.mtwocols .mcol2 
{
		margin-left: 5px;
	background-color:#cccccc;
	float: left;
	padding-left: 5px;
}
 
.mtwocols ul {
}
 
.mtwocols ul li {
	padding-left: 0;
}
 
 
.mthreecols 
{
	color:#000000;
 
 
}
.mthreecols .mcol1, .mthreecols .mcol2, .mthreecols .mcol3 {
	width: 220px;
		margin-bottom:20px;
}
 
.mthreecols .mcol1 {
	float: left;
	background-color:#e8e8e8;
	padding-left: 5px;
}
.mthreecols .mcol2 
{
	
	float: left;
	margin-left: 5px;
	padding-left: 5px;
 
	background-color:#cccccc;
}
 
.mthreecols .mcol3 {
	float: left;
	background-color:#999999;
	margin-left: 5px;
	padding-left: 5px;
}
 
 
/* Sidebar */
 
#sidebar {
	float: right;
	width: 310px;
}
 
.boxed {
}
 
.boxed .title {
	height: 33px;
	margin: 0;
	padding: 12px 0 0 20px;
	background: #07159b url(images/TitleBG.jpg) no-repeat;
	text-transform: uppercase;
	font-size: 136%;
	color: #FFFFFF;
}
 
.boxed .content {
	padding: 20px;
}
 
.boxed h3 {
	margin: 0;
}
 
.boxed p, .boxed ul, .boxed ol {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}
 
.boxed ul {
}
 
.boxed ul li {
	padding: 10px 15px;
	border-top: 1px solid #666666;
}
 
.boxed ul li.first {
	border: none;
}
 
/* Search */
 
#search {
}
 
#search form {
	margin: 0;
	padding: 0;
}
 
#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
 
#search p {
	margin: 0;
	font-size: 85%;
}
 
#searchinput {
	width: 180px;
}
 
#searchsubmit {
}
 
/* Footer */
 
#footer {
	width: 740px;
	margin: 0 auto;
	height: 30px;
	padding: 10px;
	background: #07159b url(images/TitleBG.jpg);
}
 
#footer p {
	margin: 0;
	line-height: normal;
	font-size: 85%;
}
 
#footer a {
}
 
#legal {
	float: left;
}
 
#links {
	float: right;
}
 
/** sub navigation*/
    #subNav{
        float:left;
        width: 375px; 
        height:30px;
        margin-top: 15px;
        margin-left: -10px; 
       }
 
    #subNav ul {
        margin:0; 
        font-size: 101%;
        font-weight: bold;
     
        padding-left: 2px;}
 
    #subNav li{
        float:left;
       
        text-decoration:none;}
 
    #subNav a {
        display:block;
        text-decoration:none;
        color:#ffffff;}
 
    #subNav a:hover, #subNav .active a {
        display:block;
        text-decoration:none;
        color:#ff0000;}
        ****************************************************************
       The HTML:
<%@ Page Title="" Language="VB" MasterPageFile="~/Site.master" AutoEventWireup="false" CodeFile="Automotive.aspx.vb" Inherits="Automotive" %>
 
<asp:Content ID="Content1" ContentPlaceHolderID="head" Runat="Server">
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
    <div id="menu">
	<ul>
		<li><a href="Default.aspx">Home</a></li>
		<li><a href="Products.aspx">Products</a></li>
		<li><a href="Contact.aspx">Contact</a></li>
		<li><a href="Location.aspx">Location</a></li>
		<li><a href="OurWork.aspx">Our Work</a></li>
		<li><a href="GetQuote.aspx">Get A Quote</a></li>
	</ul>
</div>
<div id="header">
<div id="PictureRotator">
        <!-- flash picture rotator -->
    <object style="HEIGHT: 220px; text-align: center;" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" 
        height="220" width="410" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"> 
        <param name="_cx" value="24553"/> 
        <param name="_cy" value="1376"/> 
        <param name="FlashVars" value=""/> 
        <param name="Movie" value="PictureRotator.swf"/> 
        <param name="Src" value="PictureRotator.swf"/> 
        <param name="WMode" value="Window"/> 
        <param name="Play" value="-1"/> 
        <param name="Loop" value="-1"/> 
        <param name="Quality" value="High"/> 
        <param name="SAlign" value=""/> 
        <param name="Menu" value="-1"/> 
        <param name="Base" value=""/> 
        <param name="AllowScriptAccess" value="always"/> 
        <param name="Scale" value="ShowAll"/> 
        <param name="DeviceFont" value="0"/> 
        <param name="EmbedMovie" value="0"/> 
        <param name="BGColor" value="#000000"/> 
        <param name="SWRemote" value=""/> 
        <param name="MovieData" value=""/> 
        <embed src="PictureRotator.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="410px" height="220px"> </embed> 
    </object>
    
        <!-- flash object activate control script -->
    <script type="text/javascript" src="ieupdate.js"></script>
</div>
	<div id="logo">
		
	</div>
</div>
<div id="page">
	<div id="content">
		<div style="margin-bottom: 20px; padding-bottom: 15px; border-bottom: 1px solid #999999;">
			<h2 class="title">Automotive</h2>
			  <div id="subNav">
                  <ul>
                        <li class="active"><a href="Automotive.aspx" accesskey="1" title="Automotive">Automotive</a></li>
                        <li><a href="Commercial.aspx" accesskey="2" title="Commercial">Commercial</a></li>
                        <li><a href="Residential.aspx" accesskey="3" title="Residential">Residential</a></li>
                        <li><a href="Why3m.aspx" accesskey="4" title="Why 3M?">Why 3M?</a></li>
                         <li><a href="Facts.aspx" accesskey="5" title="Facts">Facts</a></li>
                     
                   </ul>
                   
                    <!-- end subNav -->
                    </div>
		</div>
		<div>&nbsp;</div>
		</div>
	<!-- end content -->
	<div id="maxcontent">
<div class="mallcols">
<asp:Image id="imgautomotive_window_tinting" runat="server" ImageUrl="~/Images/automotive_window_tinting.jpg" 
 BorderWidth="10px" BorderColor="Transparent" BorderStyle="Solid" ImageAlign="Left" /> 
 
<p><b style="font-size: 130%; color: #FF0000; font-weight: 900"> 3M</b>
<b style="font-size: 130%; color: #ffffff; font-weight: 900"> Automotive Window film</b>
 is a protective layer that adds privacy and safeguards 
your passengers and the cars interior. 3M Window films block 99.9% of the suns 
ultraviolet rays and reflect up to 97% of the Infrared heat that may otherwise come 
through your car windows. This helps prevent cracks in your dashboard and fabrics 
from fading. Having window film is also easier on the eyes, offering day and night 
glare reduction to minimize eye strain. Window films also help to cool the interior 
of the car so everyone rides in comfort. Different shading levels from clear to dark 
are available.</p>
 
<p>
<b style="font-size: 160%; color: #ffffff; font-weight: 900">Good</b>
<b style="font-size: 130%; color: #FF0000; font-weight: 900"> 3M</b>
<b style="font-size: 130%; color: #ffffff; font-weight: 900"> High Performance Window film</b> 
This high performance line of window films offers unbeatable solar performance with a great sleek 
charcoal look. The FX-HP line of automotive window films comes in a variety of light transmissions, 
with a limited lifetime warranty.
</p>
</div>
<div class="mthreecols">
<div class="mcol1">
<b style="font-size: 120%; color: #000000; font-weight: 900">3M" High-Performance 35%</b><br />
<p>38% Visible light transmission<br />
11% Visible light reflection<br />
49% Total solar energy rejected<br />
99% UV reduction<br />
</p>
</div>
<div class="mcol2">
<b style="font-size: 120%; color: #000000; font-weight: 900">3M" High Performance 20%</b><br />
 
<p>22% Visible light transmission<br />
9% Visible light reflection<br />
54% Total solar energy rejected<br />
99% UV reduction<br /></p>
</div>
<div class="mcol3">
<b style="font-size: 120%; color: #000000; font-weight: 900">3M" High Performance 5%</b><br />
 
<p>5% Visible light transmission<br />
8% Visible light reflection<br />
58% Total solar energy rejected<br />
99% UV reduction<br /></p>
</div>
 
</div>
<div class="mallcols">
<p>
<b style="font-size: 160%; color: #ffffff; font-weight: 900">BETTER</b>
 <b style="font-size: 130%; color: #FF0000; font-weight: 900">3M</b>
<b style="font-size: 130%; color: #ffffff; font-weight: 900">Nano-Carbon Window Film</b>
 Introducing the new and improved, innovative 3M" Color-Stable Auto Window Film. 3M" Color- Stable 
 Window Film will never fade to purple as the film ages, it is coated with a 
 durable, scratch resistant covering, the metal free construction will not interfere 
 with your electronics, and has superior UV and heat rejection performance at darker 
 shades. 3M is a leader in creating technology-advanced metal free window films. 
 The lifetime warranty insures years of performance without having to replace your 
 car's window film</p>
</div>
<div class="mthreecols">
<div class="mcol1">
<b style="font-size: 120%; color: #000000; font-weight: 900">3M" Nano-Carbon 35%</b><br />
<p>
38% Visible light transmitted<br />
39% Total solar energy rejected<br />
40% Infrared rejected<br />
99% UV light rejected<br />
7% Visible light reflected<br />
57% Glare reduction<br />
26% Solar heat reduction<br />
 
</p>
</div>
<div class="mcol2">
<b style="font-size: 120%; color: #000000; font-weight: 900">3M" Nano-Carbon 20%</b><br />
 
<p>
16% Visible light transmitted<br />
52% Total solar energy rejected<br />
59% Infrared rejected<br />
99% UV light rejected<br />
6% Visible light reflected<br />
82% Glare reduction<br />
41% Solar heat reduction<br />
</p>
</div>
<div class="mcol3">
<b style="font-size: 120%; color: #000000; font-weight: 900">3M" Nano-Carbon 5%</b><br />
 
<p>
8% Visible light transmitted<br />
58% Total solar energy rejected<br />
72% Infrared rejected<br />
99% UV light rejected<br />
6% Visible light reflected<br />
92% Glare reduction<br />
49% Solar heat reduction<br />
</p>
</div>
 
</div>
<div class="mallcols">
<p>
<b style="font-size: 160%; color: #ffffff; font-weight: 900">Best</b>
 <b style="font-size: 130%; color: #FF0000; font-weight: 900">3M</b>
<b style="font-size: 130%; color: #ffffff; font-weight: 900">Crystalline Automotive Window Film</b>
The new 3M" Crystalline Automotive Window Films offer a clear breakthrough in automotive solar 
protection. These films are metal-free, resulting in an easy-to-maintain, long-life film that 
wont interfere with car electronics. The Crystalline films feature a proprietary multi layer 
technology that combines more than 200 layers in a film that is thinner than a Post-it® Note.
<br /><br />
With 3M" Crystalline Automotive Window Films, you get the most trusted name in the window film 
industry. 3M products have provided protection from the sun's harmful rays for more than 40 years. 
These films offer superior protection, comfort and style, and the Crystalline line is no different.
</p>
 
<p>&bull; Breakthrough multi layer Nanette<br />
                      &bull; Reduced reflectivity compared to traditional films<br />
                      &bull; Added safety and security for driver and passengers<br />
                      &bull; 99.9% UV protection (SPF 1700+)<br />
                      &bull; Reflects more heat than many of the darkest tints available<br />
                      &bull; Advanced heat rejection capability<br />
                      &bull; Metal-free design with no electronic interference*<br />
                      &bull; National lifetime manufacturer's warranty<br />
                    </p>
</div>
<div class="mtwocols">
<div class="mcol1">
<b style="font-size: 120%; color: #000000; font-weight: 900">3M" Crystalline 70%</b><br />
<p>68% Visible Light Transmitted<br />
50% Total Solar Energy Rejected<br />
59% On Angle<br />
97% Infrared Rejected<br />
38% Solar Heat Reduction<br />
9% Visible Light Reflection Int.<br />
9% Visible Light Reflection Ext.<br />
99.9% UV Rejected<br />
23% Glare Reduction<br /></p>
 
</div>
<div class="mcol2">
<b style="font-size: 120%; color: #000000; font-weight: 900">3M" Crystalline 40%</b><br />
<p>39% Visible Light Transmitted<br />
59% Total Solar Energy Rejected<br />
66% On Angle<br />
97% Infrared Rejected<br />
50% Solar Heat Reduction<br />
6% Visible Light Reflection Int.<br />
7% Visible Light Reflection Ext.<br />
99.9% UV Rejected<br />
56% Glare Reduction<br /></p>
</div>
 
</div>
<div class="mallcols" style="clear:left; text-align:center">
 <b style="font-size: 160%; color: #ffffff; font-weight: 900">790 Tint a </b>
 <b style="font-size: 130%; color: #FF0000; font-weight: 900"> 3M</b> 
 <b style="font-size: 160%; color: #ffffff; font-weight: 900">Authorized Window Film Dealer</b>
 
</div>
</div>
 
 
	<div style="clear: both;">&nbsp;</div>
</div>
<!-- end page -->
<div id="footer">
	<p id="legal">790 Tint All Rights Reserved<br />
		</p>
	<p id="links"><a href="Privacy.aspx">Privacy</a> | <a href="Terms.aspx">Terms</a> | <a href="Admin/Default.aspx">Admin</a></p>
</div>
 
<asp:Label ID="lblMessage" runat="server" ForeColor="Red"></asp:Label>
 
</asp:Content>
[+][-]10.14.2008 at 09:35AM PDT, ID: 22713009

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: css
Sign Up Now!
Solution Provided By: sh0e
Participating Experts: 1
Solution Grade: A
 
 
 
Loading Advertisement...
20080716-EE-VQP-32 - Hierarchy / EE_QW_2_20070628