Hello,
I have finally figured out how to hack IE but at wits end trying to get the page content to stay within the confines of the page when I re-size it. Tried everything I know of accept what works. Can you help. I’m just a back yard mechanic and my CSS might be ugly but it validates.
I know its in percentages but can’t figure out where. I can put a 100% in the wrap but I don’t want the pages to be full like that.
Thanks for any help.
Site at About Warren and Watters
My CSS:
#wrap {
margin:0 auto;
width: 750px;
}
body {
background-color: #000000;
color: #ffffff;
margin-top: 0;
padding:0;
}
img {
border: none;
}
h1 {
font-family: "times new roman", times, serif;
font-size: 2.75em;
padding: 5px 0 0 15px;
}
h2 {
font-family: arial, helvetica, sans-serif;
color: #ffffff;
}
p {
font-family: arial, helvetica, sans-serif;
font-size: 12pt;
padding: 10px;
}
#center {
margin: 0;
padding: 0;
text-align: center;
}
#top {
background: url(images/wwheader.JPG) no-repeat;
height: 94px;
width: 750px;
}
#navcent {
background-color: #000000;
color: #ffffff;
font-family: arial, helvetica, sans-serif;;
font-size: 14px;
list-style: none;
padding: 15px 0 0 0;
text-align: center;
}
#navcent ul {
margin: 0;
padding: 0;
}
#navcent li {
display: inline;
}
#navcent ul li a:link, ul li a:visited {
background-color: #000000;
color: #00ffff;
text-decoration: none;
}
#navcent ul li a:hover {
background-color: #000000;
color: #ffff00;
}
#content {
background-color: #000000;
color: #ffffff;
margin-bottom: 75px;
padding: 10px;
font-family: Arial, Helvetica, sans-serif;
}
#content ul li {
list-style: none;
}
#content p.center {
background-color: #000000;
color: #00ffff;
text-align: center;
}
#content a {
background-color: #000000;
color: #00ffff;
text-decoration: none;
}
#content ul li a:hover {
background-color: #000000;
color: #ffff00;
}
#content ol li a:hover {
background-color: #000000;
color: #ffff00;
text-decoration: none;
}
#content p.list a:hover {
background-color: #000000;
color: #ffff00;
}
#content p.center a:hover {
background-color: #000000;
color: #ffff00;
}
#center p.list a:hover {
background-color: #000000;
color: #ffff00;
}
#flashcontent7104 a:hover {
background-color: #000000;
color: #ffff00;
}