Advertisement

02.18.2008 at 12:13PM PST, ID: 23172408
[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.1

Website displays OK on Windows IE 7, but containers are misaligned using Safari/Mac

Asked by tim_holman in Cascading Style Sheets (CSS), Safari Web Browser

Tags: , ,

Just put a website together - http://timholman.freewebspace.com.
All works fine on Windows / IE 7 or whatever, but when viewed with Safari on a Mac, the containers aren't lining up properly.
Had a google and found a few Mac related bugs, but maybe there's a simple fix or workaround for my CSS that you may know about?
I need to be able to see it on a Mac as that's what my Dad uses and it's his apartment, otherwise couldn't give a darn...  :)

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:
html, body {
height: 100%;
padding:0px;
margin:0px;
}
body {
background: url('images/tile.jpg');;
font-family: "Arial";
font-size: 11px;
color:#3B495A;
padding:0px;
margin:0px;
}
a, a:link {
text-decoration: underline;
 
}
a:hover {
text-decoration: none;
color:#8C8C8C;
}
a:active {
text-decoration: underline;
color:#8C8C8C;
}
 
#container {
width: 756px;
height: auto !important;
margin-left: auto;
margin-right: auto;
margin-top: 0px;
margin-bottom:0px;
}
 
#core_header {
width: 756px;;
height: 285px;
background: #FFFFFF url(images/header1.jpg);
margin:0px;
padding:0px;
}
 
#core_header2 {
width: 756px;;
height: 285px;
background: #FFFFFF url(images/header2.jpg);
margin:0px;
padding:0px;
}
 
#core_header3 {
width: 756px;;
height: 285px;
background: #FFFFFF url(images/header3.jpg);
margin:0px;
padding:0px;
}
 
#core_header4 {
width: 756px;;
height: 285px;
background: #FFFFFF url(images/header4.jpg);
margin:0px;
padding:0px;
}
 
#core_header6 {
width: 756px;;
height: 285px;
background: #FFFFFF url(images/header6.jpg);
margin:0px;
padding:0px;
}
 
#core_header7 {
width: 756px;;
height: 285px;
background: #FFFFFF url(images/header7.jpg);
margin:0px;
padding:0px;
}
 
#core_header8 {
width: 756px;;
height: 285px;
background: #FFFFFF url(images/header8.jpg);
margin:0px;
padding:0px;
}
 
#header_text
{
 position:relative;
 right:15px;
 top:15px;
 font-size:14pt;
 color:#8C8C8C;
 font-family:"Lucida Handwriting","Tahoma";
 float:right;
}
 
img
{
 margin:5px;
}
#core_container2
{
width: 756px;
height:auto;
position: relative;
margin:0px;
padding:0px;
background-color: #FFF;
}
 
#core_left {
margin: 0;
float: none;
width: 756px;
background-color: #FFF;
}
#core_right {
margin: 0;
float: right;
width: 756px;
min-height:250px;
color:#000;
background:#FFF;
}
 
.content-box
{
 height:auto !important;
 float:center;
 width: 720px;
 font-family: "arial";
 font-size: 12px;
 color:#000;
 margin-bottom:10px;
 margin-left:15px;
}
.tumb
{
 float: left;
 margin-right:5px;
 padding:0px;
}
 
.pagination
{
 margin-left:auto;
 margin-right:auto;
 text-align:center;
}
 
#footer {
visibility:hidden
 
}
 
#footer_line
{
 border-bottom: 1px ridge #000;
 margin:0px;
 padding:0px;
 width:720px;
 height:1px;
}
 
#footer_text
{
 color:#BCBCBC;
 font-size:10px;
 float:right;
 margin-right:30px;
 margin-top:15px;
}
 
#footer2
{
width: 742px;
padding-top:10px;
padding-left:14px;
text-align: center;
height:50px;
background:#FFF;
clear:both;
}
 
 
h2
{
font-family: "Verdana", Lucida Handwriting, sans-serif;
font-size:18px;
height:25px;
}
h3
{
font-family: "Verdana", Lucida Handwriting, sans-serif;
font-size:13px;
height:15px;
margin:0px;
padding:0px;
color:#8C8C8C;
border-bottom: 1px ridge #000;
margin-bottom:8px;
}
h3:first-letter {
font-size: 15px;
font-family: Verdana;
color:#000;
}
h4
{
font-family: "Verdana", Lucida Handwriting, sans-serif;
font-size:12px;
}
 
 
#navcontainer li {
padding: 30px;
margin:0px;
color:#FFF;
display:inline;
position:relative;
height:25px;
text-align:center;
padding-left:0px;
 
}
 
#navcontainer ul {
margin:0;
padding: 0px;
width: 756px;
list-style-type: none;
height:25px;
position:relative;
padding-top:10px;
padding-bottom:20px;
}
#navcontainer a, #navcontainer a:visited {
display:inline;
color:#8C8C8C;
text-decoration: none;
font-family:Verdana;
font-size:11px;
font-weight:bold;
margin:0px;
height:25px;
}
#navcontainer a:hover {
margin:0px;
color:#8C8C8C;
text-decoration: underline;
}
[+][-]02.19.2008 at 01:07AM PST, ID: 20926741

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.

 
[+][-]02.19.2008 at 02:26AM PST, ID: 20927045

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.

 
[+][-]02.19.2008 at 02:45AM PST, ID: 20927113

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), Safari Web Browser
Tags: css,html, safari,mac,ie, timholman.freewebspace.com
Sign Up Now!
Solution Provided By: eoinosullivan
Participating Experts: 1
Solution Grade: A
 
 
[+][-]03.03.2008 at 01:57AM PST, ID: 21030090

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.

 
[+][-]03.03.2008 at 02:08AM PST, ID: 21030140

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.

 
 
Loading Advertisement...
20080716-EE-VQP-32 / EE_QW_2_20070628