putnamehere
10-14-2005, 12:31 AM
Heya all, i am setting up a website yeah? and i am useing one on the css layouts that i got from lissa's site. I am useing the layout with a top a center and right side, i have changed it so that the right side is left. However my problem is that, the center of the page ( in Firefox ) is on the very edge of my banner.
I think it will be best if i link to the site.
h**p://phppaul.rr7.co.uk/
( TT has been started out so not to waste lissa bandwitch, jsut add it back )
Ok, like i said Firefox is were the prob lies IE is fine i aint sure about others if anybody else has other browsers it would be great of you to check how it looks.
Heres the css:
body
{ margin-top: 0;
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
padding-left: 0;
padding-right: 0;
}
#header {
margin: 20px;
padding: 10px;
height: 100px;
}
#left {
position: absolute;
left: 500px;
top: 220px;
width: 200px;
}
#center {
top: 15px;
margin-left: 30px;
margin-right: 330px;
}
ul#navlist
{
margin: 0;
padding: 0;
list-style-type: none;
white-space: nowrap;
}
ul#navlist li
{
float: left;
font-family: verdana;
font-size: 9px;
font-weight: bold;
margin: 0;
padding: 5px 0 4px 0;
background-color: 3300cc;
border-top: 1px solid black;
border-bottom: 1px solid black;
}
#navlist a, #navlist a:link
{
margin: 0;
padding: 5px 9px 4px 9px;
color: white;
border-right: 1px solid black;
text-decoration: none;
}
ul#navlist li#active
{
color: red;
background-color: #6699ff;
}
#navlist a:hover
{
color: black;
background-color: #6699ff;
}
I think it will be best if i link to the site.
h**p://phppaul.rr7.co.uk/
( TT has been started out so not to waste lissa bandwitch, jsut add it back )
Ok, like i said Firefox is were the prob lies IE is fine i aint sure about others if anybody else has other browsers it would be great of you to check how it looks.
Heres the css:
body
{ margin-top: 0;
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
padding-left: 0;
padding-right: 0;
}
#header {
margin: 20px;
padding: 10px;
height: 100px;
}
#left {
position: absolute;
left: 500px;
top: 220px;
width: 200px;
}
#center {
top: 15px;
margin-left: 30px;
margin-right: 330px;
}
ul#navlist
{
margin: 0;
padding: 0;
list-style-type: none;
white-space: nowrap;
}
ul#navlist li
{
float: left;
font-family: verdana;
font-size: 9px;
font-weight: bold;
margin: 0;
padding: 5px 0 4px 0;
background-color: 3300cc;
border-top: 1px solid black;
border-bottom: 1px solid black;
}
#navlist a, #navlist a:link
{
margin: 0;
padding: 5px 9px 4px 9px;
color: white;
border-right: 1px solid black;
text-decoration: none;
}
ul#navlist li#active
{
color: red;
background-color: #6699ff;
}
#navlist a:hover
{
color: black;
background-color: #6699ff;
}