Welcome Guest Search | Active Topics | Sign In | Register

Menu second level always visible Options
Amir Geri
Posted: Tuesday, February 26, 2008 3:52:36 AM
Rank: Newbie
Groups: Member

Joined: 2/26/2008
Posts: 2
hello friends.
i'm new here in eo, and i just love these controls...
one question: i've decided to use the "red tabs" menu style, but i want the second level to always be visible, meaning if no tab was selected, there will still be an empty row with the same background.
is there any easy way doing it without simply putting an equally sized and colored row?

please help, and thank u
eo_support
Posted: Tuesday, February 26, 2008 4:37:22 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,095
Hi,

I believe the easiest way is to put an equally sized colored row, probablly with a DIV. For example:

Code: HTML/ASPX
<div>
 ....our menu goes here....
</div>
<div style="width:500px;height:20px;background-color:red">
</div>


This way there is always a red bar visible below the menu. When the real sub menu is displayed, it is displayed over the red DIV, when no sub menu is visible, the DIV is visible.

Thanks
Amir Geri
Posted: Tuesday, February 26, 2008 11:45:36 AM
Rank: Newbie
Groups: Member

Joined: 2/26/2008
Posts: 2
tnx
eo_support
Posted: Tuesday, February 26, 2008 11:51:26 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,095
Not a problem. Let us know if you have any other questions.


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.