Page 1 of 1

Dividing lines in submenus would be beautiful

PostPosted: Wed May 28, 2008 12:30 am
by turicon
Hello,

I'm working on a bigger project (online application) and I using EBMM with long submenus. Normal menus in (offline-)applications have dividing lines. That makes menus clear. It would be nice, even if the EBMM can also this. Now I using the <hr>-Tag, but this is not so good. Or have you a better idea?

Greetings,
Turicon

Re: Dividing lines in submenus would be beautiful

PostPosted: Wed May 28, 2008 9:20 am
by jerm
You can use a background colour to demark the sub-menu items, or it might be possible to use a border-bottom (or border-top) style in the CSS - haven't checked that though.

Re: Dividing lines in submenus would be beautiful

PostPosted: Wed May 28, 2008 12:42 pm
by turicon
Hello jerm,

yes, I tried some. The problem are: only that is visible in submenus, what have a linktag (<a>)! An example:

"<li>-------------------</li>" That became me already enough. Or that with a CSS-Style (border-top or border-bottom):
"<li class="divider">&nbsp;</li>" All that is not visible!
"<li><a>-------------------</a></li>" This is visible, but then I have a Link. And that isn't my goal.

You understand my problem? (I hope and sorry for my bad english. 8) )