Welcome Guest Search | Active Topics | Sign In | Register

red tabs change coloricon Options
hjlee
Posted: Sunday, May 16, 2010 10:01:29 AM
Rank: Newbie
Groups: Member

Joined: 5/16/2010
Posts: 2
how to change the color of the tabs in the menu control when using the red tabs template?
thanks
eo_support
Posted: Sunday, May 16, 2010 10:13:16 AM
Rank: Administration
Groups: Administration

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

You can find more information about how to customize the menu at here:

http://doc.essentialobjects.com/library/1/menucommon/styleandappearance/item_state.aspx
http://doc.essentialobjects.com/library/1/menucommon/styleandappearance/menu_item_styles.aspx
http://doc.essentialobjects.com/library/1/menucommon/styleandappearance/menu_group_appearance.aspx

A simple menu is usually customized with CSS only. Some advanced menu such as the Red Tab style, is created with a combination of CSS and images. For example, if you right click the Menu, then click Menu Builder, then select Look Items -> _TopLevelItem, then:

1. Expand NormalStyle, you will see "background-color: #cc0000", this is the red background color. Change that to any color you want;
2. Expand HoverStyle, you will see "background-color: #313131", this is the black background color. Change that to any color you want;
3. Expand LeftIcon, you will see both Url and HoverUrl are set. These are two images that are used to create the rounded corner on the left and right side of the menu item. If you change color for #1 and #2, then you will need to create two images matching those colors and specify them here;

For simple items that do not have round colors, you do not need to images. In the same window if you create Look Items -> _Default, you will see it has NormalStyle and HoverStyle set, but not LeftIcon and RightIcon. Those are for sub menu items which do not have round corners. Thus no images are used.

Hope this helps you to get some basic idea of how the menu works. The documentation should also cover a lot of other advanced customization options, so you may want to go over that to see what's available.

Thanks
hjlee
Posted: Sunday, May 16, 2010 10:50:30 AM
Rank: Newbie
Groups: Member

Joined: 5/16/2010
Posts: 2
The Menu Builder is very powerful

thanks again


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.