Various things that aren't standard in layouts/CSS:
- Title tags - alt tags don't work in Firefox
- CSS stylesheet - styles could be tidied
- Uncleared floats on elements such as fragments/New products/Best sellers images
- Fixed height for header - a larger logo messes up the layout
- Font sizes - px using Internet Explorer can't increase font size could be accessible such as em
- Alt tags - Empty alt tags alt=" " should be alt=""
- CSS - Two stylesheets plus styles in the header can be in one CSS file
- Empty tags - Various emtpy tags such as if HeaderFooter is not used it adds <div align="center"><p></p></div>
- Accessibility - Areas that don't meet accessiblilty guidelines including search box, tables, forms etc
Comment