Stuart King wrote:
> URL:
> http://www.skingdesign.com/tv_site/index.html
>
> The .66 and .33 columns don't conform to their padding or measurements.
>
> I validated the page and tried several different configurations - noting.
>
> :o(
>
> Please help.
>
> thanks.
>
> stuart
>
Try replacing these declarations:"
body {
background: #004833 url(images/bk_bar.jpg) repeat-x;
margin: 0;
padding: 0;
text-align: center;
color: #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 100%;
}
.c_66 {
width: 64%;
float: left;
margin-left: 18px;
padding: 0px;
}
.c_33 {
width: 32%;
float: right;
margin-left: 18px;
padding: 0px;
}
p {
font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
font-size: 80%;
line-height: 1.8em;
font-weight: normal;
color: #333;
margin: 0px;
padding: 0px;
}
h3 {
font-size: 100%;
color: #610B28;
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: normal;
letter-spacing: 0.01em;
margin: 0px;
padding: 0px;
}
With these:
body {
background: #004833 url(images/bk_bar.jpg) repeat-x;
margin: 0;
padding: 0;
text-align: center;
color: #000;
font: 100%/1.4 Helvetica, Arial, sans-serif;
}
.c_66 { border: 1px solid red;
width: 570px;
float: left;
margin-left: 40px;
}
.c_33 { border: 1px solid red;
width: 310px;
float: right;
margin-right: 40px;
}
p {
color: #222;
margin: 0;
padding: 0;
}
h3 {
color: #990000
font: 105% Georgia, "Times New Roman", Times, serif;
margin: 0 0 5px 0;
}
--
desktop
http://chelseacreekstudio.com/
______________________________________________________________________
css-discuss [[email protected]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/