I have a small problem with the css styling in a website that I am developing. I am placing a few div’s direcly on top of each other, my method worked for 2 of the divs but for one of them there is an approximately 1px gap. Any suggestions? A screenshot is below:
donboe: Its not a proper mark up, the breaks for the container div is temporary just to fill up space while i design it, as for the footer i am putting the breaks because when i put the following into the css nothing happens
#footer p {
margin-top: 30px;
}
to achieve the same effect i used loads of breaks, i don’t want to continue using breaks so if you have a solution please say.
What do you want to happen. I just took the breaks out of the footer without seeing a difference. Which is not strange because the footer is an image and there is no <p> in your footer. If you explain what you want, I’m sure there is someone around who can help you