hi all..... see http://www.phonezone.net sidebar is fine in firefox....however in IE7....it drops to the right....under content.....how do i fix this?? any ideas? thanks tony
Those are floating divs, right? If so, do you have a container (aka wrapper) going around it? Make sure it's big enough, otherwise I'm not sure what would cause that problem.
remove adsense code above <!DOCTYPE html PUBLIC HTML: that's what make it look screwy on IE find <body> add the code after the body tag <div style="text-align:center;"> <!-- Your Adsense Code Here --> </div> HTML: