Chadi
02-27-2006, 08:39 PM
<script language="JavaScript">
<!--
var menuConfig = [
{
'height': 25,
'width' : 126,
'firstX' : 410,
'firstY' : 75,
'nextX' : 1,
'hideAfter' : 200,
'css' : 'gurtl0o',
'trace' : true
},
{
'height': 23,
'width' : 126,
'firstY' : 25,
'firstX' : 0,
'nextY' : -1,
'css' : 'gurtl1o'
},
{
'firstX' : 126,
'firstY' : 0
}
];
new menu (menuHierarchy, menuConfig);
//-->
</script>
First time working on JS menu. How do I center this inside the table cell I want? In preview it shows up cornered left align
<!--
var menuConfig = [
{
'height': 25,
'width' : 126,
'firstX' : 410,
'firstY' : 75,
'nextX' : 1,
'hideAfter' : 200,
'css' : 'gurtl0o',
'trace' : true
},
{
'height': 23,
'width' : 126,
'firstY' : 25,
'firstX' : 0,
'nextY' : -1,
'css' : 'gurtl1o'
},
{
'firstX' : 126,
'firstY' : 0
}
];
new menu (menuHierarchy, menuConfig);
//-->
</script>
First time working on JS menu. How do I center this inside the table cell I want? In preview it shows up cornered left align