Search found 3 matches

by aldemir
Mon Sep 09, 2002 7:55 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Hiding select object on under menu
Replies: 0
Views: 2181

Hiding select object on under menu

:arrow: The soluction of the menu hide all select object in form. I need hide only the select on under menu.
What this soluction :?:
by aldemir
Fri Sep 06, 2002 2:49 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Hide select object on menu under
Replies: 0
Views: 2126

Hide select object on menu under

Hi,
I need hidden of object in menu area. Adapted the function of coolmenu:

function hideselect(x,y,w,h){
var selx,sely,selw,selh,i
var sel=document.getElementsByTagName("SELECT")
for(i=0;i<sel.length;i++){
selx=0; sely=0; var selp;
if(sel .offsetParent){
selp=sel ;
while(selp.offsetParent ...
by aldemir
Mon Sep 02, 2002 6:53 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Hidden object in menu area
Replies: 0
Views: 2726

Hidden object in menu area

:idea:
Hi,
I need hidden of object in menu area. Adapted the function of coolmenu:

function hideselect(x,y,w,h){
var selx,sely,selw,selh,i
var sel=document.getElementsByTagName("SELECT")
for(i=0;i<sel.length;i++){
selx=0; sely=0; var selp;
if(sel .offsetParent){
selp=sel ;
while(selp ...