Hey everyone, im working on a new layout for my site, and I seem to be having quite a few problems. I havent really worked with CSS and HTML for a while, so I could use your help. The website is http://www.newtuts.com. Below are some of the problems I am having, please post any solutions you have. 1. Navigation images dont align perfectly with the background. 2. Search box needs to be next to the navigation images. 3. There should not be a gap between the tutorial name and the rest of the tutorial information. Thanks for all your help!
1. There's no syntax float:center, change to float:left .column_middle { float:left; width:655px; text-align:left; } 2. Remove height property in header_navigation .header_navigation { background-image:url(images/2.0/nav_background.gif); background-repeat:repeat-x; }