Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

CSS Forum


You are currently viewing our CSS Forum as a guest. Please register to participate.
Login



Reply
Issue with alignment when adding unicode shape
Old 10-18-2011, 03:53 PM Issue with alignment when adding unicode shape
Average Talker

Posts: 16
Name: Jen Starbuck
Trades: 0
I'm sure this is the world's easiest fix, but I cannot figure out how to keep the text in my menu aligned together after adding ▾ to the end of some of the menu titles. For example, "Home" and "Properties" are higher than the items with the downward arrow. "Contact," although it doesn't have an arrow, is last and seems to be in line. How do I make them all vertically even?

The html from the index.html file is http://starbuckrealtygroup.com/index.html:

<div class="menu">
<div class="links">
<ul id="nav">
<li>
<a href="../index.html">Home</a>
</li>

<li>
<a href="#">Property Search</a>
</li>

<li>
<a href="#">Buyers ▾</a>
<ul>
<li><a href="#">1st Time Homebuyers</a></li>
<li><a href="#">Investors</a></li>
<li><a href="#">Lending</a></li>
<li><a href="#">The Process</a></li>
<li><a href="#">Relocating to Denver</a></li>
</ul>
</li>

<li>
<a href="#">Sellers ▾</a>
<ul>
<li><a href="#">The Process</a></li>
<li><a href="#">What's my home worth?</a></li>
<li><a href="#">Preparing House to Show</a></li>
</ul>
</li>

<li>
<a href="#">Learning Center ▾</a>
<ul>
<li><a href="#">Market Information</a></li>
<li><a href="#">Calculators</a></li>
<li><a href="#">Real Estate News</a></li>
<li><a href="#">Tips</a></li>
</ul>
</li>

<li>
<a href="#">About Denver ▾</a>
<ul>
<li><a href="#">General Information</a></li>
<li><a href="#">Neighborhoods</a></li>
<li><a href="#">Suburbs</a></li>
<li><a href="#">Relocating to Denver</a></li>
<li><a href="#">Arts, Culture, & Entertainment</a></li>
<li><a href="#">Country Clubs & Golfing</a></li>
<li><a href="#">Dining</a></li>
<li><a href="#">Recreation</a></li>
<li><a href="#">Schools</a></li>
<li><a href="#">Shopping</a></li>
<li><a href="#">Spas</a></li>
<li><a href="#">Sports Teams</a></li>
<li><a href="#"></a></li>
</ul>
</li>

<li>
<a href="#">About Us ▾</a>
<ul>
<li><a href="#">Our Company</a></li>
<li><a href="#">Our Team</a></li>
<li><a href="#">Our Services</a></li>
</ul>
</li>

<li>
<a href="../contact.html">Contact</a>
</li>
</ul>
</div><!-- links -->
</div><!-- menu -->
jstarbuck is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 10-18-2011, 04:23 PM Re: Issue with alignment when adding unicode shape
lizciz's Avatar
Super Spam Talker

Posts: 807
Name: Mattias Nordahl
Location: Sweden
Trades: 0
It looks alright for me, viewed in Chrome. Although the issue can probably be fixed by setting a vertical alignment. I'd try to set it to middle.
__________________
Your answers will only be as good as your question. Formulate it well and give all the necessary information.
lizciz is online now
Reply With Quote
View Public Profile Visit lizciz's homepage!
 
Old 10-18-2011, 04:42 PM Re: Issue with alignment when adding unicode shape
Average Talker

Posts: 16
Name: Jen Starbuck
Trades: 0
Hmm.... in Chrome it doesn't show up aligned vertically for me. I've tried adjusting the vertical alignment, but am either doing it in the wrong place or it doesn't work for me. :-(
jstarbuck is offline
Reply With Quote
View Public Profile
 
Old 10-20-2011, 03:56 AM Re: Issue with alignment when adding unicode shape
Novice Talker

Posts: 10
Name: Umar Bukhari
Location: Pakistan
Trades: 0
I m sure that it will be solved by using line-height property in css

Code:
a {line-height:(height of the li in pixel);}
angelsdev is offline
Reply With Quote
View Public Profile Visit angelsdev's homepage!
 
Old 10-22-2011, 04:10 PM Re: Issue with alignment when adding unicode shape
Average Talker

Posts: 16
Name: Jen Starbuck
Trades: 0
That did the trick! Thanks so much!!!
jstarbuck is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Issue with alignment when adding unicode shape
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.76800 seconds with 12 queries