View Single Post
Unread 09-10-2008, 09:54 PM
GabrielP GabrielP is offline
Junior Member
Join Date: Jan 2008
Location: Argentina
Posts: 7
  #3  
Default

Hi, with Google Chrome (beta) I have the same problem as with Safari (latest version, not beta). Simply the submenus don't come out despite the menus do after clicking on the buttons. So, yes, you say in the newsletter that the problems might be related to the beta state of Chrome, but careful anyway because Safari is not beta any longer and the problem persists:

http://www.sanskrit-sanscrito.com/en...t/index2.shtml

And my udm-custom.js reads as follows:

Code:
// UDMv4.52 //
/***************************************************************/
var um={'menuClasses':[],'itemClasses':[],'menuCode':[]};
/***************************************************************\

  ULTIMATE DROP DOWN MENU Version 4.52 by Brothercake
  http://www.udm4.com/
  
  This script may not be used or distributed without license

\***************************************************************/


/***************************************************************\
 * CORE CONFIGURATION
\***************************************************************/

um.baseSRC = "";
um.trigger = "new";
um.orientation = ["horizontal","left","top","absolute","0.5em","0em","1000"];
um.list = ["rigid","yes","yes"];
um.behaviors = ["100","never","yes","default"];
um.reset = ["yes","yes","yes","no"];
um.hstrip = ["none","yes"];
um.keys = ['38','39','40','37','123','none','27','document.getElementsByTagName("a")[4]',];
um.navbar = ["0","0","107px"];
um.items = ["1","0","collapse","#999999 #999999 #999999 #999999","solid","white white white white","solid","white white white white","solid solid solid solid","0","0","#cccccc","black","#cccccc","0.5em","verdana,tahoma,sans-serif","bold","none","center","black","#cccccc","black","normal","normal","normal","letter-spacing:1px !important;","","","none","none","",""];
um.menus = ["-3","0","0","#999999 #999999 #999999 #999999","solid","10em","0","black","","blackshadow.png","5px","filter:alpha(opacity=50);"];
um.menuItems = ["0","1","collapse","#999999","solid","black","solid","#999999","solid","2","0","black","#999999","black","90%","arial,sans-serif","normal","none","left","black","black","black","normal","normal","normal","","","",">",">","3",""];
um.menuClasses["orangeMenu"] = ["#999999 #999999 #999999 #999999","solid","10em","black","","blackshadow.png","5px","filter:alpha(opacity=50);"];
um.itemClasses["orangeMenuItem"] = ["#C26785","solid","white","solid","#C26785","solid","white","#C26785","white","100%","Gentium,Arial Unicode MS,sans-serif","normal","none","left","black","white","black","normal","normal","normal","","","",">",">",""];

um.menuCode['sanskrit'] = ''
+ '<ul class="orangeMenu">'
	+ '<li class="orangeMenuItem"><a class="nohref" title="Getting started">First Steps</a>'
		+ '<ul>'
			+ '<li><a href="../../en/sanskrit_sanskrit1/firststeps1.shtml" title="Introduction">First Steps (1)</a></li>'
			+ '<li><a href="../../en/sanskrit_sanskrit1/firststeps2.shtml" title="Going deeper into Sanskrit language and philosophies - Part 1">First Steps (2)</a></li>'
			+ '<li><a href="../../en/sanskrit_sanskrit1/firststeps3.shtml" title="Going deeper into Sanskrit language and philosophies - Part 2">First Steps (3)</a></li>'
			+ '<li><a href="../../en/sanskrit_sanskrit1/firststeps4.shtml" title="Sanskrit alphabet and the levels of Creation - Part 1">First Steps (4)</a></li>'
			+ '<li><a href="../../en/sanskrit_sanskrit1/firststeps5.shtml" title="Sanskrit alphabet and the levels of Creation - Part 2">First Steps (5)</a></li>'
			+ '<li><a href="../../en/sanskrit_sanskrit1/sanskritquotes1.shtml" title="Celebrated Sanskrit quotes - Part 1">Sanskrit quotes 1</a></li>'			
		+ '</ul>'
	+ '</li>'
	
	+ '<li class="orangeMenuItem"><a class="nohref" title="Writing in Sanskrit">Writing</a>'
		+ '<ul>'
			+ '<li><a href="../../en/sanskrit_sanskrit2/writing1.shtml" title="How to write in Sanskrit">Writing</a></li>'
			+ '<li><a href="../../en/sanskrit_sanskrit2/firststrokes1.shtml" title="Drawing Sanskrit vowels">First strokes 1</a></li>'
			+ '<li><a href="../../en/sanskrit_sanskrit2/firststrokes2.shtml" title="Drawing Sanskrit consonants">First strokes 2</a></li>'
			+ '<li><a href="../../en/sanskrit_sanskrit2/tables.shtml" title="Complete tables containing every combination of cons.+vowel, r+cons. and so on">Tables</a></li>'
			+ '<li><a href="../../en/sanskrit_sanskrit2/ancientcharacters.shtml" title="A comparative study of the ancient and new Devanāgarī characters">Ancient Sanskrit characters</a></li>'			
		+ '</ul>'
	+ '</li>'
etc. etc.

The rest of browsers works "perfectly" with this configuration.

Thanks for your great work
__________________
Gabriel Pradiipaka

Cofounder
"Sanskrit & Sánscrito"
www.sanskrit-sanscrito.com
www.sanskrit-sanscrito.com.ar

Last edited by GabrielP : 05-12-2009 at 07:30 AM.
Reply With Quote