Beste leden,
Ten eerste wist ik niet waar ik mijn vraag moest posten dus ik doe het maar hier
Ik ga een promotie script maken en dit begint bij mij met een layout.
Nu heb ik de layout gesliced en in php code gezet alleen als ik nu in mozilla firefox kijk dan staat hij mooi in het midden maar in internet explorer niet.
Kan iemand mij hiermee helpen a.u.b.?
Misschien hebben jullie wat aan mijn css code:
PHP
body
{
background: url(images/bg.jpg) repeat-x #595B58;
font-family: Verdana;
color: #000000;
font-size: 11px;
margin: 0 auto;
}
#container
{
background: transparant;
width: 978px;
height: auto;
margin: 0px auto;
}
#header
{
background: url(images/header.png);
width: 978px;
height: 158px;
float: left;
}
#topmenu
{
background: url(images/topmenu.png) no-repeat;
width: 978px;
height: 42px;
float: left;
}
#menulinks
{
width: 207px;
height: auto;
float: left;
margin-top: 10px;
}
#menurechts
{
width: 207px;
height: auto;
float: right;
margin-top: 10px;
}
#content
{
background: #dcdcdc;
width: 554px;
min-height: 100px;
height: auto;
float: left;
margin-left: 5px;
margin-top: 10px;
}
#menutop
{
background: url(images/menutop.png) no-repeat;
width: 207px;
height: 45px;
float: left;
}
#menulink
{
width: 207px;
height: auto;
background: transparant;
}
li
{
background: #dcdcdc;
width: 207px;
height: auto;
list-style: none;
float: left;
}
li a
{
width: 207px;
height: auto;
font-family: Verdana;
color: #000000;
text-decoration: none;
padding-left: 3px;
}
li a:hover
{
width: 207px;
height: auto;
font-family: Verdana;
color: darkblue;
text-decoration: none;
padding-left: 3px;
}
Toon Meer