http://ghc.ithium.net/epi/
As you can see the text has a big space between it and the menu.
Code:#content { background: #FFFFFF; border: 1px #000000 solid; border-top: 0px; position: absolute; width: 750px; top: 162px; padding: 4px; float: right; } #content .menu_left { background: #FFFFFF; height: 200px; width: 150px; border: 1px #000000 solid; position: relative; top: -15px; left: -75px; float: left; text-align: center; }How can I make the text flow around the menu?Code:<div id='content'> <div class='menu_left'> <ul> <li><a href='#'>Home</a></li> <li><a href='#'>Products</a></li> <li><a href='#'>About Us</a></li> <li><a href='#'>Contact</a></li> </ul> </div> <p>Lorem ipsum dolor ... nulla.</p> </div>







Bookmarks