Tagged Questions

32
votes
7answers
33k views

100% Min Height CSS layout

What's the best way to make an element of 100% minimum height across a wide range of browsers ? In particular if you have a layout with a header and footer of fixed height how do you make the middle ...
9
votes
7answers
218 views

Why is using DIVs or spans tags “better” than using a table layout? [closed]

Possible Duplicate: Why not use tables for layout in HTML? Why is using markup with divs defining everything (container, header, content, etc) BETTER than using tables? I understand that ...
5
votes
2answers
116 views

Does HTML and CSS needs to be valid before we apply JavaScript?

I was thinking about Web standards, and i was wondering if we need to have valid HTML and CSS before we apply JavaScript? Can anyone enlighten me on the relation between valid HTML, CSS and ...
1
vote
2answers
105 views

Correct way to leave empty elements in xhtml?

I've been experimenting with xhtml and now I'm wondering that is there a valid/correct way to add empty elements. Short question, but here's the two ways I've been using: <div> </div> ...
0
votes
3answers
163 views

Why isn't this XHTML valid?

Why isn't this XHTML valid? The HTML: <h2>earthquake warning <span>Posted 03/11/2009 at 2.05pm</span></h2> The CSS: h2 { font: bold 20px Arial, "Helvetica Neue", ...