Advertisement

03.12.2008 at 03:26PM PDT, ID: 23236964
[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

CSS Positioning issue with IE6 vs IE7

Asked by brian2k1 in Cascading Style Sheets (CSS), Hypertext Markup Language (HTML), Extensible HTML (XHTML)

Tags: , , , , , ,

I'm having some float error in IE6.  The CSS is laying things out fine in IE7, Firefox, Safari, etc.  The attached file illustrates the errors.  The header is extended to nearly twice it's height and the DIV on the bottom that's supposed to float right is just dropping under the DIV next to it.  I've added the related CSS code, if there's something deeper in the code please see the attached CSS.  I have several other issues to diagnose related to this CSS for whoever is up for it - these are all urgent items for me.  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:
---BEGIN area that seems double padded---
 
/* Header Area*/
#logoheader {
	width: 244px;
	height: 59px;
	background: url('images/_logo.png') no-repeat;
	position: absolute;
	display: block;
	float: left;
	top: 11px;
	left: 7px;
	z-index: auto;
}
#headerlogin {
	width: 405px;
	height: 20px;
	position: absolute;
	display: block;
	top: 9px;
	left: 356px;
	z-index: auto;
}
#header {
	width: 770px;
	height: 187px;
	margin: 0 auto;
	position: relative;
}
#headerTitle1 {
	width: 468px;
	height: 35px;
	position: absolute;
	display: block;
	float: left;
	top: 111px;
	left: 33px;
	z-index: auto;
}
/* Menu */
#menu {
	width: 770px;
	height: 35px;
	margin: 0 auto;
	background: url('images/_Menuback.jpg') repeat-x;
}
/* PAGE CONTAINER */
#pagewrapper {
	width: 794px;
	margin: 0 auto;
	background: url('images/Shadow_sides.png') repeat-y;
}
#page {
	width: 770px;
	margin: 0 auto;
	background: url('images/_contentback.gif') repeat-y;
	position: relative;
	top: 0px;
	left: 0px;
}
 
 
 
---BEGIN area that seems to have the float issue--- 
 
/* MAIN CONTENT AREA - Home Page */
#mainpage_content {
	float: right;
	width: 589px;
}
#mainpage_wrapper {
	float: right;
	width: 589px;
}
#mainpage_header {
	background-position: left top;
	float: right;
	width: 589px;
	height: 106px;
	background-image: url('images/Mainpage_TopBG.jpg');
}
#mainpage_list_container {
	background-position: left top;
	float: right;
	width: 579px;
	background-image: url('images/Mainpage_BottomBG.jpg');
	padding-right: 5px;
	padding-left: 5px;
	background-repeat: no-repeat;
}
#mainpage_list {
	float: right;
	width: 579px;
	background-image: url('images/Mainpage_BottomDIVbg.gif');
	background-repeat: repeat-y;
}
#mainpage_list_item1 {
	float: left;
	width: 138px;
	padding-right: 20px;
	padding-left: 35px;
}
#mainpage_list_item2 {
	float: left;
	width: 138px;
	padding-right: 20px;
	padding-left: 35px;
}
#mainpage_list_item3 {
	float: left;
	width: 138px;
	padding-right: 20px;
	padding-left: 35px;
}
#mainpage_list ul {
	list-style-image: url('images/Arrow.gif');
	font-size: 9pt;
	color: #1b2748;
	line-height: 20px;
	margin-left: 18px;
}
#mainpage_list a:link {
	font-size: 9pt;
	color: #1b2748;
	text-decoration: none;
}
#mainpage_list a:hover {
	font-size: 9pt;
	color: #445F87;
	text-decoration: underline;
}
#mainpage_list a:visited {
	font-size: 9pt;
	color: #1b2748;
}
/* Mainpage Generic Pods - with footer */
#mainpage_pods_wrapper {
	float: right;
	width: 579px;
}
#mainpage_pod {
	float: left;
	width: 193px;
}
#mainpage_pod1 {
	float: left;
	width: 189px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#mainpage_pod_header {
	background-position: center;
	width: 189px;
	background-image: url('images/Mainpage_Pod_Top.png');
	height: 39px;
	background-repeat: no-repeat;
}
#mainpage_pod_header h1 {
	font-size: 13px;
	color: #0C2248;
	padding: 13px 15px 10px 12px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	font-weight: bolder;
}
#mainpage_pod_MC_wrapper {
	width: 189px;
}
#mainpage_pod_MCBG_tiler {
	background-position: center;
	width: 185px;
	background-image: url('images/Mainpage_Pod_MC_Tiler_BG.png');
	background-repeat: repeat-y;
	padding-right: 2px;
	padding-left: 2px;
}
#mainpage_pod_MC {
	background-position: center top;
	width: 185px;
	height: 100px;
	background-image: url('images/Mainpage_Pod_MC_BG.jpg');
	background-color: #EFF6FF;
	background-repeat: no-repeat;
}
#mainpage_pod_image_wrapper {
	background-position: right top;
	width: 70px;
	height: 100px;
	background-repeat: no-repeat;
	float: right;
}
#mainpage_pod_MC p {
	font-size: 11px;
	font-style: normal;
	color: #0C2248;
	padding: 10px 5px 10px 15px;
	width: 92px;
	height: 80px;
}
#mainpage_pod_MC ul {
	list-style-image: url('images/Arrow.gif');
	font-size: 9pt;
	color: #1b2748;
	padding-left: 36px;
	padding-right: 15px;
}
#mainpage_pod_foot {
	background-position: center top;
	width: 189px;
	background-image: url('images/Mainpage_Pod_Bottom.png');
	background-repeat: no-repeat;
	height: 15px;
}
Attachments:
 
Screen shot of error in both browsers
Screen shot of error in both browsers
 
 
Full CSS file for site - for review
 
[+][-]03.13.2008 at 04:21AM PDT, ID: 21115003

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), Hypertext Markup Language (HTML), Extensible HTML (XHTML)
Tags: HTML, CSS, Browser Compliance, IE6, Internet Explorer 6, Postioning, IE CSS bugs
Sign Up Now!
Solution Provided By: xberry
Participating Experts: 2
Solution Grade: A
 
 
[+][-]03.13.2008 at 10:25AM PDT, ID: 21118549

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.

 
 
Loading Advertisement...
20080924-EE-VQP-38 / EE_QW_EXPERT_20070906