Re: CSS div/table borders question. | |
The reason your getting the gaps is because bluevoda is using an absolute position for each of the div tags it generates. It is either automatically adding a 5 px space between elements, or you need to move each element closer by 5 px, and shrinking the width of the top and bottom div's that BV creates by 5 px.
Since the ones you added are within the BV div's, it takes on their absolute position.
Hope that helps, post again if it doesn't or its not clear (had a rough time explaining)
I attached a zip with a html file with the fixes, so it doesn't have the gaps, (if it will help)
__________________ Register/Login Script
Do you use a Password Protected Directory? Need a way to allow users to make their own account, try my .htaccess Login Script |