View Single Post
  #2  
Old 10-04-2007, 06:49 PM
Watdaflip's Avatar
Watdaflip Watdaflip is offline
Brigadier General
 
Join Date: Sep 2005
Location: Cincinnati, Ohio
Posts: 1,637
Default 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)
Attached Files
File Type: zip edited code.zip (835 Bytes, 66 views)
__________________

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
Reply With Quote