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

bottom margin discrepency in ie and firefox

Asked by phillystyle123 in Cascading Style Sheets (CSS)

Hi, using ie7 and ff3 i'm having an issue getting my bottom margins to line up the same in both browsers:

http://collectors.cjehost.com/index.php

specifically - notice the space between "Fill out more artspan surveys" and that bottom dotted border.  
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:
/*STYLES TESTING SECTION*/
/*DEFAULT STYLES*/
html,body{
	margin:0;
	padding:5px 0 5px 0;
	background: #494a47;
}
body{
	font-size:100%;
	font-family:Arial,sans-serif;
}
a{
	color:#59001D;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
/*LINK STYLES*/
a:link.fuchsia, a:visited.fuchsia, a:link.active{
text-decoration:none;
color:#c3546a;
}
a:hover.fuchsia{
text-decoration:underline;
color:#c3546a;
}
/*GLOBAL STYLES*/
#wrap{/*center the page*/
	width: 960px;
	margin:0 auto;
}
#entirePage{/*contains all page elements*/
	float:left;
	width:908px;
	background:#fff;
	padding:0 26px 10px 26px;
}
#pageTop{
    float:right;
	width:100%;
	height:80px;
}
	#loginText{/*login text container*/
		float:right;
		width:200px;
		font:12px/0.857em Arial, Helvetica, sans-serif;
		color:#808184; /*gray*/
		text-align:right;
		line-height:17px;
		margin:1.5em 2em 0 0;
	}
		.joinPad{
			padding-right:5px;
		}
#contentAll{/*contains all page contents from logo and top nav down to page bottom*/
	float:left;
	width:852px;
	border:1px solid #d0d1d3;/*gray*/
	padding:0 28px;
}
	#logoTopNav{
		float:left;
		width:100%;
		height:30px;
		margin:-1.071em 0 1.25em 0;
	}
		#logo{
			float:left;
			width:485px;
			height:30px;
		}
		#topNav{
		    float:left;
			background:#ccc;/*green*/
			width:350px;
			height:22px;
			width:auto;
			margin:0.429em 0 0 1.563em;
		}
			#topNav ul{
				padding:2px;
				width:auto;
				height:22px;
				margin:0 0 0 0;
				background:#7c865e;/*green*/
			}
			#topNav li{
				list-style:none;
				float:left;
				font:10px/0.625em "Century Gothic", Gil Sans, Arial, Sans;
				text-transform:uppercase;
				letter-spacing:.1em;
				color:#fff;
				margin:0 0.063em;
				border:1px solid #fff;
				padding:7px 0;
			}
				/** html body #topNav li {	
					padding:5px;
			}*/
			#topNav li a{
				color:#fff;
				text-decoration:none;
				padding:3px 7px;
			}
			#topNav li a:hover{
				color:#7c865e;
				text-decoration:none;
				background:#fff;
				padding:3px 7px;
			}
			#topNav #currentPage a{
				color:#7c865e;
				text-decoration:none;
				background:#fff;
				padding:3px 7px;
			}
			#topNav #currentPage a:hover{
				color:#7c865e;
				text-decoration:none;
				background:#fff;
				padding:3px 7px;
			}
/*HOME STYLES*/
#homeColumns{/*container for 1st and 2nd home columns*/
	float:left;
	width:675px;
}
	#introBoxAll{/*random bg image "INTRODUCTION" box container*/
		  float:left;
		  width:482px;
		  min-height:325px;
		  background:url(../../images/random-images/bg_green.jpg) repeat-y left bottom; /*The default*/
	}
		.bg_1 #introBoxAll{/*An alternate bg image*/
			background:url(../../images/random-images/bg_brown.jpg) repeat-y left bottom;
		}
		.bg_2 #introBoxAll{/*An alternate bg image*/
			background:url(../../images/random-images/bg_orange.jpg) repeat-y left bottom;
		}
		.bg_3 #introBoxAll{/*An alternate bg image*/
			background:url(../../images/random-images/bg_yellow.jpg) repeat-y left bottom; 
		}
		.bg_4 #introBoxAll{/*An alternate bg image*/
			background:url(../../images/random-images/bg_rust.jpg) repeat-y left bottom; 
		}
		.bg_5 #introBoxAll{/*An alternate bg image*/
			background:url(../../images/random-images/bg_purple.jpg) repeat-y left bottom; 
		}
		.bg_6 #introBoxAll{/*An alternate bg image*/
			background:url(../../images/random-images/bg_blue.jpg) repeat-y left bottom; 
		}
		#introBoxTitle h1{/*default INTRODUCTION color green*/
			position:relative;
			width:100%;
			font:40px "Century Gothic", Gil Sans, Arial, Sans;
			text-transform:uppercase;
			letter-spacing:.1em;
			color:#8b8d76;
			margin:0;
			padding:5px 0 0 10px;
			z-index: 1;
		}
			.bg_1 #introBoxTitle h1{/*alternate - browm*/
				color:#918c86;
			}
			.bg_2 #introBoxTitle h1{/*alternate - orange*/
				color:#e5a042;
			}
			.bg_3 #introBoxTitle h1{/*alternate - yellow*/
				color:#d3c459;
			}
			.bg_4 #introBoxTitle h1{/*alternate - rust*/
				color:#a6756f;
			}
			.bg_5 #introBoxTitle h1{/*alternate - purple*/
				color:#98759f;
			}
			.bg_6 #introBoxTitle h1{/*alternate - blue*/
				color:#808f9f;
			}
		#introBoxText{
			position:relative;
			width:auto;
			font:12px/0.857em "Times New Roman", Times, serif;
			color:#fff;
			letter-spacing:.05em;
			line-height:15px;
			padding:5px 25px 0 20px;
			z-index: 2;
		}
			#introBoxText h6{
				font:bold 14px/0.875em "Century Gothic", Gil Sans, Arial, Sans;
				color:#fff;
				line-height:15px;
				margin:-1.929em 0 0 0;
				padding-bottom:10px;
			}
			#introBoxText p{
				padding-bottom:10px;
			}
#homeColumn2{/*contains "what do you think" survey*/
	float:right;
	width:155px;
	min-height:321px;
	border:#d0d1d3 dotted;
    border-width:2px 0;
}
	.surveyTitle{
		float:left;
		width:100%;
		height:78px;
		background:10% 0% url(../../images/survey_question_mark.gif) no-repeat;
		margin-top:0.438em;
		
	}
		.surveyTitle h2{
			font:20px/1.25em "Century Gothic", Gil Sans, Arial, Sans;
			color:#304052;
			text-transform:uppercase;
			margin-top:0.313em;
		}
	.surveyBody{
		float:left;
		width:100%;
		font:12px/0.75em "Geneva",Tahoma,sans-serif;
		color:#696596;
		line-height:14px;
		margin-top:-1em;
	}
		.surveyBody form{
		    float:left;
			width:100%;
			margin:0.625em 0;
		}
		.surveyBody label{
			float:left;
			width:100%;
			color:#864544;
		}
		.surveyBody p{
			float:left;
			width:100%;
			margin:0.625em 0;
		}
		.surveyBody .buttonStyle{
			font:11px/0.688em "Century Gothic", Gil Sans, Arial, Sans;
			color:#fff;
			background:#58595b;
			border:none;
			text-transform:uppercase;
			letter-spacing:.1em;
			display:block;
			margin:0.625em auto 0 auto;
			vertical-align:middle;
			height:20px;
		}
		.formTagline{
			float:left;
			width:100%;
			font:11px "Century Gothic", Gil Sans, Arial, Sans;
		}
 
Related Solutions
Keywords: bottom margin discrepency in ie and fir…
 
Loading Advertisement...
 
[+][-]03/02/09 01:29 PM, ID: 23778508Expert 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.

 
[+][-]03/02/09 01:39 PM, ID: 23778613Author 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.

 
[+][-]03/02/09 04:25 PM, ID: 23779913Accepted 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)
Sign Up Now!
Solution Provided By: abel
Participating Experts: 1
Solution Grade: A
 
[+][-]03/03/09 02:15 PM, ID: 23789399Author 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_3_20080625