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;
}

Recommended Answers

All 3 Replies

Member Avatar for diafol

stop using relatives and use floats instead.

Can someone fix those two parts for me please?

I tried using float and still same result

nvm fixed it now :)

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.