Take a look at this:
http://flash-planet.co.cc/ViewGame.php?gid=93823
The navlist is pushing all my content down. How do I avoid that??
conflicting CSS:
#conTOP {
background-image:url('images/contop.png');
background-repeat: no-repeat;
position:relative;
width: 800px;
height: 320px;
top:170px;
}
.navlist {
background-image:url('images/navlist.png');
background-repeat: no-repeat;
position:relative;
width: 250px;
height: 600px;
top:170px;
left:730px;
}