Advertisement

09.05.2008 at 09:25PM PDT, ID: 23708282
[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.4

CSS problems

Asked by gpsocs in Cascading Style Sheets (CSS), Internet Explorer Web Browser, Safari Web Browser

Tags: , ,

http://www.jenaelee.com  looks perfect in Safari, and it looks somewhat okay in Firefox, however in IE 7, the CSS seems to have been severely thrown off.  Please take a look at my CSS and tell me what I can do to completely fix this problem to make it look just like it looks in the Safari browser.  Thanks!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:
/* @override http://jenaelee.com/wp-content/themes/delight/style.css */
 
/* @override http://jenaelee.com/wp-content/themes/delight/style.css */
 
/*
Theme Name: deLight
Theme URI: http://webdemar.com/demo/?wptheme=deLight
Description: Nice and simple WordPress Theme by <a href="http://webdemar.com">webdemar</a>.
Author: Simon Rimkus
Author URI: http://webdemar.com
Tags: simple, clean, fixed width, widget-ready, widgets, right sidebar, two columns, valid XHTML, valid CSS
Version: 1.0.2
*/
 
/*
	- GENERAL
	- BASIC LAYOUT
	- HEADINGS
	- HEADER
	- CONTENT
		+ CONTENT LEFT
		+ CONTENT RIGHT
		+ WORDPRESS CSS
	- FORMS
	- COMMENTS
	- FOOTER
	- USEFUL
 
/*	##################################
   	GENERAL
	################################## */
	
	
body {
	width: auto !important; min-width: 800px; width: 100px; 
	height:auto;
	margin: 0;
	padding:0;
	background: #fff url(img/background.jpg) repeat left;
	font:11px/18px Verdana, Tahoma, sans-serif;
	color:#c4afac;
	top: -25px;
}
 
a {
	color:#cc6699;
}
 
blockquote {
	margin:0 0 0 20px;
	padding: 0 0 0 20px;
	border-left: 5px solid #f3f4f0;
}
 
img {
	border: none;
}
 
ul, ol {
	margin: 0 0 20px 20px;
	padding: 0px;
}
 
/*	##################################
   	BASIC LAYOUT
	################################## */
 
 
#header {
	position:relative;
	width:auto !important; min-width: 1190px; width: 1800px;
	height:140px;
	margin: 0 0 0 0px;
	background: url(img/header.png) repeat-x;
	padding-right: 0;
}
 
	#header h1 {
 display: block;
 overflow: hidden; 
 text-indent: -9999em; 
 width: 172; 
 height: 49;
 background: url(img/poolbird2.png) no-repeat 0 5px;
 	padding-top: 115px;
	 margin: 0 0 0 495px;
}
#header h2 {
position: absolute;
left:180px;
bottom: 0px 0;
top: 94px;
 display: block;
 overflow: hidden; 
 text-indent: -9999em; 
 width: 176; 
 height: 49; 
 background: url(img/Tagline-r1.png) no-repeat ;
	padding-top: 50px;
	padding-left: 700px;
}
#menu {
	width:480px;
	height: 40px;
	margin: 0 0 0 475px;
	padding: 0px 0 0 0;
	list-style:none;
	top: 160px;
	position: absolute;
}
 
#content {
	/*width:1150px;*/
	height:auto;
	margin: 0 0 0 10px;
	padding: 40px 0;
}
 
#content-left {
	float:left;
	width:760px !important;
	height:auto;
}
 
 
#content-left table tbody tr td {
	padding-left: 3px;
	padding-right: 10px;
}
 
 
#content-right {
	float:right;
	width:370px !important;
	height:auto;
	/*padding-right: 10px;*/
}
 
#footer {
	height:10px;
	padding: 20px 0;
	width: auto !important; min-width: 1190px; width: 1800px;
	background: url(img/footer.gif) repeat-x;
	
}
 
/*	##################################
   	HEADINGS
	################################## */
 
	
 
h2, h3, h4 {
	margin: 0 0 0px;
	padding-bottom: 0;
}
 
h3.archive-title {
	margin: 20px 0 0 0;
}
 
.box-left h2 {
	color:##cc6699;
	font:bold 24px/34px Georgia, "Times New Roman", Times, serif;
}
 
.box-left h2 a {
	text-decoration:none;
}
 
.box-left h2 a:hover {
	text-decoration:underline;
}
 
.box-left h3 {
	color:#c4afac;
	font:bold 14px/14px Georgia, "Times New Roman", Times, serif;
	margin: 10px 0 20px;
}
 
.box-left h4 {
	color:#C4AFAC;
	font:11px/11px Verdana, Tahoma, sans-serif;
}
 
.box-right h3 {
	color:##cc6699;
	font:bold 12px/12px Verdana, Tahoma, sans-serif;
	text-transform:uppercase;
}
 
/*	##################################
   	HEADER
	################################## */
 
#menu li {
	float:left;
}
 
#menu a {
	position: relative;
	color:#000000;
	text-decoration:none;
	font:normal 12px/12px Verdana, Tahoma, sans-serif;
		margin-right: 30px;
}
 
/*	##################################
   	CONTENT
	################################## */
	
/** CONTENT LEFT */
 
.box-left {
	margin:40px 0;
	padding-left: 25px;
	padding-right: 5px;
}
 
.box-left img {
        float:left;
        margin:0 10px 10px 0;
}
 
p.tags {
        font:11px/11px Verdana, Tahoma, sans-serif;
}
 
/** CONTENT RIGHT */
 
#box-rss {
	height: 120px;
	margin-bottom: 60px;
	margin-left: 0;
	margin-right: 0;
}
 
#box-rss a {
	display: block;
	height: 180px;
	padding: 0 10 0 140px;
	background: url(img/rat.gif) no-repeat 180px 45px, url(img/01_01.png) no-repeat 15px 45px;
	font:18px/18px Verdana, Tahoma, sans-serif;
	text-decoration: none;
	text-align: center;
	margin-left: 7px;
}
 
#content-right table tbody tr td {
	padding-left: 3px;
	padding-right: 10px;
	position: relative;
	
}
	
}
 
.box-right {
	margin:20px 0;
	font:11px/11px Verdana, Tahoma, sans-serif;
	background: url(img/bg-box-right.gif) repeat-y left top;
}
 
.box-right h3 {
	padding:3px 20px 0 20px;
}
 
.box-right-content {
	margin: 0 2px;
	padding-bottom: 10px;
	padding-left: 13px;
	padding-top: 10px;
	
}
 
.box-right-bottom {
	height: 20px;
	background: url(img/separator-bar.png) no-repeat center top;
}
 
.box-right ul {
	margin:0;
	padding:0;
	list-style:none;
}
 
.box-right li {
	line-height:24px;
}
 
.box-right ul li ul {
	margin:0;
	padding:0 0 0 20px;
	list-style:none;
}
 
.box-right ul li ul li ul {
	margin:0;
	padding:0 0 0 20px;
	list-style:none;
}
 
.box-right p {
	margin: 20px 0 0 0;
}
 
/** WORDPRESS CSS */
 
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}
 
.alignleft {
   float: left;
}
 
.alignright {
   float: right;
}
 
.wp-caption {
   border: 1px solid #ccc;
   text-align: center;
   background-color: #f3f4f0;
   padding-top: 4px;
   margin: 10px;
}
 
.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}
 
.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}
 
/*	##################################
   	FORMS
	################################## */
 
label {
    display:block;
    margin:0 0 5px 0;
}
 
.text {
    width:350px;
    margin: 0 0 10px 0;
    padding:5px;
    border:1px solid #ccc;
}
 
.verify {
    width:290px;
    margin: 0 0 10px 0;
    padding:5px;
    border:1px solid #ccc;
    float:left;
}
 
.fieldwrap img {
    float:left;
    margin:0 5px 10px 0;
}
 
textarea {
	background-color: #c4afac;
    width:450px;
    height:150px;
    padding:5px;
    border:1px solid #c4798e;
	margin: 0 0 0 10px;
}
 
.submit {
    width:auto;
    padding:5px;
    color:#fff;
    background:#662625;
	border:0;
}
 
/** SEARCH FORM */
 
#search {
	
	width: 190px;
	border: 1px solid #ccc;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
 
#search-submit {
    width:auto;
    padding:5px;
    color:#fff;
    background:#662625;
	border:0;
}
 
/*	##################################
   	COMMENTS
	################################## */
	
.comment {
	padding: 20px;
	background: #13080e;
	border: 1px solid #c4798e;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 5px;
}
 
.comment p {
	margin: 0px;
}
 
.comment-details {
 
}
 
/*	##################################
   	FOOTER
	################################## */
 
#footer p {
	width:940px;
	margin:0 0 0 100px;
	padding:0;
	color:#fff;
	text-align:center;
}
 
#footer p a {
	color: #fff;
}
 
/*	##################################
   	USEFUL
	################################## */
 
.clear {
	clear:both;
}
[+][-]09.05.2008 at 09:40PM PDT, ID: 22405967

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:44PM PDT, ID: 22406008

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:49PM PDT, ID: 22406055

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 10:13PM PDT, ID: 22406162

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 10:23PM PDT, ID: 22406187

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 10:27PM PDT, ID: 22406198

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 10:35PM PDT, ID: 22406219

Assisted solutions are selected by the member who asked the question as a comment that contributed to their question's solution.

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

 
[+][-]09.06.2008 at 08:03AM PDT, ID: 22407759

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), Internet Explorer Web Browser, Safari Web Browser
Tags: CSS, HTML, IE 7, http://www.jenaelee.com
Sign Up Now!
Solution Provided By: Steggs
Participating Experts: 3
Solution Grade: A
 
 
[+][-]09.06.2008 at 08:17PM PDT, ID: 22410004

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.07.2008 at 05:42AM PDT, ID: 22411215

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.

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