Log in

View Full Version : Cannot figure this out.



Chadi
07-29-2006, 06:17 PM
http://www.virtuosonetsolutions.com/

Please see the tiny white border space below the menu cell (100% horizontal blue area), right below that cell. There is this thin (about 3px) white border that I cannot seem to figure out where its coming from.

Any help would be appreciated.

I have attached the actual index file

jscheuer1
07-29-2006, 07:21 PM
It appears to be something about the menu script which is creating a menu with a height of about 30px. I looked at the code but, it doesn't seem too straightforward. The actual height of the area for display purposes should be 25px. This can be achieved by setting the containing div to that height:


<div align="center" style="height:25px!important;"><script type="text/javascript" src="navigation.js"></script></div>

Chadi
07-29-2006, 08:13 PM
Perfect that worked. Thank you *very much*!