Search Results

4
votes
10answers
1k views

Wrapping lists into columns

I'm using ClodFusion(sic) to populate a template that includes HTML lists (<ul>'s). Most of these aren't that long, but a few have ridiculously long lengths and could really stand t …
2
votes
4answers
489 views

Dynamic Alphabetical Navigation

I'm using ColdFusion to return a result set from a SQL database and turn it into a list. I need some way to generate an Alphabetical Navigation bar for that list. I have ColdFusion and the jQuery …
4
votes

Wrapping lists into columns

So I dug up this article from A List Apart CSS Swag: Multi-Column Lists. I ended up using the first solution, it's …
0
votes

Wrapping lists into columns

I wish Safari and Firefox were my biggest concern, unfortunately our intranet is all IE but you did bring something to my attention that I was not aware of, thanks! …
0
votes

What is the single best javascript lightbox script currently available?

I'm quite happy with FancyBox. It's a jQuery plugin, it' works with IE6 if you use the …
0
votes

Dynamic Alphabetical Navigation

So, there were plenty of good suggestions, but none did exactly what I wanted. Fortunately I was able to use them to figure out what I really wanted to do. The only thing the following doesn't do i …
0
votes

How to change characters typed in Firefox

Does this really need to be done on the fly? If you are collecting the information to be posted to a form or submitted to a database, would it not be better to modify the data once it was submitte …