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 …
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

YUI Reset CSS Makes <strong><em>this not work</em></strong>

I had a similar problem when I added the YUI Reset to the top of my stock CSS file. I found that the best thing for me was to simply remove all of the font-weight: normal; …
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 …
2
votes

In-line CSS IE hack

Without arguing for or against CSS hacks, personally if I needed to do something like that, I would prefer to use a conditional comment: <!--[if lt IE 7]> <style> #blah …
0
votes

HTML Links and Usability

I agree, I don't think that underline should be used for anything that is not a link. There are certain things that need not be underlined. Page navigation, items in menus, prev/next links …
0
votes

Evaluate a css expression only in IE<7 w/out using conditional comments?

This answer may be what you are looking for: http://stackoverflow.com/questions/213309/in-line-css-ie-hack#213458 …
0
votes

what is the best cross browser html WYSIWYG editor ?

A few years ago I found Nvu to be the best one out there. They stopped updating for a while, but it looks like they might be back. …