Archive for November, 2007

no onClick in strict XHTML

Nov 08, 2007 in html

All elements and attributes must be in lower case in XHTML.

Write it as onclick and you should find it validates.

Border disapears in ie6?

Nov 05, 2007 in html

Make sure you use a relative position on your bordered div.

That should be it!