cybersayer
Junior Member
Posts: 2
Registered: 3/24/2005
Location: AU-QLD
Member Is Offline
|
| posted on 3/24/2005 at 02:03 AM |
|
|
Status bar shows html rather than URL
Appreciate the excellent software - thanx.
I am probably using the free Tigra menu in a bizarre fashion but I wanted images for the links and found a table background image worked for me.
However, when mouseovers the status bar shows the HTML code rather than the URL although the links function perfectly.
Is there a way of forcing the status bar to show the URL only or even turning off the status bar display altogether?
Website: http://middlepath.com.au
Any help appreciated
|
|
|
olga
Administrator
Posts: 84
Registered: 11/22/2004
Member Is Offline
|
| posted on 3/24/2005 at 08:39 PM |
|
|
You can use configuration key 'sb' for menu item scope settings (http://www.softcomplex.com/products/tigra_menu/docs/#item_scope). For example:| Code: |
var MENU_ITEMS = [
['Home', 'http://www.yoursite.com', {'sb' : 'Home page'}],
...
]; |
|
|
|
mission
Member
Posts: 16
Registered: 9/28/2005
Member Is Offline
|
| posted on 10/10/2005 at 01:43 PM |
|
|
What about the same problem witha database driven solution???
|
|
|
LordMerlin
Member
Posts: 12
Registered: 6/10/2006
Location: Johannesburg, South Africa
Member Is Offline
|
| posted on 6/10/2006 at 10:42 AM |
|
|
Easy, if you look @ the code below
| Code: |
var MENU_ITEMS = [
['Home', 'http://www.yoursite.com', {'sb' : 'Home page'}],
...
];
|
The section, Home Page can be added to the DB as a field, so each menu could have it's own field with a "description" in the DB
:)
hth
|
|
|