hi, i have this website:
http://analytics.buddyjive.com/
However, the images does not seem to display well, please advise

Member Avatar for soldierflup

Insert the picture whereever you want in the body of the html-code and give the class of bg with the properties displayed below.

<body>
<img class='bg' src='blabla.jpg' />
<div id='container'>
bla bla bla
</div>
</body>
.bg {
bottom:0;
display:block !important;
left:0;
position:fixed;
width:100%;
z-index:1;
}

#container {
other properties;
z-index: 2;
}

This puts the "container div" above your background-image

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.