roodie
Junior Member
Posts: 5
Registered: 4/13/2005
Location: uk
Member Is Offline
|
| posted on 4/13/2005 at 10:12 AM |
|
|
additional style properties javascript
// JavaScript Document
// Title: tigra menu
Attachment: menu_tpl.js (2.56kb)
This file has been downloaded 303 times
|
|
|
roodie
Junior Member
Posts: 5
Registered: 4/13/2005
Location: uk
Member Is Offline
|
| posted on 4/13/2005 at 10:13 AM |
|
|
style properties
hi, im experimenting with the menu that you've made avaible,
im trying to change the text size & font but it doesnt seem to be working:
/* --- dynamic menu styles ---
note: you can add as many style properties as you wish but be not all browsers
are able to render them correctly. The only relatively safe properties are
'color' and 'background'.
*/
var MENU_STYLES = new Array();
// default item state when it is visible but doesn't have mouse over
MENU_STYLES['onmouseout'] = [
'background', ['#0033CC', '#0066CC', '#0066CC'],
'color', ['#FFFFFF', '#FFFFFF', '#FFFFFF'],
|
|
|
roodie
Junior Member
Posts: 5
Registered: 4/13/2005
Location: uk
Member Is Offline
|
| posted on 4/13/2005 at 10:14 AM |
|
|
style properties 2
ive tried adding:
'font-family
|
|
|
roodie
Junior Member
Posts: 5
Registered: 4/13/2005
Location: uk
Member Is Offline
|
| posted on 4/13/2005 at 10:15 AM |
|
|
..
'font-family
|
|
|