tell me everything wrong with the homepage

liunx

Guest
Mainly CSS-wise, but all suggestions are welcome. (<!-- m --><a class="postlink" href="http://buildingboom.com/beta/">http://buildingboom.com/beta/</a><!-- m -->)

One strange thing I've noticed is that sometimes in IE, some of the text wont display. It's there, but it's invisible unless you highlight it.


I've seen it happen in IE version 6.0.2800.1106

(I think it's IE version 6 w/o SP1, not sure though...)

It's always with all the text in the main body of the page, except for the lists on the bottom...No reason to set a cookie when I visit the home page.

Menu is a list of links.

Presentational images (i.e. menu item dividers) should be part of CSS (background property)

Do not set font size in pixels - there are still IE users out there.

No need to use JS to make a button out of link - even IE understands it: <!-- w --><a class="postlink" href="http://www.vladdy.net/Demos/submitstyling.html">www.vladdy.net/Demos/submitstyling.html</a><!-- w -->

Ever heard of <h> elements?

Ever heard of <label> element?

Half the <div> tags on page are not needed.
 
Back
Top