[Nfb-web] anybody here

Bryan Schulz b.schulz at sbcglobal.net
Tue Jun 26 01:51:23 UTC 2012


hi,

still no luck with placing two div blocks side by side.
is it possible to make two div blocks share space horizontally inside a main 
div block?
html:
<body>
<div id="header">
<div id="head-l"> <h2>Navigation</h2>
<ul id="menu">
<li id="menu"><a href="home.html">Home</a></li>
<li id="menu"><a href="tf.html">Top Fuel</a></li>
<li id="menu"><a href="fc.html">Funny Car</a></li>
<li id="menu"><a href="ps.html">Pro Stock</a></li>
<li id="menu"><a href="psb.html">Pro Stock Bike</a></li>
</ul></div>
<div id="head-r">
<h2>Professional NHRA Drag Racing classes</h2><br><br>
click the menu links to view stats and facts about the various drag racing 
cars.
</div>
<div style="clear: both"></div>
</div><br>

<div id="content">
<h3>NHRA stats and information</h3><br><br>
content about the cars will be shown here.</div>

<div id="footer">
<h4>All Rights Reserved, Copyright 2012.</h4></div>
</body>

Bryan Schulz





More information about the NFB-Web mailing list