From: Jesse V. <je...@6t...> - 2004-03-30 13:13:52
|
Sorry for the off topic post, but I figured if anyone would be able to answer my question, it'd be you guys. I have a dhtml menu that I'm using, but when it expands, it goes over a select dropdown, and in IE, the dropdown just shows right through the layer. I was under the impression that there was nothing that could be done about that, until I stumbled across this page: http://www.milonic.com/menusample14.php Any idea how they're doing it? Most of their javascript code is compressed, so it's hard to tell what's going on. Looks like it has something to do with the dropdowns being on a layer, and then they hide part of the layer, but I'm not really clear what's going on. Work won't pay for these menu's, so I was hoping to figure out what they're doing, and integrate it into the menu's that we're currently using. Thanks in advance, Jesse |
From: Doug M. <do...@cr...> - 2004-03-30 16:09:40
|
in IE you may indeed put a form element into a layer, then hide the layer.. unfortuanly that will not work in NS 4x ----- Original Message ----- From: "Jesse Vitrone" <je...@6t...> To: "dynapi help" <dyn...@li...> Sent: Tuesday, March 30, 2004 8:15 AM Subject: [Dynapi-Help] Off Topic: DHTML menu going over dropdown > Sorry for the off topic post, but I figured if anyone would be able to > answer my question, it'd be you guys. > > I have a dhtml menu that I'm using, but when it expands, it goes over a > select dropdown, and in IE, the dropdown just shows right through the > layer. I was under the impression that there was nothing that could be > done about that, until I stumbled across this page: > > http://www.milonic.com/menusample14.php > > Any idea how they're doing it? Most of their javascript code is > compressed, so it's hard to tell what's going on. > Looks like it has something to do with the dropdowns being on a layer, > and then they hide part of the layer, but I'm not really clear what's > going on. > > Work won't pay for these menu's, so I was hoping to figure out what > they're doing, and integrate it into the menu's that we're currently using. > > Thanks in advance, > Jesse > > > ------------------------------------------------------- > This SF.Net email is sponsored by: IBM Linux Tutorials > Free Linux tutorial presented by Daniel Robbins, President and CEO of > GenToo technologies. Learn everything from fundamentals to system > administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > https://lists.sourceforge.net/lists/listinfo/dynapi-help > --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.634 / Virus Database: 406 - Release Date: 3/18/2004 |
From: Bruce T. <blu...@ya...> - 2004-03-30 16:28:58
|
I modified the DynApi htmlmenu object to find all of the form elements, then do a bounding box check and hide any that the pull down menu would otherwise cover. It is enabled only for IE, and left alone for mozilla. Look here for how it works: http://www.bluewolverine.com/ffmgr/ff.cgi?mtab=-pl;stab=allplyrstats; --- Jesse Vitrone <je...@6t...> wrote: > Sorry for the off topic post, but I figured if anyone would be able > to > answer my question, it'd be you guys. > > I have a dhtml menu that I'm using, but when it expands, it goes over > a > select dropdown, and in IE, the dropdown just shows right through the > > layer. I was under the impression that there was nothing that could > be > done about that, until I stumbled across this page: > > http://www.milonic.com/menusample14.php > > Any idea how they're doing it? Most of their javascript code is > compressed, so it's hard to tell what's going on. > Looks like it has something to do with the dropdowns being on a > layer, > and then they hide part of the layer, but I'm not really clear what's > > going on. > > Work won't pay for these menu's, so I was hoping to figure out what > they're doing, and integrate it into the menu's that we're currently > using. > > Thanks in advance, > Jesse > > > ------------------------------------------------------- > This SF.Net email is sponsored by: IBM Linux Tutorials > Free Linux tutorial presented by Daniel Robbins, President and CEO of > GenToo technologies. Learn everything from fundamentals to system > administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > https://lists.sourceforge.net/lists/listinfo/dynapi-help ===== www.bluewolverine.com __________________________________ Do you Yahoo!? Yahoo! Finance Tax Center - File online. File on time. http://taxes.yahoo.com/filing.html |
From: Jesse V. <je...@6t...> - 2004-03-30 16:48:48
|
Nice! Are you going to commit those changes into CVS? Thanks. Bruce Tennant wrote: >I modified the DynApi htmlmenu object to find all of the form elements, >then do a bounding box check and hide any that the pull down menu would >otherwise cover. > >It is enabled only for IE, and left alone for mozilla. > >Look here for how it works: > >http://www.bluewolverine.com/ffmgr/ff.cgi?mtab=-pl;stab=allplyrstats; > > >--- Jesse Vitrone <je...@6t...> wrote: > > >>Sorry for the off topic post, but I figured if anyone would be able >>to >>answer my question, it'd be you guys. >> >>I have a dhtml menu that I'm using, but when it expands, it goes over >>a >>select dropdown, and in IE, the dropdown just shows right through the >> >>layer. I was under the impression that there was nothing that could >>be >>done about that, until I stumbled across this page: >> >>http://www.milonic.com/menusample14.php >> >>Any idea how they're doing it? Most of their javascript code is >>compressed, so it's hard to tell what's going on. >>Looks like it has something to do with the dropdowns being on a >>layer, >>and then they hide part of the layer, but I'm not really clear what's >> >>going on. >> >>Work won't pay for these menu's, so I was hoping to figure out what >>they're doing, and integrate it into the menu's that we're currently >>using. >> >>Thanks in advance, >> Jesse >> >> >>------------------------------------------------------- >>This SF.Net email is sponsored by: IBM Linux Tutorials >>Free Linux tutorial presented by Daniel Robbins, President and CEO of >>GenToo technologies. Learn everything from fundamentals to system >>administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click >>_______________________________________________ >>Dynapi-Help mailing list >>Dyn...@li... >>https://lists.sourceforge.net/lists/listinfo/dynapi-help >> >> > > >===== >www.bluewolverine.com > >__________________________________ >Do you Yahoo!? >Yahoo! Finance Tax Center - File online. File on time. >http://taxes.yahoo.com/filing.html > > >------------------------------------------------------- >This SF.Net email is sponsored by: IBM Linux Tutorials >Free Linux tutorial presented by Daniel Robbins, President and CEO of >GenToo technologies. Learn everything from fundamentals to system >administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click >_______________________________________________ >Dynapi-Help mailing list >Dyn...@li... >https://lists.sourceforge.net/lists/listinfo/dynapi-help > > |
From: Bruce T. <blu...@ya...> - 2004-03-30 18:49:41
|
I think I forwarded them once, I'll try and dig up the changes and forward them again. I don't believe I have commit access to cvs. --- Jesse Vitrone <je...@6t...> wrote: > Nice! Are you going to commit those changes into CVS? > > Thanks. > > Bruce Tennant wrote: > > >I modified the DynApi htmlmenu object to find all of the form > elements, > >then do a bounding box check and hide any that the pull down menu > would > >otherwise cover. > > > >It is enabled only for IE, and left alone for mozilla. > > > >Look here for how it works: > > > >http://www.bluewolverine.com/ffmgr/ff.cgi?mtab=-pl;stab=allplyrstats; > > > > > >--- Jesse Vitrone <je...@6t...> wrote: > > > > > >>Sorry for the off topic post, but I figured if anyone would be able > >>to > >>answer my question, it'd be you guys. > >> > >>I have a dhtml menu that I'm using, but when it expands, it goes > over > >>a > >>select dropdown, and in IE, the dropdown just shows right through > the > >> > >>layer. I was under the impression that there was nothing that > could > >>be > >>done about that, until I stumbled across this page: > >> > >>http://www.milonic.com/menusample14.php > >> > >>Any idea how they're doing it? Most of their javascript code is > >>compressed, so it's hard to tell what's going on. > >>Looks like it has something to do with the dropdowns being on a > >>layer, > >>and then they hide part of the layer, but I'm not really clear > what's > >> > >>going on. > >> > >>Work won't pay for these menu's, so I was hoping to figure out what > > >>they're doing, and integrate it into the menu's that we're > currently > >>using. > >> > >>Thanks in advance, > >> Jesse > >> > >> > >>------------------------------------------------------- > >>This SF.Net email is sponsored by: IBM Linux Tutorials > >>Free Linux tutorial presented by Daniel Robbins, President and CEO > of > >>GenToo technologies. Learn everything from fundamentals to system > >>administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click > >>_______________________________________________ > >>Dynapi-Help mailing list > >>Dyn...@li... > >>https://lists.sourceforge.net/lists/listinfo/dynapi-help > >> > >> > > > > > >===== > >www.bluewolverine.com > > > >__________________________________ > >Do you Yahoo!? > >Yahoo! Finance Tax Center - File online. File on time. > >http://taxes.yahoo.com/filing.html > > > > > >------------------------------------------------------- > >This SF.Net email is sponsored by: IBM Linux Tutorials > >Free Linux tutorial presented by Daniel Robbins, President and CEO > of > >GenToo technologies. Learn everything from fundamentals to system > >administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click > >_______________________________________________ > >Dynapi-Help mailing list > >Dyn...@li... > >https://lists.sourceforge.net/lists/listinfo/dynapi-help > > > > > ===== www.bluewolverine.com __________________________________ Do you Yahoo!? Yahoo! Finance Tax Center - File online. File on time. http://taxes.yahoo.com/filing.html |
From: Jesse V. <je...@6t...> - 2004-03-30 19:26:08
|
That'd be great if you could post them again. I have commit access to cvs, and I could commit the changes if people think it's useful, or else I can just use them locally. Thanks, Jesse Bruce Tennant wrote: >I think I forwarded them once, I'll try and dig up the changes and >forward them again. > >I don't believe I have commit access to cvs. > >--- Jesse Vitrone <je...@6t...> wrote: > > >>Nice! Are you going to commit those changes into CVS? >> >>Thanks. >> >>Bruce Tennant wrote: >> >> >> >>>I modified the DynApi htmlmenu object to find all of the form >>> >>> >>elements, >> >> >>>then do a bounding box check and hide any that the pull down menu >>> >>> >>would >> >> >>>otherwise cover. >>> >>>It is enabled only for IE, and left alone for mozilla. >>> >>>Look here for how it works: >>> >>> >>> >>http://www.bluewolverine.com/ffmgr/ff.cgi?mtab=-pl;stab=allplyrstats; >> >> >>>--- Jesse Vitrone <je...@6t...> wrote: >>> >>> >>> >>> >>>>Sorry for the off topic post, but I figured if anyone would be able >>>>to >>>>answer my question, it'd be you guys. >>>> >>>>I have a dhtml menu that I'm using, but when it expands, it goes >>>> >>>> >>over >> >> >>>>a >>>>select dropdown, and in IE, the dropdown just shows right through >>>> >>>> >>the >> >> >>>>layer. I was under the impression that there was nothing that >>>> >>>> >>could >> >> >>>>be >>>>done about that, until I stumbled across this page: >>>> >>>>http://www.milonic.com/menusample14.php >>>> >>>>Any idea how they're doing it? Most of their javascript code is >>>>compressed, so it's hard to tell what's going on. >>>>Looks like it has something to do with the dropdowns being on a >>>>layer, >>>>and then they hide part of the layer, but I'm not really clear >>>> >>>> >>what's >> >> >>>>going on. >>>> >>>>Work won't pay for these menu's, so I was hoping to figure out what >>>> >>>> >>>>they're doing, and integrate it into the menu's that we're >>>> >>>> >>currently >> >> >>>>using. >>>> >>>>Thanks in advance, >>>> Jesse >>>> >>>> >>>>------------------------------------------------------- >>>>This SF.Net email is sponsored by: IBM Linux Tutorials >>>>Free Linux tutorial presented by Daniel Robbins, President and CEO >>>> >>>> >>of >> >> >>>>GenToo technologies. Learn everything from fundamentals to system >>>> >>>> >>>administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click >>> >>> >>>>_______________________________________________ >>>>Dynapi-Help mailing list >>>>Dyn...@li... >>>>https://lists.sourceforge.net/lists/listinfo/dynapi-help >>>> >>>> >>>> >>>> >>>===== >>>www.bluewolverine.com >>> >>>__________________________________ >>>Do you Yahoo!? >>>Yahoo! Finance Tax Center - File online. File on time. >>>http://taxes.yahoo.com/filing.html >>> >>> >>>------------------------------------------------------- >>>This SF.Net email is sponsored by: IBM Linux Tutorials >>>Free Linux tutorial presented by Daniel Robbins, President and CEO >>> >>> >>of >> >> >>>GenToo technologies. Learn everything from fundamentals to system >>> >>> >>administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click >> >> >>>_______________________________________________ >>>Dynapi-Help mailing list >>>Dyn...@li... >>>https://lists.sourceforge.net/lists/listinfo/dynapi-help >>> >>> >>> >>> > > >===== >www.bluewolverine.com > >__________________________________ >Do you Yahoo!? >Yahoo! Finance Tax Center - File online. File on time. >http://taxes.yahoo.com/filing.html > > >------------------------------------------------------- >This SF.Net email is sponsored by: IBM Linux Tutorials >Free Linux tutorial presented by Daniel Robbins, President and CEO of >GenToo technologies. Learn everything from fundamentals to system >administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click >_______________________________________________ >Dynapi-Help mailing list >Dyn...@li... >https://lists.sourceforge.net/lists/listinfo/dynapi-help > > |
From: Andrew G. <an...@zo...> - 2004-03-31 23:17:51
|
Hi, I would also like to see these changes. This very problem has been quite a headache for me and I would strongly encourage you to put any fixes into CVS. I'd me more than happy to do some testing on them, if that would be helpful. Andrew. Jesse Vitrone wrote: > That'd be great if you could post them again. > > I have commit access to cvs, and I could commit the changes if people > think it's useful, or else I can just use them locally. > > Thanks, > Jesse > > Bruce Tennant wrote: > >>I think I forwarded them once, I'll try and dig up the changes and >>forward them again. >> >>I don't believe I have commit access to cvs. >> >>--- Jesse Vitrone <je...@6t...> wrote: >> >> >>>Nice! Are you going to commit those changes into CVS? >>> >>>Thanks. >>> >>>Bruce Tennant wrote: >>> >>> >>> >>>>I modified the DynApi htmlmenu object to find all of the form >>>> >>>> >>>elements, >>> >>> >>>>then do a bounding box check and hide any that the pull down menu >>>> >>>> >>>would >>> >>> >>>>otherwise cover. >>>> >>>>It is enabled only for IE, and left alone for mozilla. >>>> >>>>Look here for how it works: >>>> >>>> >>>> >>>http://www.bluewolverine.com/ffmgr/ff.cgi?mtab=-pl;stab=allplyrstats; >>> >>> >>>>--- Jesse Vitrone <je...@6t...> wrote: >>>> >>>> >>>> >>>> >>>>>Sorry for the off topic post, but I figured if anyone would be able >>>>>to >>>>>answer my question, it'd be you guys. >>>>> >>>>>I have a dhtml menu that I'm using, but when it expands, it goes >>>>> >>>>> >>>over >>> >>> >>>>>a >>>>>select dropdown, and in IE, the dropdown just shows right through >>>>> >>>>> >>>the >>> >>> >>>>>layer. I was under the impression that there was nothing that >>>>> >>>>> >>>could >>> >>> >>>>>be >>>>>done about that, until I stumbled across this page: >>>>> >>>>>http://www.milonic.com/menusample14.php >>>>> >>>>>Any idea how they're doing it? Most of their javascript code is >>>>>compressed, so it's hard to tell what's going on. >>>>>Looks like it has something to do with the dropdowns being on a >>>>>layer, >>>>>and then they hide part of the layer, but I'm not really clear >>>>> >>>>> >>>what's >>> >>> >>>>>going on. >>>>> >>>>>Work won't pay for these menu's, so I was hoping to figure out what >>>>> >>>>> >>>>>they're doing, and integrate it into the menu's that we're >>>>> >>>>> >>>currently >>> >>> >>>>>using. >>>>> >>>>>Thanks in advance, >>>>> Jesse >>>>> >>>>> >>>>>------------------------------------------------------- >>>>>This SF.Net email is sponsored by: IBM Linux Tutorials >>>>>Free Linux tutorial presented by Daniel Robbins, President and CEO >>>>> >>>>> >>>of >>> >>> >>>>>GenToo technologies. Learn everything from fundamentals to system >>>>> >>>>> >>>>administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click >>>> >>>> >>>>>_______________________________________________ >>>>>Dynapi-Help mailing list >>>>>Dyn...@li... >>>>>https://lists.sourceforge.net/lists/listinfo/dynapi-help >>>>> >>>>> >>>>> >>>>> >>>>===== >>>>www.bluewolverine.com >>>> >>>>__________________________________ >>>>Do you Yahoo!? >>>>Yahoo! Finance Tax Center - File online. File on time. >>>>http://taxes.yahoo.com/filing.html >>>> >>>> >>>>------------------------------------------------------- >>>>This SF.Net email is sponsored by: IBM Linux Tutorials >>>>Free Linux tutorial presented by Daniel Robbins, President and CEO >>>> >>>> >>>of >>> >>> >>>>GenToo technologies. Learn everything from fundamentals to system >>>> >>>> >>>administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click >>> >>> >>>>_______________________________________________ >>>>Dynapi-Help mailing list >>>>Dyn...@li... >>>>https://lists.sourceforge.net/lists/listinfo/dynapi-help >>>> >>>> >>>> >>>> >> >> >>===== >>www.bluewolverine.com >> >>__________________________________ >>Do you Yahoo!? >>Yahoo! Finance Tax Center - File online. File on time. >>http://taxes.yahoo.com/filing.html >> >> >>------------------------------------------------------- >>This SF.Net email is sponsored by: IBM Linux Tutorials >>Free Linux tutorial presented by Daniel Robbins, President and CEO of >>GenToo technologies. Learn everything from fundamentals to system >>administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click >>_______________________________________________ >>Dynapi-Help mailing list >>Dyn...@li... >>https://lists.sourceforge.net/lists/listinfo/dynapi-help >> >> |
From: Bruce T. <blu...@ya...> - 2004-04-01 15:38:28
Attachments:
myhtmlmenu.js
|
Here's the file. Basically two new functions and some added in hooks to call them. ===== www.bluewolverine.com __________________________________ Do you Yahoo!? Yahoo! Small Business $15K Web Design Giveaway http://promotions.yahoo.com/design_giveaway/ |
From: Doug M. <do...@cr...> - 2004-04-02 01:16:33
|
--- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.647 / Virus Database: 414 - Release Date: 3/29/2004 |
From: Doug M. <do...@cr...> - 2004-04-02 15:02:07
|
stupid lookout express 6... Anyways.. I am asking that this auto-hide form elements feature be optional, and disabled by default. ----- Original Message ----- From: "Doug Melvin" <do...@cr...> To: <dyn...@li...> Sent: Thursday, April 01, 2004 8:18 PM Subject: Re: [Dynapi-Help] Off Topic: DHTML menu going over dropdown > > > > --- > Outgoing mail is certified Virus Free. > Checked by AVG anti-virus system (http://www.grisoft.com). > Version: 6.0.647 / Virus Database: 414 - Release Date: 3/29/2004 > > > ------------------------------------------------------- > This SF.Net email is sponsored by: IBM Linux Tutorials > Free Linux tutorial presented by Daniel Robbins, President and CEO of > GenToo technologies. Learn everything from fundamentals to system > administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > https://lists.sourceforge.net/lists/listinfo/dynapi-help > --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.634 / Virus Database: 406 - Release Date: 3/18/2004 |
From: Jesse V. <je...@6t...> - 2004-04-02 15:18:21
|
Yeah, I was thinking about that the other day, we definately don't want to change the default way that people are using it now. Jesse Doug Melvin wrote: >stupid lookout express 6... > >Anyways.. I am asking that this auto-hide form elements feature be optional, >and disabled by default. > > >----- Original Message ----- >From: "Doug Melvin" <do...@cr...> >To: <dyn...@li...> >Sent: Thursday, April 01, 2004 8:18 PM >Subject: Re: [Dynapi-Help] Off Topic: DHTML menu going over dropdown > > > > >> >>--- >>Outgoing mail is certified Virus Free. >>Checked by AVG anti-virus system (http://www.grisoft.com). >>Version: 6.0.647 / Virus Database: 414 - Release Date: 3/29/2004 >> >> >>------------------------------------------------------- >>This SF.Net email is sponsored by: IBM Linux Tutorials >>Free Linux tutorial presented by Daniel Robbins, President and CEO of >>GenToo technologies. Learn everything from fundamentals to system >>administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click >>_______________________________________________ >>Dynapi-Help mailing list >>Dyn...@li... >>https://lists.sourceforge.net/lists/listinfo/dynapi-help >> >> >> > > >--- >Outgoing mail is certified Virus Free. >Checked by AVG anti-virus system (http://www.grisoft.com). >Version: 6.0.634 / Virus Database: 406 - Release Date: 3/18/2004 > > > >------------------------------------------------------- >This SF.Net email is sponsored by: IBM Linux Tutorials >Free Linux tutorial presented by Daniel Robbins, President and CEO of >GenToo technologies. Learn everything from fundamentals to system >administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click >_______________________________________________ >Dynapi-Help mailing list >Dyn...@li... >https://lists.sourceforge.net/lists/listinfo/dynapi-help > > |
From: Bruce T. <blu...@ya...> - 2004-04-03 01:54:42
|
I don't have the code in front of me, but I think it would be just an "and" in a couple of IF statements (or the insertion of them). I don't think there was much change with respect to the original code, just the additional calls to find and hide the forms. --- Jesse Vitrone <je...@6t...> wrote: > Yeah, I was thinking about that the other day, we definately don't > want > to change the default way that people are using it now. > > Jesse > > > Doug Melvin wrote: > > >stupid lookout express 6... > > > >Anyways.. I am asking that this auto-hide form elements feature be > optional, > >and disabled by default. > > > > > >----- Original Message ----- > >From: "Doug Melvin" <do...@cr...> > >To: <dyn...@li...> > >Sent: Thursday, April 01, 2004 8:18 PM > >Subject: Re: [Dynapi-Help] Off Topic: DHTML menu going over dropdown > > > > > > > > > >> > >>--- > >>Outgoing mail is certified Virus Free. > >>Checked by AVG anti-virus system (http://www.grisoft.com). > >>Version: 6.0.647 / Virus Database: 414 - Release Date: 3/29/2004 > >> > >> > >>------------------------------------------------------- > >>This SF.Net email is sponsored by: IBM Linux Tutorials > >>Free Linux tutorial presented by Daniel Robbins, President and CEO > of > >>GenToo technologies. Learn everything from fundamentals to system > >>administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click > >>_______________________________________________ > >>Dynapi-Help mailing list > >>Dyn...@li... > >>https://lists.sourceforge.net/lists/listinfo/dynapi-help > >> > >> > >> > > > > > >--- > >Outgoing mail is certified Virus Free. > >Checked by AVG anti-virus system (http://www.grisoft.com). > >Version: 6.0.634 / Virus Database: 406 - Release Date: 3/18/2004 > > > > > > > >------------------------------------------------------- > >This SF.Net email is sponsored by: IBM Linux Tutorials > >Free Linux tutorial presented by Daniel Robbins, President and CEO > of > >GenToo technologies. Learn everything from fundamentals to system > >administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click > >_______________________________________________ > >Dynapi-Help mailing list > >Dyn...@li... > >https://lists.sourceforge.net/lists/listinfo/dynapi-help > > > > > ===== www.bluewolverine.com __________________________________ Do you Yahoo!? Yahoo! Small Business $15K Web Design Giveaway http://promotions.yahoo.com/design_giveaway/ |
From: Jesse V. <je...@6t...> - 2004-04-03 03:32:32
|
I also found this on faqts.com that shows a good way to do the clipping to hide the dropdown. http://www.faqts.com/knowledge_base/view.phtml/aid/1068/fid/128 Jesse Bruce Tennant wrote: >I don't have the code in front of me, but I think it would be just an >"and" in a couple of IF statements (or the insertion of them). > >I don't think there was much change with respect to the original code, >just the additional calls to find and hide the forms. > >--- Jesse Vitrone <je...@6t...> wrote: > > >>Yeah, I was thinking about that the other day, we definately don't >>want >>to change the default way that people are using it now. >> >>Jesse >> >> >>Doug Melvin wrote: >> >> >> >>>stupid lookout express 6... >>> >>>Anyways.. I am asking that this auto-hide form elements feature be >>> >>> >>optional, >> >> >>>and disabled by default. >>> >>> >>>----- Original Message ----- >>>From: "Doug Melvin" <do...@cr...> >>>To: <dyn...@li...> >>>Sent: Thursday, April 01, 2004 8:18 PM >>>Subject: Re: [Dynapi-Help] Off Topic: DHTML menu going over dropdown >>> >>> >>> >>> >>> >>> >>>>--- >>>>Outgoing mail is certified Virus Free. >>>>Checked by AVG anti-virus system (http://www.grisoft.com). >>>>Version: 6.0.647 / Virus Database: 414 - Release Date: 3/29/2004 >>>> >>>> >>>>------------------------------------------------------- >>>>This SF.Net email is sponsored by: IBM Linux Tutorials >>>>Free Linux tutorial presented by Daniel Robbins, President and CEO >>>> >>>> >>of >> >> >>>>GenToo technologies. Learn everything from fundamentals to system >>>> >>>> >>>administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click >>> >>> >>>>_______________________________________________ >>>>Dynapi-Help mailing list >>>>Dyn...@li... >>>>https://lists.sourceforge.net/lists/listinfo/dynapi-help >>>> >>>> >>>> >>>> >>>> >>>--- >>>Outgoing mail is certified Virus Free. >>>Checked by AVG anti-virus system (http://www.grisoft.com). >>>Version: 6.0.634 / Virus Database: 406 - Release Date: 3/18/2004 >>> >>> >>> >>>------------------------------------------------------- >>>This SF.Net email is sponsored by: IBM Linux Tutorials >>>Free Linux tutorial presented by Daniel Robbins, President and CEO >>> >>> >>of >> >> >>>GenToo technologies. Learn everything from fundamentals to system >>> >>> >>administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click >> >> >>>_______________________________________________ >>>Dynapi-Help mailing list >>>Dyn...@li... >>>https://lists.sourceforge.net/lists/listinfo/dynapi-help >>> >>> >>> >>> > > >===== >www.bluewolverine.com > >__________________________________ >Do you Yahoo!? >Yahoo! Small Business $15K Web Design Giveaway >http://promotions.yahoo.com/design_giveaway/ > > >------------------------------------------------------- >This SF.Net email is sponsored by: IBM Linux Tutorials >Free Linux tutorial presented by Daniel Robbins, President and CEO of >GenToo technologies. Learn everything from fundamentals to system >administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click >_______________________________________________ >Dynapi-Help mailing list >Dyn...@li... >https://lists.sourceforge.net/lists/listinfo/dynapi-help > > |