UCPChar
06-09-2010, 05:30 PM
Hello,
I've been learning as I go with HTML and CSS, and I've been asked to make a few changes on our webpage for work. I am trying to make the side navigation links float with you when you scroll. I can't seem to amend the existing code with any of the codes I've found in books and online for floating a navigation menu. So I am thinking I have to completely re-code it. If that is the case instead of just the standard plain links it has, I'd like to make the menu look nice with buttons and have it float up and down on the side of the page.
This is the original code that is there:
<tr>
<th scope="col" bgcolor="#acacac" valign="top" width="25%">
<p style="text-align: left;" class="style2"><a href="index.html" title="Home">Home</a></p>
<p style="text-align: left;" class="style2"><a href="locations.html" title="Location">Locations</a></p>
<p style="text-align: left;" class="style2"><a href="line_card.html" title="Line Card">Line Card</a></p>
<p style="text-align: left;" class="style2"><a href="specials.html" title="Specials">Specials</a></p>
<p style="text-align: left;" class="style2"><a href="contact_us.html" title="Contact Us">Contact Us</a></p>
<p style="text-align: left;" class="style2"><a href="http://epartconnection.com/" title="Online_Catalog">Online Ordering</a></p>
<p class="style2"><a href="http://epartconnection.com/"><img src="pictures/Epart.jpg" alt="Online_Catalog" longdesc="http://epartconnection.com/" width="172" height="67" /></a></p>
</th>
I've been learning as I go with HTML and CSS, and I've been asked to make a few changes on our webpage for work. I am trying to make the side navigation links float with you when you scroll. I can't seem to amend the existing code with any of the codes I've found in books and online for floating a navigation menu. So I am thinking I have to completely re-code it. If that is the case instead of just the standard plain links it has, I'd like to make the menu look nice with buttons and have it float up and down on the side of the page.
This is the original code that is there:
<tr>
<th scope="col" bgcolor="#acacac" valign="top" width="25%">
<p style="text-align: left;" class="style2"><a href="index.html" title="Home">Home</a></p>
<p style="text-align: left;" class="style2"><a href="locations.html" title="Location">Locations</a></p>
<p style="text-align: left;" class="style2"><a href="line_card.html" title="Line Card">Line Card</a></p>
<p style="text-align: left;" class="style2"><a href="specials.html" title="Specials">Specials</a></p>
<p style="text-align: left;" class="style2"><a href="contact_us.html" title="Contact Us">Contact Us</a></p>
<p style="text-align: left;" class="style2"><a href="http://epartconnection.com/" title="Online_Catalog">Online Ordering</a></p>
<p class="style2"><a href="http://epartconnection.com/"><img src="pictures/Epart.jpg" alt="Online_Catalog" longdesc="http://epartconnection.com/" width="172" height="67" /></a></p>
</th>