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

04/04/2009 at 05:42AM PDT, ID: 24294732
[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.8

Any Possible Problems with this CSS Layout?

Asked by coreybryant in Cascading Style Sheets (CSS)

I have a CSS layout, three column fixed for 1280X800 resolutions & higher.  I have looked at the layout on IE 7, IE 8, Firefox, Opera (and I even downloaded Chrome to test this one).  It all looks OK and running it through the validator, it said it wanted a couple of widths but I was not sure (how much) to put in there.

Thanks!
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:
/* Base Reset & Fonts
------------------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin:0;padding:0;}
table {border-collapse:collapse;border-spacing:0;}
th, td {vertical-align:top;}
fieldset, img {border:0;}
abbr,acronym {border:0;}
body {font:13px Arial,Helvetica,clean,sans-serif;}
table {font-size:inherit;}
select,input,textarea {font:99% Arial,Helvetica,clean,sans-serif;}
pre,code {font:115% monospace;}
body * {line-height:1.22em;}
label {cursor:pointer;}
address,caption,code,dfn,th,var {font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
q:before,q:after {content:'';}
 
 
/* Main Structure - DO NOT CHANGE THIS SECTION!!
------------------------------------------------- */
html, body {height:100%;}
#wrap {min-height:100%;margin:0 auto;position:relative;overflow:auto;}
#pri, #sec, #ter {float:left;}
#pri {width:100%;}
#sec {position:relative;left:-100%;}
#ft {clear:both;position:relative;}
.grid-2 .col, .grid-4 .grid-2 {float:right;display:inline;}
.grid-2 div.first, .grid-4 div.first, .grid-3 .col {float:left;}
.grid-2 .col, .grid-4 .grid-2, .grid-4 .grid-2 .col {width:50%;}
.grid-3 .col {width:33%;}
body#onecol #sec, body#onecol #ter, body#twocol-left #ter, body#twocol-right #sec {display:none;}
body#onecol #pri .pad {margin:0;}
body#twocol-left #pri .pad {margin-right:0;}
body#twocol-right #pri .pad {margin-left:0;}
 
 
/* Widths & Footer height
------------------------------------------------- */
#wrap {width:1220px;}
 
#pri .pad {
margin:0px 275px 0px 265px;
padding:8px;
background-color:#ddecef;
}
 
#sec {
width:249px;
padding:8px;
margin-right:-265px;
background-color:#bfd9da;
}
 
#ter {
width:259px;
padding:8px;
margin-left:-275px;
background-color:#bfd9da;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
 
#pri .pad, #sec, #ter {padding-bottom:56px;}
 
#ft {
width:1220px;
height:24px;
padding:8px;
margin:-40px auto 0;
}
 
 
/* General fonts
------------------------------------------------- */
 
/* A handy pixel to percent font conversion */
/*
10px / 77%
11px / 85%
12px / 92%
13px / 100%
14px / 107%
15px / 114%
16px / 122%
17px / 129%
18px / 136%
19px / 144%
20px / 152%
21px / 159%
22px / 167%
23px / 174%
24px / 182%
25px / 189%
26px / 197%
*/
 
/* 
	+++ VERY IMPORTANT+++
		The default font for these templates is 13px Arial, set on the <body> element.
		NEVER set a font-size or font-family on the <body> element.
		ALWAYS override using a child of <body>, with the pixel-equivalent percentage value for the font size, as documented above.
		
		EG: #pagewrap p {font-family:Verdana,Arial,Helvetica,sans-serif;}
		would set every <p> within #pagewrap to Verdana.
		It is better to set font-sizes on elements rather than containers.
*/
 
#wrap, #ft {font-family:Verdana, Arial, Helvetica, sans-serif;}
h1 {font-size:136%;}
h2 {font-size:107%;}
h3 {font-size:100%;}
h4 {font-size:92%;}
h5 {font-size:92%;}
h6 {font-size:92%;}
#pri p, #sec p, #ter p, #ter h2, #sec li, #pri th, #pri td, #pri caption, #pri dt, #pri dd, #nav li {font-size:92%;}
#utilitynav li, #nav li, #ft p, #ft li, #searchform input, #searchform label, #ter h3, #ter li {font-size:85%;}
#ft p, #ft li {font-size:77%;}
#sec li li, #pri legend, #nav li li {font-size:100%;}
strong, b, h2, h3, h4, h5, h6, #pri legend {font-weight:bold;}
em,i,cite {font-style:italic;}
 
 
/* Theme
------------------------------------------------- */
html, body {
background:#bfd9da;
color:#000;
}
 
a {color:#008dbc;}
a:hover {color:#000;}
a.skip {position:absolute;left:-9999px;}
 
#wrap, #ft {background:#bfd9da;}
 
#masthead {
color:#323232;
background:#f9f9f9;
position:relative;
margin: 0px auto;
padding: 5px 0px 5px 15px;
}
 
#logo a {
display:block;
background:url(cssimages/logo.gif) no-repeat 0 0;
width:300px;
height:70px;
text-indent:-9999px;
outline:none;
}
 
#tagline {
position:absolute;
left:-9999px;
}
 
#utilitynav {
position:absolute;
top:1em;
right:1em;
}
 
#utilitynav li {display:inline;}
 
#utilitynav li a {
display:block;
float:left;
border-right:1px solid #000;
padding:0 1.3em;
color:#000;
text-decoration:none;
line-height:1em;
}
 
#utilitynav li a:hover, #utilitynav li.current a {text-decoration:underline;}
 
#utilitynav li:last-child a, #utilitynav li.lastchild a {
border-right:0;
margin-right:0;
padding-right:0;
}
 
#searchform {
position:absolute;
top:3.33em;
right:1em;
}
 
#searchform label, #searchform input {float:left;}
 
#searchform .searchtext {
border:1px solid #b9b9b9;
width:152px;
padding-left:2px;
margin:0 0.33em;
}
 
#nav {
position:absolute;
bottom:0;
left:0;
width:100%;
}
 
#nav, #nav * {
margin:0;
padding:0;
list-style:none;
z-index:150;
}
 
#nav {
line-height:1.0;
width:100%;
background:#e1e1e1;
}
 
#nav ul {
position:absolute;
top:-999em;
width:10em; /* left offset of submenus need to match (see below) */
}
 
#nav ul li {
width:100%;
}
 
#nav li:hover {
visibility:inherit; /* fixes IE7 'sticky bug' */
}
 
#nav li {
float:left;
position:relative;
}
 
#nav ul li {
background:#e1e1e1;
}
 
#nav ul li:hover, #nav ul li.sfHover {
background:#d1d1d1;
outline:0;
}
 
#nav a {
display:block;
position:relative;
border-right:1px solid #c1c1c1;
padding:0.5em 2em;
text-decoration:none;
color:#000;
}
 
#nav ul a {
border-right:0;
border-bottom:1px solid #c1c1c1;
}
 
#nav li:hover ul, #nav li.sfHover ul {
left:0;
top:2.2em; /* match top ul list item height */
z-index:99;
}
 
#nav li:hover li ul, #nav li.sfHover li ul {
top:-999em;
}
 
#nav li li:hover ul, #nav li li.sfHover ul {
left:10em; /* match ul width */
top:0;
}
 
#nav li li:hover li ul, #nav li li.sfHover li ul {
top:-999em;
}
 
#nav li li li:hover ul, #nav li li li.sfHover ul {
left:10em; /* match ul width */
top:0;
}
 
#nav li:hover, #nav li.sfHover,
#nav a:focus, #nav a:hover, .sf-menu a:active {
background:#d1d1d1;
outline:0;
}
 
#nav li:last-child a, #nav li.lastchild a {border-right:0;}
 
/*** arrows **/
#nav a.sf-with-ul {
padding-right:2.25em;
min-width:1px; /* trigger IE7 hasLayout so spans position accurately */
}
 
.sf-sub-indicator {
position:absolute;
display:block;
right:.75em;
top:1.05em; /* IE6 only */
width:10px;
height:10px;
text-indent:-999em;
overflow:hidden;
background:url(cssimages/superfish/arrows-ffffff.png) no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
 
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
top:.8em;
background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
 
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
background-position: -10px -100px; /* arrow hovers for modern browsers*/
}
 
/* point right for anchors in subs */
#nav ul .sf-sub-indicator { background-position:  -10px 0; }
#nav ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
#nav ul a:focus > .sf-sub-indicator,
#nav ul a:hover > .sf-sub-indicator,
#nav ul a:active > .sf-sub-indicator,
#nav ul li:hover > a > .sf-sub-indicator,
#nav ul li.sfHover > a > .sf-sub-indicator {
background-position: -10px 0; /* arrow hovers for modern browsers*/
}
 
/*** shadows for all but IE6 and 7 ***/
.sf-shadow ul {
background:	url(cssimages/superfish/shadow.png) no-repeat bottom right;
padding: 0 4px 5px 0;
-moz-border-radius-bottomleft: 10px;
-moz-border-radius-topright: 10px;
-webkit-border-top-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
}
 
.sf-shadow ul.sf-shadow-off {
background: transparent;
}
 
 
#splash {clear:both;}
#splash img {display:block;}
 
#pri p, #pri table {
margin-bottom:0.75em;
line-height:1.33em;
}
.striped {width:100%;}
.striped .col-one {width:10%;}
.striped .col-two {width:25%;}
.striped .col-three {width:15%;}
.striped .col-four {width:25%;}
.striped .col-five {width:25%;}
.striped tbody tr:nth-child(odd) td {background:#f1f1f1;}
.striped tbody tr.oddrow td {background:#f1f1f1;} /* Mozilla drops whole rules containing declarations it doesn't understand, so we repeat the striping rule using the class generated by jQuery */
.striped th, .striped td {padding:0.2em 0.6em;}
 
.striped th {
font-weight:bold;
background:#e2e2e2;
}
 
.faq dt {
font-weight:bold;
margin-bottom:1em;
cursor:pointer;
}
 
.faq dd {margin:-1em 0 1em;}
 
#subnav {margin-bottom:1em;}
 
#subnav li {
background:url(cssimages/bullet-subnav.gif) no-repeat 0 7px;
padding:3px 0 5px 13px;
border-bottom:1px solid #d1d3d4;
}
 
#subnav ul {
padding-top:4px;
}
 
#subnav li li {
background:url(cssimages/bullet-sub-subnav.gif) no-repeat 0 7px;
border-bottom:0;
}
 
#subnav li.current a {text-decoration:underline;}
#subnav li a {display:block;}
#subnav li.current li a {text-decoration:none;}
#subnav li.current li a:hover {text-decoration:underline;}
#subnav li:last-child, #subnav li.lastchild {border-bottom:0;}
 
#sec a {
text-decoration:none;
color:#000;
}
 
#sec a:hover {text-decoration:underline;}
 
#ter p {margin-bottom:1em;}
 
#ter ul {
list-style:disc;
padding-left:1.5em;
}
 
#ft {
background:#eee;
color:#000;
}
 
#ft p {padding:0 0 0.5em 2em;}
 
#ft ul#ftnav {
position:absolute;
right:1em;
}
 
#ft li {display:inline;}
 
#ft li a {
display:block;
float:left;
border-right:1px solid #000;
padding:0 0.8em;
color:#000;
text-decoration:none;
line-height:1em;
}
 
#ft li a:hover {text-decoration:underline;}
 
#ft li:last-child a, #ft li.lastchild a {
border-right:0;
margin-right:0;
padding-right:0;
}
 
 
/* Rounded corner box styles
------------------------------------------------- */
 
.rounded {
background:#f1f1f1;
padding:10px;
}
 
 
/* Shadowbox styles
------------------------------------------------- */
#shadowbox_container, #shadowbox_overlay {
top:0;
left:0;
height:100%;
width:100%;
margin:0;
padding:0;
}
 
#shadowbox_container {
position:fixed;
display:block;
visibility:hidden;
z-index:999;
text-align:center;
}
 
#shadowbox_overlay {
position:absolute;
background-image:url(cssimages/shadowbox/overlay.png);
background-repeat:repeat;
}
 
#shadowbox {
position:relative;
margin:0 auto;
text-align:left;
}
 
#shadowbox_body {
position:relative;
margin:0;
padding:0;
border:1px solid #fff;
overflow:hidden;
}
 
#shadowbox_body_inner {
position:relative;
height:100%;
}
 
#shadowbox_content.html {
height:100%;
overflow:auto;
}
 
#shadowbox_loading {
position:absolute;
top:0;
width:100%;
height:100%;
}
 
#shadowbox_body, #shadowbox_loading {
background-color:#060606;
}
 
#shadowbox_loading_indicator {
float:left;
margin:10px 10px 0 10px;
height:32px;
width:32px;
background-image:url(cssimages/shadowbox/loading.gif);
background-repeat:no-repeat;
}
 
#shadowbox_loading span {
font-family:'Lucida Grande', Tahoma, sans-serif;
font-size:10px;
float:left;
margin-top:16px;
}
 
#shadowbox_loading span a:link, #shadowbox_loading span a:visited {
color:#fff;
text-decoration:underline;
}
 
#shadowbox_title, #shadowbox_info {
position:relative;
margin:0;
padding:0;
overflow:hidden;
}
 
#shadowbox_title_inner, #shadowbox_info_inner {
position:relative;
font-family:'Lucida Grande', Tahoma, sans-serif;
line-height:16px;
}
 
#shadowbox_title {
height:26px;
}
 
#shadowbox_title_inner {
font-size:16px;
padding:5px 0;
color:#fff;
}
 
#shadowbox_info {
height:20px;
}
 
#shadowbox_info_inner {
font-size:12px;
color:#fff;
}
 
#shadowbox_nav {
float:right;
height:16px;
padding:2px 0;
width:45%;
}
 
#shadowbox_nav a {
display:block;
float:right;
height:16px;
width:16px;
margin-left:3px;
cursor:pointer;
}
 
#shadowbox_nav_close {
background-image:url(cssimages/shadowbox/close.png);
background-repeat:no-repeat;
}
 
#shadowbox_nav_next {
background-image:url(cssimages/shadowbox/next.png);
background-repeat:no-repeat;
}
 
#shadowbox_nav_previous {
background-image:url(cssimages/shadowbox/previous.png);
background-repeat:no-repeat;
}
 
#shadowbox_nav_play {
background-image:url(cssimages/shadowbox/play.png);
background-repeat:no-repeat;
}
 
#shadowbox_nav_pause {
background-image:url(cssimages/shadowbox/pause.png);
background-repeat:no-repeat;
}
 
#shadowbox_counter {
float:left;
padding:2px 0;
width:45%;
}
 
#shadowbox_counter a {
padding:0 4px 0 0;
text-decoration:none;
cursor:pointer;
color:#fff;
}
 
#shadowbox_counter a.shadowbox_counter_current {
text-decoration:underline;
}
 
div.shadowbox_clear {
clear:both;
}
 
div.shadowbox_message {
font-family:'Lucida Grande', Tahoma, sans-serif;
font-size:12px;
padding:10px;
text-align:center;
}
 
div.shadowbox_message a:link, div.shadowbox_message a:visited {
color:#fff;
text-decoration:underline;
}
 
 
/* Clearfix
------------------------------------------------- */
.grid-2:after, .grid-3:after, .grid-4:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
[+][-]04/04/09 05:44 AM, ID: 24067135

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 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]04/04/09 07:00 AM, ID: 24067418

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 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]04/04/09 02:06 PM, ID: 24069020

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 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]04/04/09 03:20 PM, ID: 24069307

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 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]04/06/09 05:48 AM, ID: 24076754

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 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]04/06/09 07:49 AM, ID: 24077809

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

Zone: Cascading Style Sheets (CSS)
Sign Up Now!
Solution Provided By: GeekyDesigner
Participating Experts: 1
Solution Grade: A
 
 
 
Loading Advertisement...
20091028-EE-VQP-85 - Hierarchy / EE_QW_3_20080625