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
Dividing lines in submenus would be beautiful
Re: Dividing lines in submenus would be beautiful
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.
-
- Posts: 26
- Joined: Thu Aug 16, 2007 8:48 am
- Location: Sinsheim/Germany and Cherkassy/Ukraine
- Contact:
Re: Dividing lines in submenus would be beautiful
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"> </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.
)
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"> </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.
