Tagged Questions

125
votes
67answers
12k views

Why not use tables for layout in HTML?

It seems to be the general opinion that tables should not be used for layout in HTML. Why? I have never (or rarely to be honest) seen good arguments for this. The usual answers are: It's good to …
60
votes
16answers
1k views

Are fluid websites worth making anymore?

Hey guys, I'm making a website now and I am trying to decide if I should make it fluid or not. Fixed width websites are much easier to make and also much easier to make them appear consistent. To be …
51
votes
24answers
5k views

What is the best way to create rounded corners using CSS?

What is the best way to create rounded corners using CSS?
39
votes
11answers
2k views

How would YOU do this: Tables or CSS?

Part I This layout can be done quite simply with 2 HTML tables, one nested inside the other, or even with a single table. It can also be done with CSS, though it might involve a little more …
33
votes
16answers
2k views

What are good resources for CSS templates or templated layout sites?

Does not have to be free, I'm just not a designer and loathe starting from scratch. Any suggestions would be appreciated.
33
votes
9answers
4k views

Google’s Imageless Buttons…

There have been a few articles recently about Google's new imageless buttons: http://stopdesign.com/archive/2009/02/04/recreating-the-button.html http://stopdesign.com/eg/buttons/3.0/code.html …
29
votes
29answers
2k views

What are the best web design sites?

Hello! I just wanted to know what are the best websites about web design? I'm looking for websites about either web design, CSS, Photoshop for the web or web development in general (like new web …
29
votes
15answers
4k views

What is an elegant way to force browsers to reload cached CSS/JS files?

I have noticed that some browsers (in particular, Firefox and Opera) are very zealous in using cached copies of .css and .js files, even between browser sessions. This leads to a problem when you …
29
votes
13answers
2k views

DIV’s vs Tables or CSS vs. Being Stupid

I know that tables are for tabular data, but it's so tempting to use them for layout ... i can handle DIV's to get a three column layout, but when you got 4 nested DIV's, it get tricky. Is there a …
28
votes
12answers
12k views

How to align checkboxes and their labels consistently cross-browsers

This is one of the minor CSS problems that plagues me constantly. How do folks around StackOverflow vertically align checkboxes and their labels consistently cross-browser? Whenever I align them …
28
votes
18answers
5k views

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

Reading on another forum I've came across the world of CSS Frameworks. The one I've been specifically looking at is BluePrint. I was wondering if anyone else had come across CSS frameworks, comment on …
28
votes
10answers
2k views

Is it ok to use a css reset stylesheet?

I'm starting a new web project and I was planning to use a css reset stylesheet to have the same starting point styles in all major browsers. Have you used css resets? Would you recomment it? …
28
votes
21answers
1k views

How do you test layout design across multiple browsers/OSs?

What is a good method for testing website layout designs across multiple browsers and operating systems?
25
votes
26answers
2k views

The best CSS tutorial/site/blog/book.

What would you recommend in this topic. I know basics of CSS but I need to expand my knowledge of CSS. It's always good to use good source.
23
votes
9answers
2k views

What is the difference between visibility:hidden and display:none

Both of these result in the element not being visible. Are these synonyms?

1 2 3 4 5 486 next
15 30 50 per page