
3 Columns of DIVs (I think this one stumps all CSS newbies.) Help?
Here's everything I have in my body.
<body> <div id="wrap"> <div id="header"> <img id="logo" src="images/logo.png" alt="Logo"> <ul> <li><a href="contact.html">Contact</a></li> <li><a href="about.html">About</a></li> <li><a href="services.html">Services</a></li> <li><a href="index.html">Home</a></li> </ul> </div> <div id="left"> <h3>Feature One</h3> </div> <div id="right"> <h3>Feature Three</h3> </div> <div id="mid"> <h3>Feature Two</h3> </div> </div> </body>
And here's my CSS for the three DIVs that I'm trying to get to line up.
#left { width: 300px; float: left; clear: none; position: absolute; } #right { width: 300px; float: right; } #mid { width: 300px; padding: 10px; margin: 0 150px; }
The 2nd Amendment, 1789 - The Original Homeland Security.
Gun control means never having to say, "I missed you."