Not sure why but my site is not showing right in IE 7 http://fredericksburgbusinesses.com/index.php On the right side you can see the right hand menus are all at the bottom of the screen on the right side and not alongside the content. But, if you click any other menu item it all shows up correctly. Not sure what exactly I need to change on it. Any help appreciated.
Hi, try making the advertisement window that you have just under the listing a bit smaller. This may be causing the right side to wrap. flippa, I reported you as a spammer
Take a look in your CSS and find this line: #content { clear:both; width:100%; } Code (markup): remove the "width: 100%" line so that that it looks like this: #content { clear:both; } Code (markup):
You should also download ietester so whenever you design a website you can see how it looks in all versions of Internet exploer