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

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

Web page not viewing correctly in Exploerer 6 or 7 site is using CSS

Asked by booneball in Cascading Style Sheets (CSS), Internet Explorer Web Browser, Web Browsers

Tags: Microsoft Internet Explorer and CSS

I have a site building called lafonrouge.co.uk

The right column is fine in Mozilla Firefox but in IE 6 the pics drop to bottom of screen and in IE 7 I the pictures in the column has the text starting in the wrong place.

I have no idea what is going on here. Never happened before. The style sheet is orange.css.

Most pages are affected in the right hand column.

The CSS validator shows in the attached doc.



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:
This document validates as CSS! 
 
To show your readers that you've taken the care to create an interoperable Web page, you may display this icon on any page that validates. Here is the XHTML you could use to add this icon to your Web page:
 
 
<p>
 <a href="http://jigsaw.w3.org/css-validator/">
  <img style="border:0;width:88px;height:31px"
       src="http://jigsaw.w3.org/css-validator/images/vcss" 
       alt="Valid CSS!" />
 </a>
</p>(close the img tag with > instead of /> if using HTML <= 4.01)
 
If you like, you can download a copy of this image to keep in your local web directory, and change the XHTML fragment above to reference your local image rather than the one on this server. 
 
If you would like to create a link to this page (i.e., this validation result) to make it easier to re-validate this page in the future or to allow others to validate your page, the URI is: 
 
     http://jigsaw.w3.org/css-validator/validator?uri=http://lafonrouge.co.uk/book.html
   or http://jigsaw.w3.org/css-validator/check/referer (for HTML/XML document only)
(Or, you can just add the current page to your bookmarks or hotlist.)
 
‘ Top
 
Valid CSS information
* { 
margin : 0;
padding : 0;
} 
body { 
margin : 0;
padding : 0;
font : 71%/1.5em Verdana, 'Trebuchet MS', Arial, Sans-serif;
background : url(headerbg-orange.gif) repeat-x;
color : #666666;
text-align : center;
} 
a { 
background : inherit;
color : #ec981f;
} 
a:hover { 
background : inherit;
color : #806b4d;
} 
h1, h2, h3 { 
font : bold 1em 'Trebuchet MS', Tahoma, Sans-serif;
text-transform : uppercase;
color : #555;
} 
h1 { 
font-size : 1.5em;
} 
h2 { 
font-size : 1.3em;
} 
h3 { 
font-size : 1.2em;
text-transform : none;
} 
#main h1, #rightbar h1 { 
padding : 10px 0 5px 5px;
margin : 0 0 0 10px;
text-transform : uppercase;
border-bottom : 1px solid #f2f2f2;
} 
#sidebar h1 { 
padding : 10px 0 5px 30px;
background : url(square_arrow.gif) no-repeat 2px 12px;
margin : 0;
text-transform : uppercase;
} 
p, h1, h2, h3 { 
margin : 10px 15px;
} 
ul, ol { 
margin : 10px 30px;
padding : 0 15px;
color : #ec981f;
} 
ul span, ol span { 
color : #666666;
} 
img { 
border : 2px solid #ccc;
} 
img.float-right { 
margin : 5px 0 5px 15px;
} 
img.float-left { 
margin : 5px 15px 5px 0;
} 
a img { 
border : 2px solid #ec981f;
} 
a:hover img { 
border : 2px solid #806b4d !important;
border : 2px solid #ec981f;
} 
code { 
margin : 5px 0;
padding : 10px;
text-align : left;
display : block;
overflow : auto;
font : 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
background : #fafafa;
border : 1px solid #f2f2f2;
border-left : 3px solid #ec981f;
} 
acronym { 
cursor : help;
border-bottom : 1px solid #777;
} 
blockquote { 
margin : 15px;
padding : 0 0 0 32px;
background : #fafafa no-repeat 5px 10px !important;
background-position : 8px 10px;
border : 1px solid #f2f2f2;
border-left : 3px solid #ec981f;
font-weight : bold;
} 
form { 
margin : 10px;
padding : 0;
border : 1px solid #f2f2f2;
background-color : #fafafa;
} 
label { 
display : block;
font-weight : bold;
margin : 5px 0;
} 
input { 
padding : 4px;
border : 1px solid #eee;
font : normal 1em/1.5em Verdana, sans-serif;
color : #777;
} 
textarea { 
width : 350px;
padding : 4px;
font : normal 1em/1.5em Verdana, sans-serif;
border : 1px solid #eee;
height : 100px;
display : block;
color : #777;
} 
input.button { 
margin : 0;
font : bold 1em Arial, Sans-serif;
border : 1px solid #ccc;
background : #fff;
padding : 2px 3px;
color : #333;
} 
form.searchform { 
background : transparent;
border : none;
margin : 0;
padding : 0;
} 
form.searchform input.textbox { 
margin : 0;
width : 120px;
border : 1px solid #ccc;
background : #fff;
color : #333;
vertical-align : top;
} 
form.searchform input.button { 
width : 55px;
vertical-align : top;
} 
#wrap { 
margin : 0 auto;
width : 850px;
text-align : left;
background : #fff;
} 
#content-wrap { 
clear : both;
margin : 0;
padding : 0;
width : 850px;
} 
#header { 
position : relative;
background : url(headerbg-orange.gif) repeat-x 0% 0%;
height : 84px;
} 
#header h1#logo { 
position : absolute;
margin : 0;
padding : 0;
font : bolder 4.1em 'Trebuchet MS', Arial, Sans-serif;
letter-spacing : -2px;
color : #ccc;
text-transform : lowercase;
top : 0;
left : 40px;
} 
#header h2#slogan { 
position : absolute;
margin : 0;
padding : 0;
font : bold 1em 'Trebuchet MS', Arial, Sans-serif;
text-transform : none;
color : #fff;
top : 55px;
left : 65px;
} 
#header .searchform { 
position : absolute;
top : 5px;
right : 3px;
} 
#main { 
float : left;
margin-left : 15px;
padding : 0;
width : 54%;
border-left : 1px solid #f2f2f2;
} 
.post-footer { 
background-color : #fafafa;
padding : 5px;
margin-top : 20px;
font-size : 95%;
border : 1px solid #f2f2f2;
} 
.post-footer .date { 
background : url(clock.gif) no-repeat left center;
padding-left : 20px;
margin : 0 10px 0 5px;
} 
.post-footer .comments { 
background : url(#.gif) no-repeat left center;
padding-left : 20px;
margin : 0 10px 0 5px;
} 
.post-footer .readmore { 
background : url(#.gif) no-repeat left center;
padding-left : 20px;
margin : 0 10px 0 5px;
} 
#sidebar { 
float : left;
width : 21%;
margin : 0;
padding : 0;
display : inline;
} 
#sidebar ul.sidemenu { 
list-style : none;
text-align : left;
margin : 0 0 8px 0;
padding-right : 0;
text-decoration : none;
} 
#sidebar ul.sidemenu li { 
border-bottom : 1px solid #eff0f1;
background : url(arrow.gif) no-repeat 2px 5px;
padding : 2px 5px 2px 20px;
} 
* html body #sidebar ul.sidemenu li { 
height : 1%;
} 
#sidebar ul.sidemenu a { 
font-weight : bold;
background-image : none;
text-decoration : none;
} 
#rightbar { 
float : right;
width : 21%;
padding : 0;
margin : 0;
} 
#footer { 
clear : both;
background : #fff url(footerbg.gif) repeat-x left top;
border-top : 1px solid #f2f2f2;
text-align : center;
height : 50px;
} 
#footer a { 
text-decoration : none;
font-weight : bold;
} 
#menu { 
clear : both;
margin : 0;
padding : 0;
} 
#menu ul { 
position : relative;
bottom : 4px;
margin : 0;
padding : 0;
float : left;
font : bold 1.4em 'Trebuchet MS', Tahoma, Arial, Sans-serif;
width : 850px;
border : 1px solid #808080;
border-width : 0 0 4px 0;
list-style : none;
} 
#menu ul li { 
display : inline;
} 
#menu ul li a { 
position : relative;
bottom : -4px;
float : left;
color : #808080;
padding : 0 10px;
text-decoration : none;
background : white url(menudivide.gif) repeat-y right top;
border-bottom : 4px solid #808080;
} 
#menu ul li a:hover { 
color : black;
background-color : #f3f3f3;
border-bottom : 4px solid #ffa600;
} 
#menu ul li#current a { 
color : #333;
background-color : #f3f3f3;
border-bottom : 4px solid #ffa600;
} 
.float-left { 
float : left;
} 
.float-right { 
float : right;
} 
.align-left { 
text-align : left;
} 
.align-right { 
text-align : right;
} 
.align-center { 
text-align : center;
} 
.align-justify { 
text-align : justify;
} 
.clear { 
clear : both;
} 
.block { 
display : block;
} 
.hide { 
display : none;
} 
.orange { 
color : #ffa600;
} 
‘ Top
 
Home | About | Documentation | Download | Feedback | Credits 
 
Support this tool, become a
 
Copyright © 1994-2006 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C liability, trademark, document use and software licensing rules apply. Your interactions with this site are in accordance with our public and Member privacy statements.
 
Related Solutions
Keywords: Web page not viewing correctly in Expl…
 
Loading Advertisement...
 
[+][-]01/09/08 08:34 AM, ID: 20619587Accepted Solution

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), Internet Explorer Web Browser, Web Browsers
Tags: Microsoft Internet Explorer and CSS
Sign Up Now!
Solution Provided By: Eternal_Student
Participating Experts: 2
Solution Grade: B
 
[+][-]01/09/08 08:51 AM, ID: 20619779Author Comment

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.

 
[+][-]01/09/08 11:30 AM, ID: 20621365Assisted Solution

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

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

 
 
Loading Advertisement...
20091021-EE-VQP-81 / EE_QW_2_20070628