i have some problem with this page http://work.hostbreak.com/sws/stage3/David_Radler_49_0.html if you open it in IE its looks good, but if you open it in FF it takes left bar more towords bottom any solution please! Thanks
http://validator.w3.org/check?uri=http://work.hostbreak.com/sws/stage3/David_Radler_49_0.html Start there, get it to validate, and then come back. Also, you're mixing divs and tables together. Pick one or the other (divs preferably) for your layout, but not both. It just gets too confusing.
You need to first let the browsers know what kind of site they are looking at. It doesn't know what it is seeing, so it does its best guess. If you place: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> before your <html> tag. THis is probably your best bet. Then you will have a fair chance of running it through the validator as mentioned before. Hope this helps!