|
We will need a css guru to help with the problem of why the div is overlapping when you make your browser window smaller. I am not sure how to fix that and my brain is too tired to think too much tonight! lol!
As for your validation errors...a good start would be to go through the document and make everything lowercase. XHTML requires your tags to be in lowercase. (ie "rowSpan" needs to be "rowspan"). Also, all your self closing tags (ie. the br tag) needs to look like this <br /> for it to be valid xhtml.
|