Posted by John on 02/26/06 01:03
Hi all - wonder if you can help? I have put together avery simple site at
www.johndouglas.demon.co.uk. I have used css. 1 problem - as I go from page
to page the "banner" at the top of the page changes height by a small
amount - annoying but not catastrophic I know. Can't see what I'm doing
wrong - can anyone help?
Thanks John
ps the CSS is as below:
H1{font-family: "Arial";color:black;font-size:18pt;}
H5{font-family: "Arial";color:black;font-size:10pt;font-weight:normal}
P {color:"#000099"}
A:link{color:white;text-decoration:none}
A:visited{color:white;text-decoration:none}
A:hover {color:#9999FF;text-decoration:none}
A:active {color:white;text-decoration:none}
#main {
width:82%;
height:600px;
margin:auto;
}
#content {
background:#fff;
vertical-align:top;
padding:10px;height:300px;width:600px;
}
#banner {
font:color:#fff;
background:#9999FF;
height:60px;
vertical-align:top;
}
#side {vertical-align:top;
background: #000099;height 300px;
width:20%
}
Navigation:
[Reply to this message]
|