I am still under the customization stage of my website and need a little help.
I have the site at 100% expanding capability, and would like the nav bar to be the same with an image at the left and a repeating background image and an image to the right, like caps, so as to get the effect of rounded ends.
I have done this with tables in my older site (OscMax) and would like to be able to do it with <div> tags an CSS only.
example of old code from my mainpage template file:
Is there an easy way to accomplish this, if not could you inform me in detail on the technique to get this done.Code:<table cellpadding="0" cellspacing="0" border="0" width="100%"> <tr> <td width="5"><img src="../images/navbar/nvbr_left_edge.jpg" width="10" height="31" border="0"></td> <td align="center" background="../images/navbar/nvbr_bg.jpg" width="100%"> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td width="15%" nowrap> <form method="post" action="http://www.yoursitehere.com/newsletter/lists/?p=subscribe" name="subscribeform" target = "_self"> <input type="text" size="10" maxLength=255 name="email" value = "Email Address" onFocus=doClear(this)> <input type="hidden" name="list[2]" value=signup /> <input type=submit name="subscribe" value="Subscribe" onClick="return checkform();" > </form> </td> <td align=center nowrap> <p align="center"> <span class="navbarNav"> <a href="../../namehere.html">Title</a> | <a href="../../namehere.html">Title</a> | <a href="../../namehere.html">Title</a> | <a href="../../namehere.html">Title</a> | <a href="../../namehere.html">Title</a> | <a href="../../namehere.html">Title</a> | <a href="../../namehere.html">Title</a><font color="red"> Specials!</font></a> </span> </p> </td> <td align="right" valign="middle" width="15%" nowrap><FORM name=quick_find action="advanced_search_result.php" method=get><INPUT value="Keyword(s)" size="10" maxLength=255 name=keywords onFocus=doClear(this)> <INPUT value="Search" type="submit"></FORM></td> </tr> </table> </td> <td width="5"> <img src="../images/navbar/nvbr_right_edge.jpg" width="10" height="31" border="0"></td> </tr> </table>
Thanks you,
Hickaway




