Fiat Panda 100hp
I have got my site in dreamweaver, but when I put more text than the box can handle it spills over, doesnt look very good, pic below to show what I mean.
style.css is shown below also. What do I need to change? Thanks
style.css is shown below also. What do I need to change? Thanks
Code:
body {
font-family: Tahoma,arial,sans-serif;
background: #666;
}
#container {
margin-top: 50px;
border: 5px solid black;
background: #333;
width: 600px;
height: 500px;
}
#image {
background:url("header.jpg");
height: 177px;
border-bottom: 5px solid black;
text-align: left;
padding-left: 50px;
}
#menu {
float: left;
font-family: Tahoma,arial,sans-serif;
font-size: 8pt;
border-right: 5px solid black;
height: 320px;
}
#menu ul {
list-style: none;
width: 150px;
margin: 0 0 10px 0;
padding: 0;
font-size: 1.1em;
}
#menu li {
font-size: 1.3em;
text-align: left;
}
#menu li a {
padding: 2px;
font-weight: bold;
display: block;
padding-left: 4px;
height: 15px;
text-decoration: none;
color: white;
background:url("a.bmp");
border-bottom: 1px solid black;
}
#menu li a:hover {
background: #666;
color: black;
background:url("ahover.bmp");
}
#main {
padding: 5px;
color: #ccc;
text-align: justify;
height: 295px;
font-size: 0.8em;
}
#copyright {
color: #eee;
float: right;
width: 435px;
font-size: 0.8em;
}
#copyright a {
color: #999;
text-decoration: none;
}
#copyright a:hover {
color: #666;
}
h1 {
font-size: 2em;
}