|
Posted by Els on 11/07/07 17:29
VUNETdotUS wrote:
> Sorry, I did not changed my example online: no access at the time. I
> implemented your suggestions locally by copying code.
> Isn't it some CSS box properties I need to look at?
Now that I know it's not the htc file, I copied your page locally, and
found what's causing it: white space between the <li> elements. I'm
not sure if there is another way to get rid of it without a lot of
hacking, but if you just put the <li> elements connected, the space is
gone.
Like so:
<ul>
<li><a....>AAAAAA</a></li
><li><a....>BBBBBB</a></li
><li><a....>CCCCCC</a></li
><li><a....>DDDDDD</a></li
><li><a....>EEEEEE</a></li>
</ul>
(or just all on one line, but this way it is easier to read)
--
Els http://locusmeus.com/
Navigation:
[Reply to this message]
|