is there any way to make my site compatible with every resolution, i'm currently having problems with 800x600 only. some side are overlapping especially the left side with the fixed ads and shoutbox. http://openlite.5gigs.com if need, take a look at my css. http://pastebin.com/697360
The breakage is due to the table and ad widths in the left column. Make #left { float: left; width: 250px; margin-top: 19px; } #content { margin-left: 250px; border- … Code (markup): You might also consider making the right column fixed width, too. cheer, gary