I have an image representation of graph made with .png images and -moz-border css trick (div id=gholder) I want that graph to be positioned as where the picture shows, And i did it using css position: absolute/relative tags, but im having problem using the two tag. When i use this css code
#gholder {
float: left;
bottom: 460px;
left: 60%;
position: relative;
}
The site shows a big space below the footer, is there a way to remove that big space when using the relative code?