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
484 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! …
3
votes

Which jQuery plugin should be used to fix the IE6 PNG transparency issue?

I'm using jquery.pngFix.js. I don't know if it's officially sanctioned or not, I do know that it works. I chose it because it …
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 …
5
votes

Switching DIV Background Image With jQuery

One way to do this is to put both images in the HTML, inside a SPAN or DIV, you can hide the default either with CSS, or with JS on page load. Then you can toggle on click. Here is a similar exam …