View Single Post
  #5 (permalink)  
Old 07-03-2009, 01:16 PM
Xfactor's Avatar
Xfactor Xfactor is offline
Regular Babbler
 
Join Date: Dec 2008
Location: SO,IL
Posts: 86
Xfactor has more than the average amount of reputation points
Default

Quote:
Originally Posted by sgtmac66 View Post
Uh....nooooo! Was I supposed to?

I am also having problems with my vertical navbar on the left hand side. I have about the same problem, whereby I cannot get the text to center in the column...Not centering the links, but getting the whole navigation to center in the column.

I'll give your suggestion a whirl
Unless Im mistaken, the browser should automatically center them when using a UL tag. Try copy and pasting this code(if you wish) as an effort to track your problem. No style should be needed for centering.

<div class="Navigation">

<h3>

Accommodations
</h3>
<ul>
<li><a href="#">Navigation Link 1</a></li>
<li><a href="#">Navigation Link 2</a></li>
<li><a href="http://www.sitesell.com/">Navigation Link 3</a></li>
<li><a href="#">Navigation Link 4</a></li>

<li><a href="#">Navigation Link 5</a></li>
</ul>

<h3>
Activities
</h3>
<ul>
<li><a href="#">Navigation Link 6</a></li>
<li><a href="#">Navigation Link 7</a></li>

<li><a href="#">Navigation Link 8</a></li>
<li><a href="#">Navigation Link 9</a></li>
<li><a href="#">Navigation Link 10</a></li>
</ul>
</div>

Alternatively, if your website is live, you can post a link, so we can firebug it.
__________________
X-Factor

Last edited by Xfactor; 07-03-2009 at 01:18 PM.
Reply With Quote