RE: [WSG] Does anybody know an expandable vertical css/js menu based on uls?

2004-07-12 Thread Mike Foskett
Gerhard, You could try the method I've used previously. The top link expands sub links. Works with JavaScript off and is accessible. !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Strict//EN http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd; html xmlns=http://www.w3.org/1999/xhtml; xml:lang=en

RE: [WSG] Does anybody know an expandable vertical css/js menu based on uls?

2004-07-12 Thread dan
Hi All, I've done a version of this kind of menu which is considerably more compact than most of the others Ive seen and is very accessible. See the entry below: http://www.danwebb.net/lab/archives/18.html Example page is here: http://www.danwebb.net/lab/html/folders3.html Let me know

RE: [WSG] Does anybody know an expandable vertical css/js menu based on uls?

2004-07-12 Thread Mike Foskett
Dan, I'm gonna have to spend time digesting that article. Thanks for reminding me why I like this forum. mike 2k:)2 ** This email and any files transmitted with it are confidential and intended solely for the use of the

RE: [WSG] Does anybody know an expandable vertical css/js menu based on uls?

2004-07-12 Thread dan
Hi Mike, It's not an article as such - Im kind of lazy like that but the code should be fairly clear (i hope). Ive just uploaded a new version of the example page with the code tidied a bit more (ive chopped another few line lines out of it - even shorter now). Im planning on submitting this to

Re: [WSG] Does anybody know an expandable vertical css/js menu based on uls?

2004-07-12 Thread ByteDreams
Nice Kyle. But I was just wondering, when you click on a link on that menu, the bullets flash off and on real quick -- is that intentional? ByteDreams - Original Message - From: Kyle Barrow [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, July 09, 2004 3:08 AM Subject: Re: [WSG]

RE: [WSG] Does anybody know an expandable vertical css/js menu based on uls?

2004-07-12 Thread Gabriel Lago
The article that´s now in the homepage of www.alistapart.com could be useful if you adapt it to float the ul instead position it vertically, but probably better is the trick from http://www.hszk.bme.hu/~hj130/css/list_menu/hover/, while it´s not exactly javascript it works in any browser. Hope it

RE: [WSG] Does anybody know an expandable vertical css/js menu based on uls?

2004-07-12 Thread dan
It's at a bit of a tangent but why do people think it's better to use a very non standard .htc behaviour rather than add this behaviour using standard DOM scripts. I really dont see the advantage but these HTCs seem to be most peoples weapon of choice. Are we not trying to use only standards

RE: [WSG] Does anybody know an expandable vertical css/js menu based on uls?

2004-07-12 Thread Mike Foskett
Dan, Sorry I meant it'll take time to absorb the JavaScript closures article. I'll need to comprehend that before moving to your example. The techniques used I found very strange. I sort of follow, but failed to comprehend. If you don't mind there'll be some questions at the end of the week? BTW

[WSG] code 4 son of suckerfish to work on Mac IE browser

2004-07-12 Thread Bruce . Gilbert
A short while back, I believe someone posted work around code in order for the son of suckerfish drop down menu to work on a Mac IE browser. The code that should be changed was: if (window.attachEvent) window.attachEvent(onload, sfHover); I can't remember what exactly needed to be changed.

Re: [WSG] Does anybody know an expandable vertical css/js menu based on uls?

2004-07-12 Thread Kyle Barrow
The [-] li custom bullet doesn't get loaded until the menu is expanded for the first time. After this, there shouldn't be any delay. Has anyone found an effective method of solving this issue? Kyle On 2004 Jul 12, , at 23:14, ByteDreams wrote: Nice Kyle. But I was just wondering, when you click

Re: [WSG] code 4 son of suckerfish to work on Mac IE browser

2004-07-12 Thread Paul Burchfield
Bruce, I think this might be what you are looking for: http://www.htmldog.com/ptg/archives/50.php#comment17 -Paul B. On Jul 12, 2004, at 10:41 AM, [EMAIL PROTECTED] wrote: A short while back, I believe someone posted work around code in order for the son of suckerfish drop down menu to work

RE: [WSG] Does anybody know an expandable vertical css/js menu based on uls?

2004-07-12 Thread Dan Webb
If you don't mind there'll be some questions at the end of the week? Yeah, sure. Mail me off list if you want. Unless it's of interest to everyone else. Don't worry about the closures article the folder script doesn't use closures for that effect. If you want Ill put some comments in so you

Re: [WSG] code 4 son of suckerfish to work on Mac IE browser

2004-07-12 Thread Bruce . Gilbert
that's great, thanks! Bruce Gilbert Webmaster Durham Public Schools Durham, North Carolina (919) 560-9118 -Office Phone http://www.dpsnc.net Paul Burchfield

Re: [WSG] Does anybody know an expandable vertical css/js menu based on uls?

2004-07-12 Thread t94xr.net.nz webmaster
I found this expandable CSS div with JS when i was working at ForumImages. http://www.forumimages.com/forum/viewtopic.php?t=324highlight=FICodeExpand ___ Cameron W (aka t94xr) http://www.t94xr.net.nz/ XHTML CSS Compliant. Taupo, NZ.

[WSG] setting width for lis when inline

2004-07-12 Thread Scott Reston
I'm attempting to build a horizontal menu that from an unordered list. My plan is to provide the list as text in the html, then use an image-replacement scheme (ala http://www.mezzoblue.com/tests/revised-image-replacement/) to swap out the text with images. It looks to me like

Re: [WSG] Does anybody know an expandable vertical css/js menu based on uls?

2004-07-12 Thread t94xr.net.nz webmaster
I found this expandable CSS div with JS when i was working at ForumImages. http://www.forumimages.com/forum/viewtopic.php?t=324highlight=FICodeExpand ___ Cameron W (aka t94xr) http://www.t94xr.net.nz/ XHTML CSS Compliant. Taupo, NZ.

Re: [WSG] Does anybody know an expandable vertical css/js menu based on uls?

2004-07-12 Thread ByteDreams
Nice Kyle. But I was just wondering, when you click on a link on that menu, the bullets flash off and on real quick -- is that intentional? ByteDreams - Original Message - From: Kyle Barrow [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, July 09, 2004 3:08 AM Subject: Re: [WSG]

Re: [WSG] setting width for lis when inline

2004-07-12 Thread design
By adding " float: left; " to your li class all your list items will continue on along one horizontal line. If you leave the li width at 200 they wil be even spaced but if you remove this they will of course bunch up closer. Tania - Original Message - From: Scott Reston

[WSG] Oh, the humanity!

2004-07-12 Thread Rev. Bob 'Bob' Crispen
Just in case anybody asks you, but how do you *know* the Allmusic Guide is lame? and you don't have one of Scott Yanow's reviews handy, now you have the definitive answer. Just click! http://www.allmusic.com/. Besides being insanely slow and buggy, the new AMG site has this notice in bright