[jQuery] Re: Thoughts on creating a hoverable alphabetical list

2009-07-03 Thread Dave Joyce
Thanks everyone and thanks Scott for the help. I'm just getting into this project and your help has been *invaluable*! I'll let you know how it goes. I think your plugin Scott should work really well! =) -Dave -- View this message in context: http://www.nabble.com/Thoughts-on-creating-a-hov

[jQuery] Re: Thoughts on creating a hoverable alphabetical list

2009-06-06 Thread Scott Sauyet
Dave Joyce wrote: http://stuff.exit42design.com/grabup/475e4d0e25eaf92eefcecdd23af0b0c6.png It's an alphabetical list of letters down the left column. When you hover over those letters, a list in a block on the right side (with overflow hidden) moves up or down to the letter that's being hovere

[jQuery] Re: Thoughts on creating a hoverable alphabetical list

2009-06-03 Thread Jack Killpatrick
Neat idea. I think you could use this and give each LI a letter class ( class="d" ), then use it to scroll to that LI: http://demos.flesler.com/jquery/scrollTo/ - Jack Dave Joyce wrote: I'm trying to figure out a good way to approach this. Basically here's a shot of what's needed. http://s

[jQuery] Re: Thoughts on creating a hoverable alphabetical list

2009-06-03 Thread waseem sabjee
first lets take a look at the HTML also for the round corners i would suggest the jquery.corner plugin which helps me a lot * { margin:0; padding:0; } #list { background-color:#999; } #list div { display:inline-block; } #alphabets li { list-style-type:none; margin: 2px 0; padding:2px; } .contents