having a little problem in my css , dont know why in IE the words are under the ads on the left here is an example : NOT WORKING IN IE 6 any ideas ?
adding the width only works for specific size screen i tried adding % instead if fixed px it dident work just perfect in Firefox re-size automatically lol , stupid IE
163 Validation errors, might be a good place to start. Layout that breaks on both large fonts/120dpi systems as well as being not even 1024 friendly. Inlined CSS bloating it out, inlined scripting and loads of .js that doesn't seem to actually be doing anything, Improper use of heading tags like more than one H1 and H3's directly under H1's... Non semantic markup like elements that aren't paragraphs inside paragraph tags, labels not marked up as labels, block level elements inside inline-level ones, and a whole host of wrapping DIV, classes and ID's that shouldn't even be neccessary for such a simple layout. I'm amazed it works in ANY browser.