0
votes
Create a variable in .CSS file for use within that .CSS file
See: Why “variables” in CSS are harmful.
…
5
votes
Underused Features of HTML
The word "element" is underused, even the HTML 4.01 specification states this:
Element …
1
vote
How to turn a very long column into multiple shorter ones?
Ignoring:
Also be sure to keep related items in the same column (ie. if dt 7 is col x, so should dd 7).
one possible solution could be …
1
vote
How to test websites in IE 6 when running Windows 7?
I think IE6 and IE7 Running on a Single Machine is the recommended way.
…
1
vote
Accessibility (WCAG 2.0) do we NEED labels in table cells
As you stated in the comments: yes, a title attribute should be enough. In H65 (and maybe others) under Resources there is a link to a (very!) useful article about forms and WCAG 2 cal …
