forums
You are not logged in.
Here is the link to the page:http://www.lymanbriggs.msu.edu/new_about_lbs/
The popups work in I.E 6.0 but not in 7.0
Here is s_array.js file
// USE WORDWRAP AND MAXIMIZE THE WINDOW TO SEE THIS FILE
// v5
// === 1 === EXTRAS
s_hideTimeout=150;//1000=1 second
s_subShowTimeout=150;//if <=100 the menus will function like SM4.x
s_subMenuOffsetX=4;//pixels (if no subs, leave as you like)
s_subMenuOffsetY=1;
s_keepHighlighted=true;
s_autoSELECTED=true;//make the item linking to the current page SELECTED
s_autoSELECTEDItemsClickable=false;//look at IMPORTANT NOTES 1 in the Manual
s_autoSELECTEDTree=true;//look at IMPORTANT NOTES 1 in the Manual
s_autoSELECTEDTreeItemsClickable=true;//look at IMPORTANT NOTES 1 in the Manual
s_scrollingInterval=30;//scrolling for tall menus
s_rightToLeft=false;
s_hideSELECTsInIE=true;//look at IMPORTANT HOWTOS 7 in the Manual
// === 2 === Default TARGET for all the links
// for navigation to frame, calling functions or
// different target for any link look at
// IMPORTANT HOWTOS 1 NOTES in the Manual
s_target='self';//(newWindow/self/top)
// === 3 === STYLESHEETS- you can define different arrays and then assign
// them to any menu you want with the s_add() function
s_CSSTop=[
'#3F7A3D', // BorderColorDOM ('top right bottom left' or 'all')
'#3F7A3D', // BorderColorNS4
1, // BorderWidth
'transparent', // BgColor
0, // Padding
'#99C3AE', // ItemBgColor
'#FFFFFF', // ItemOverBgColor
'#3F7A3D', // ItemFontColor
'#3F7A3D', // ItemOverFontColor
'verdana,arial,helvetica,sans-serif', // ItemFontFamily
'11px', // ItemFontSize (css)
'1', // ItemFontSize Netscape4 (look at KNOWN BUGS 3 in the Manual)
'bold', // ItemFontWeight (bold/normal)
'left', // ItemTextAlign (left/center/right)
3, // ItemPadding
0, // ItemSeparatorSize
'#3F7A3D', // ItemSeparatorColor
'', // IEfilter (look at Samples\IE4(5.5)Filters dirs)
false, // UseSubImg
'', // SubImgSrc
'', // OverSubImgSrc
0, // SubImgWidth
0, // SubImgHeight
0, // SubImgTop px (from item top)
'#8A8CCC', // SELECTED ItemBgColor
'#FFFFFF', // SELECTED ItemFontColor
'../../../images/arrowover.gif', // SELECTED SubImgSrc
false, // UseScrollingForTallMenus
'', // ScrollingImgTopSrc
'', // ScrollingImgBottomSrc
0, // ScrollingImgWidth
0, // ScrollingImgHeight
'', // ItemClass (css)
'', // ItemOverClass (css)
'', // SELECTED ItemClass (css)
0, // ItemBorderWidth
'#CBCBEF', // ItemBorderColor ('top right bottom left' or 'all')
'#FFFFFF', // ItemBorderOverColor ('top right bottom left' or 'all')
'#FFFFFF', // SELECTED ItemBorderColor ('top right bottom left' or 'all')
0, // ItemSeparatorSpacing
'' // ItemSeparatorBgImage
];
// SAMPLE FUNCTION USED FOR RELATIVE POSITIONING
function s_getStart(a){
%
Offline
I took a look and saw you are currently using SmartMenus v5.5.2. You will need to upgrade to the latest SM5 version available to avoid the problems in IE7.
The latest SmartMenus 5 version is 5.5.4. It includes important fixes for some issues in IE7. To upgrade you simply need to replace you script files (s_loader.js, s_script_dom.js, s_script_ns4.js and s_script_old.js). Your configuration file (s_arrays.js) should be completely compatible with the latest version so you do not need to change it.
You can download the latest SmartMenus 5 release from here:
http://www.smartmenus.org/archive/sm5/
Offline
Thank you for the quick response time. If you accept donations or anything like that let me know.
Offline
No problem at all!
I do not accept donations - the script has been and will always remain completely free for non-commercial use no matter what.
If you would like to support the project, however, you may add a simple text link somewhere on your site. For example, like this:
DHTML menu / JavaScript menu by Vadikom
Thanks!
Offline