If you are still having problems with the sudburypando.com page, I have a few changes for you to try. No guarantees, I don't know how to test hand-helds.
On sudburypando.com:
Lines 75, 80, 85 need </p> tags at the end of each line.
On style.css
Change Line 122:
Code:
.page-wrap {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 0 -175px 0;
min-width: 1180px; /* was: width: 100%; */
background: #fff url('img/bg.jpg') repeat-x; /* image is applied twice. See body */
}
Change Line 273:
Code:
.row {
margin: 20px 0; /* was: margin: 20px -50px 20px 0; */
overflow: hidden;
}
Change Line 282:
Code:
.col3 {
width: 360px;
margin-left: 50px; /* was: margin-right: 50px; */
float: left;
}
Change Line 287:
Code:
.col4 {
width: 257px;
margin-left: 50px; /* was: margin-right: 50px; */
float: left;
}
Add:
Code:
.col3:first-child {
margin-left: 0px;
}
.col4:first-child {
margin-left: 0px;
}
Change Line 453:
Code:
.bottom {
background: #eaeced;
min-width: 1180px; /* did not exist */
}
Change Line 479:
Code:
.bottom form input[type="submit"] {
border: 0;
background: url('img/search.png') no-repeat;
display: inline-block; /* was: display: block; */
width: 99px;
height: 30px;
text-align: center;
font: bold 14px/28px sans-serif;
color: #fff;
}
Bookmarks