titus
Junior Member
Posts: 3
Registered: 2/14/2005
Member Is Offline
|
| posted on 2/15/2005 at 10:34 AM |
|
|
css confusing per item geometry?
occured in current Gold edition:
Level 0: horizontal with background gif
Level 1+: vertical equal width, text only
tried to give a menu a drop shadow via filter (outer element)
and suddenly each item of the submenus had its own width.
filter:DropShadow(color=#C0C0C0, offx=3, offy=3);
Adding the same filter to the style class for inner element does not change geometry of the items.
However, neither gives me the wanted shadow in IE6 (build 1106 on xp sp2), although
[url="http://en.selfhtml.org/css/eigenschaften/filter.htm#drop_shadow"]selfHTML[/url] claims this to work in IE4+.
|
|
|
olga
Administrator
Posts: 84
Registered: 11/22/2004
Member Is Offline
|
| posted on 2/15/2005 at 06:30 PM |
|
|
You should use configuration key 'shadow' for menu level scope settings. There are the same parameters as 'OffX', 'Off Y', 'Color'. Related
link: http://www.softcomplex.com/products/tigra_menu_gold/docs/#level_scope
|
|
|