Search Results

1
vote

What is the best CSS Framework and are they worth the effort?

I believe CSS is about simplicity. The goal is to have one or two places to check when you're referencing between the HTML and your stylesheet. Adding more lines, and especially lines that you did …
0
votes

Should I avoid using “text-align: justify;”?

Firstly, this is purely a design-related problem and solution. The design of your grid specifies if justifying text is needed. I think justify align alone has no major effect on usability. Bad typ …
0
votes

What is a good CSS strategy?

My solution, amidst plenty: base.css / reset.css: your foundation {base layout, type, color} -- 100% reusability helper.css: basic layout ru …
0
votes

Having problems with grabbing image dimensions with jQuery

http://stackoverflow.com/questions/318630/get-real-image-width-and-height-with-j …