Sorry guys im old school and used to making everything with tables. Im working on trying to learn how to make everything with div and css. http://www.mindimage.net/projects/dantooker/ this is the site im working on and i can't for the life of me figure out where those spaces between those images in the top nav are coming from. Could anyone please help me? thanks
this is a HTML mistake. try <div id="top_nav"> <img id="navleft" alt="Dan Tooker Left Nav" src="images/dtnavleft.gif"/><img id="home" alt="Dan Tooker Home" src="images/home-on.gif"/><img id="bio" alt="Dan Tooker Bio" src="images/bio-on.gif"/><img id="contests" alt="Dan Tooker Contests" src="images/contests-on.gif"/><img id="contact" alt="Dan Tooker Contact" src="images/contact-on.gif"/><img id="gallery" alt="Dan Tooker Gallery" src="images/gallery-on.gif"/><img id="show" alt="Dan Tooker Show Guests" src="images/show-on.gif"/><img id="navright" alt="Dan Tooker Right Nav" src="images/dt_24.gif"/> </div> if you want css design, please use <li> dont slice image and put text as link TRY TO SEARCH "CSS Menu Tutorial" and learn how to do.