I've tested my site in all of the newer browsers like Opera, Mozilla, IE7 and Safari and it looks the way that I want it to, but when tested with IE 6, the right side of the site winds up underneath the left <div> What would be the best way to fix this problem? http://www.5thround.com/index.php Thanks in advance for your help...
could be IE6 double margin bug try putting your sidebar in a new div <div style="float:left;display:inline"> ..your sidebar here </div hope that helps
Start by fixing your HTML validaton errors. Changing & to & in your links will knock out the majority of them.