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

8.6

Why the difference between FF and IE ??

Asked by trg_dk in Cascading Style Sheets (CSS)

Tags: CSS FF IE

Hi

I have a DIV which holds child DIV's.
In FF the DIV's are placed nicely with a small gap of 2px. The same page, same CSS in IE7 looks terrible, the gap is more likely 20px ??

Why the difference - anyone who can help me fix it ??

See attached screencaps

The "Children" are styled "scanner_portlet" and are placed in "content"

Cheers,
Mark
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:
/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/
 
* {
	margin: 0;
	padding: 0;
}
 
body {
	margin: 0px;
	background: #002F43 url(images/bg01.jpg) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B9B9B9;
}
 
h1, h2, h3 {
	margin-bottom: 1.5em;
}
 
h1 {
	font-size: 2em;
}
 
h2 {
	font-size: 1.4em;
}
 
h3 {
	font-size: 1em;
}
 
p, ul, ol {
	margin-bottom: 1.5em;
	line-height: 180%;
}
 
ul, ol {
	margin-left: 3em;
}
 
blockquote {
	margin-left: 3em;
	margin-right: 3em;
}
 
a {
	color: #8AC800;
}
 
a:hover {
	text-decoration: none;
}
 
strong {
	color: #D7D7D7;
}
 
img.left {
	float: left;
	margin: 5px 25px 0px 0px;
}
 
img.right {
	float: right;
	margin: 5px 0px 0px 25px;
}
 
/* Background */
 
#bg1 {
	background: url(images/bg02.jpg) no-repeat center top;
}
 
#bg2 {
	background: url(images/bg03.jpg) no-repeat center top;
}
 
#bg3 {
	background: url(images/bg04.jpg) repeat-y center top;
}
 
#bg4 {
	background: url(images/bg05.jpg) no-repeat center top;
}
 
#bg5 {
	background: url(images/bg06.jpg) no-repeat center bottom;
}
 
/* Header */
 
#header {
	width: 900px;
	height: 145px;
	margin: 0px auto;
	text-transform: lowercase;
	color: #FFFFFF;
}
 
#header h1 {
	float: left;
	margin: 0px;
	padding: 70px 0px 0px 25px;
	font-size: 40px;
}
 
#header h1 sup {
	font-weight: normal;
}
 
#header h2 {
	float: right;
	margin: 0px;
	padding: 95px 25px 0px 0px;
	font-size: 14px;
}
 
#header a {
	text-decoration: none;
	color: #FFFFFF;
}
 
/* Header2 */
 
#header2 {
	width: 900px;
	height: 88px;
	margin: 0px auto;
}
 
/* Menu */
 
#menu {
	float: left;
}
 
#menu ul {
	margin: 0px;
	padding: 34px 0px 0px 0px;
	list-style: none;
	text-transform: lowercase;
}
 
#menu li {
	float: left;
}
 
#menu a {
	padding-left: 50px;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
 
/* Search */
 
#search {
	float: right;
}
 
#search form {
	margin: 0px;
	padding: 35px 80px 0px 0px;
}
 
#search fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
}
 
#search input.text {
	width: 160px;
	background: none;
	border: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #AEC38B;
}
 
#search input.button {
	display: none;
}
 
/* Page */
 
#page {
	width: 846px;
	margin: 0px auto;
	padding: 40px 0px 0px 0px;
}
 
/* Content */
 
#content {
	float: left;
	width: 850px;
}
 
.post {
}
 
.post .title {
	height: 49px;
	background: url(images/img02.gif) no-repeat;
}
 
.post .title h2 {
	float: left;
	padding: 12px 0px 0px 24px;
	font-size: 24px;
	text-transform: lowercase;
}
 
.post .title h2 a {
	text-decoration: none;
	color: #FFFFFF;
}
 
.post .title h2 a:hover {
	color: #8AC800;
}
 
.post .title p {
	float: right;
	padding: 12px 24px 0px 0px;
	font-size: 15px;
	font-weight: bold;
	color: #343434;
}
 
.post .entry {
	padding: 30px 23px 0px 23px;
}
 
.post .meta {
	height: 70px;
	clear: left;
	margin: 0px 23px;
	padding: 15px 0px 0px 0px;
	border-top: 1px solid #262626;
}
 
.post .meta .credit {
	float: left;
}
 
.post .meta .links {
	float: right;
}
 
.post .meta .links .more {
	padding-left: 17px;
	background: url(images/img05.gif) no-repeat left center;
}
 
.post .meta .links .comments {
	padding-left: 19px;
	background: url(images/img04.gif) no-repeat left center;
}
 
/* Sidebar */
 
#sidebar {
	float: right;
	width: 436px;
}
 
#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
 
#sidebar li {
	background: url(images/img03.gif) no-repeat;
	padding: 0px 23px 20px 23px;
}
 
#sidebar li ul {
}
 
#sidebar li li {
	padding: 8px 0px;
	background: none;
	border-bottom: 1px solid #262626;
}
 
#sidebar h2 {
	margin: 0px;
	padding: 16px 0px 30px 0px;
	text-transform: lowercase;
	font-size: 14px;
	color: #FFFFFF;
}
 
/* Footer */
 
#footer {
}
 
#footer p {
	margin: 0px;
	padding: 20px 0px;
	text-align: center;
	text-transform: lowercase;
	color: #566D77;
}
 
#footer a {
	color: #8097A1;
}
#scanner_div {
	width:230px;
 
}
 
.scanner_portlet {
	width:160px;
	height:40px;
	background-image:url('images/scanner_portlet_background.png');
	margin: 3px 3px 0px 0px;
	position:relative;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#CCCCCC;
	font-size:10px;
	overflow:visible;
	padding-left: 25px;
	float:left;
	border: dotted #000000 2px;
}
 
.scanner_portlet_look {
	width:160px;
	height:40px;
	background-image:url('images/scanner_portlet_background.png');
	margin: 3px 3px 0px 0px;
	position:relative;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#CCCCCC;
	font-size:10px;
	overflow:visible;
	padding-left: 25px;
	float:left;
	border: dotted #CC6600 2px;
}
 
.scanner_portlet_opdateret {
	font-style:italic;
	color:#CCCCCC;	
}
Attachments:
 
The page in FireFox 3 (Win)
The page in FireFox 3 (Win)
 
 
The page in EI7
The page in EI7
 
[+][-]02/13/09 03:44 AM, ID: 23631701Expert Comment

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.

 
[+][-]02/13/09 04:44 AM, ID: 23632044Author 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.

 
[+][-]02/13/09 05:18 AM, ID: 23632269Expert Comment

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.

 
[+][-]02/13/09 05:26 AM, ID: 23632332Author 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.

 
[+][-]02/13/09 05:31 AM, ID: 23632368Author 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.

 
[+][-]02/13/09 05:31 AM, ID: 23632370Author 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.

 
[+][-]02/13/09 06:08 AM, ID: 23632714Expert Comment

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.

 
[+][-]02/13/09 06:10 AM, ID: 23632729Expert Comment

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.

 
[+][-]02/13/09 06:44 AM, ID: 23633057Accepted 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

Zone: Cascading Style Sheets (CSS)
Tags: CSS FF IE
Sign Up Now!
Solution Provided By: yessirnosir
Participating Experts: 2
Solution Grade: A
 
[+][-]02/13/09 07:24 AM, ID: 23633487Expert Comment

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.

 
[+][-]02/13/09 07:48 AM, ID: 23633803Expert Comment

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.

 
[+][-]02/13/09 03:38 PM, ID: 23638329Author 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.

 
[+][-]02/13/09 03:40 PM, ID: 23638336Author 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.

 
 
Loading Advertisement...
20091111-EE-VQP-89 - Hierarchy / EE_QW_EXPERT_20070906