Advertisement

06.18.2008 at 07:39AM PDT, ID: 23495359
[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.8

Need CSS help for IE6 & Firefox

Asked by jasonk8 in Cascading Style Sheets (CSS), Internet Explorer Web Browser, Firefox Web Browser

Tags: , ,

Hi guys,
I'm experimenting on working on a joomla site, i've got the layout working in IE7, however in firefox and IE6 the top menu moves to the side causing a big gap.

I'm wondering if it is a CSS problem (or a work around that I need so I can get it working in the IE6 and Firefox)

The site is: http://www.foo.co.uk/foowinecollection/site

The CSS for the site is pasted below.

Thank you soo much! I really need this to work really soon so any help would be appreciated.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:
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	background:url(../images/hintergrund.gif) repeat-x #EEE;
	color:#555;
	line-height:150%;
}
 
a:link, a:hover, a:visited, a:active {
	/* color:#6699CC; */
}
 
#menu a:link, #menu a:visited, #menu a:active  {
	color:#777;
}
 
#menu a:hover {
	/* color:#6699CC; */
}
 
#alles {
	width:100%;
}
 
a img {
	border:none;
}
 
#seitencontainer {
	width:777px;
	margin:0px auto;
	background:url(../images/seitencontainer_middle_bg.png) left top repeat-y;
}
 
 
#seitencontainer_top {
	width:777px;
	background:url(../images/seitencontainer_top_bg.png) left bottom no-repeat #EEE;
	padding-bottom:7px;
}
 
#header {
	padding:5px 27px 10px 27px;
}
 
 
#pathway_top {
	float:left;
 
}
 
#menu_top {
	float:left;
         padding-top:25px;
 
 
}
 
.pathway {
	margin:0;
	padding:0;
 
}
.back_button {
padding-top:10px;
font-weight:bold;
}
 
ul#mainlevel-nav {
margin:0;
 
 list-style:none;
 
}
ul#mainlevel-nav li {
	display:inline;
	margin-right:8px;
	
}
ul#mainlevel-nav li a{
	text-decoration:none;
	font-weight:bold;
	/* color:#6699CC; */
	padding-left:12px;
         
	/* border-left:2px solid #6699CC; */
}
 
 
#headerimage {
	margin-top:0px;
	padding:10px;
	width:707px;
	height:95px;
	/* background:url(../images/header_image.png) repeat-x #6699CC; */
}
 
.clr {
	clear:both;
}
 
#flashheader {
	float:left;
	height:95px;
	background:url(../images/flash_header_bg.png) repeat-x;
}
 
.newsflash_div {
background:url(../images/newsflash_bg.png) repeat-x;
padding:10px;
width:350px;
height:85px;
float:right;
line-height:100%;
}
.newsflash_div p {
	margin:0; padding:0;
}
 
.newsflash_div * {
	color:#FFF !important;
}
.newsflash_div h3 {
	background:url(../images/h3_bg.png) repeat-x;
	padding:3px 4px;
	margin:0;
}
 
#seitencontent {
	padding:0px 27px;
}
 
 
 
 
#trenner {
	height:25px;
	margin:0px 23px 10px 27px;
	/*background:url(../images/h3_bg.png) repeat-x;*/
}
 
 
 
 
 
 
 
 
 
 
#menu {
	width:160px;
	float:right;
	background-color:#EEEEEE;
	padding:10px;
	padding-top:0px;
}
 
#content {
	width:520px;
	padding:0px 10px;
}
 
#menu h3 , #user1module h3, #user2module h3  {
	margin:0;
	padding:0;
	padding:4px 5px;
	margin-bottom:10px;
	margin-top:10px;
	color:#FFF;
	/* background:url(../images/h3_bg.png) repeat-x #6699CC; */
}
 
.mainlevel, #menu li a {
 
	display:block;
	padding:2px 3px 2px 15px;
	text-decoration:none;
	border-bottom:1px solid #CCC;
	font-weight:bold;
	background:url(../images/readmore.gif) left no-repeat;
}
.mainlevel:hover, #menu li a:hover {
	display:block;
	/* color:#6699CC; */
	padding:2px 3px;
	text-decoration:none;
	/* border-left:2px solid #6699CC; */
	/* border-bottom:1px solid #6699CC;*/
	background:#DDD;
	font-weight:bold;
}
 
ul.menu, #menu ul {
	list-style:none;
	padding:0;
	margin-left:0;
}
 
ul.menu ul {
	list-style:none;
	padding:0;
	margin-left:14px;
}
 
#menu fieldset{
	padding:0;
	margin:0;
	border:none;
}
 
 
#active_menu {
	background:url(../images/readmore.gif) left no-repeat #DDD;
}
 
#active_menu:hover {
	display:block;
	padding:2px 3px 2px 15px;
	text-decoration:none;
	/* border-bottom:1px solid #6699CC; */
	font-weight:bold;
	background:url(../images/readmore.gif) left no-repeat #DDD;
}
 
.module {
	
	margin-bottom:	10px;
}
 
.contentheading {
	/* color:#6699 CC; */
	font-size:16px;
	font-weight:bold;
	/* background:url(../images/content_heading_voran.png) no-repeat #6699CC; */
	padding-left:15px;
}
.componentheading {
	color:#666;
	font-size:20px;
	font-weight:bold;
	padding-bottom:5px;
	margin-bottom:20px;
	padding-left:10px;
	border-left:3px dotted #666;
	border-bottom:1px solid #666;
}
 
.mosimage_caption {
	background:#EEE;
}
 
.mosimage {
	border:1px solid #EEE;
	margin:5px;
}
 
.small {
	font-size:10px;
}
 
.createdate, .modifydate {
	font-size:10px;
	font-weight:bold;
}
 
.inputbox {
border: 1px solid #444444;
color: #444444;
padding:3px;
font-size:11px;
margin: 5px 0px 5px 0px;
 
}
 
#footerabschluss {
	height:20px;
	width:777px;
	margin:0 auto;
	background:url(../images/seitencontainer_bottom_bg.png) no-repeat;
}
 
#banner {
width:777px;
margin:10px auto;
}
 
#cpp {
	border-top:1px dotted #666;
	margin:10px 27px 0px 27px;
}
 
#user1module {
	float:left;
	width:48%;
}
#user2module {
	float:right;
	width:48%;
}
ul.latestnews, ul.mostread {
	margin:0px;
	margin-bottom:25px;
	padding:0;
}
 
.nisi {
	display:none;
}
 
li.latestnews, li.mostread {
	list-style:none;
	background:url(../images/readmore.gif) left no-repeat #FFF;
	border-bottom:1px dotted #CCC;
	padding:3px;
	padding-left:15px;
}
li.latestnews a, li.mostread a { 
	text-decoration:none;
	color:#777;
}
 
.readon {
	/* border-left:2px solid #6699CC; */
	padding:3px 5px;
	text-decoration:none;
	/* border-bottom:1px dotted #6699CC; */
}
 
.pagenavcounter {
	font-weight:bold;
}
 
.contenttoc {
	text-align:left;
	border:1px solid #CCCCCC;
	margin-left:10px;
	padding:5px;
}
.contenttoc a {
 
	text-decoration:none;
	font-weight:bold;
	display:block;
	border-top:1px solid #DDD;
 
}
.sectiontableentry1 {
background-color:#DDD;
padding:5px;
text-align:left;
}
.sectiontableentry1 td{
padding:5px;
 
}
.sectiontableentry1 a{
font-weight:bold;
}
.sectiontableentry2 {
background-color:#EEE;
padding:5px;
text-align:left;
}
.sectiontableentry2 td{
padding:5px;
 
}
.sectiontableentry2 a{
font-weight:bold;
}
.sectiontableheader, .sectiontablefooter {
background:#CCC;
font-weight:bold;
padding:5px;
}
 
.button {
margin-top:10px;
margin-bottom:10px;
border: 1px solid #444444;
background-color:#EEEEEE;
}
 
.module h3 {
	font-size:12px;
}
 
.sublevel {
display:block;
padding:2px 0px 2px 14px;
margin-left:-4px;
}
 
.tool-tip {
	background-color:#FFF;
	color:#666;
	border:1px solid #333;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #333;
	padding: 2px 4px 2px;
 
}
 
.tool-text {
	font-size: 11px;
	padding: 2px 4px 2px;
	
}
[+][-]06.18.2008 at 08:50AM PDT, ID: 21814181

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.

 
[+][-]06.18.2008 at 11:34AM PDT, ID: 21815676

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.

 
[+][-]06.18.2008 at 06:03PM PDT, ID: 21818534

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, Firefox Web Browser
Tags: PHP CSS, Firefox, IE6, http://www.jk2.co.uk/citywinecollection/site
Sign Up Now!
Solution Provided By: Kravimir
Participating Experts: 2
Solution Grade: A
 
 
 
Loading Advertisement...
20080716-EE-VQP-32 / EE_QW_2_20070628