Removing the space between images in a Vertical FrontPage Navigation Bar
This nav bar is using the default settings, except a border has been placed around each image to show the extent of the images.
This is the same nav bar but without the borders.
This nav bar is exactly the same as above, but CSS is used to overlap the images. Since the tops of the images are transparent, the overlap does not show.
The CSS for this navigation bar is:
div#vert img {margin-top: -15px;}
The code for the navbar is:
<div id=#vert>
<p><!--webbot b-include-home="TRUE" b-include-up="FALSE" bot="Navigation" s-orientation="vertical" s-rendering="graphics" s-type="top" s-theme="ice 0000" --></p>
</div>