Jump to content

Vertical Align Problem


cavey5

Recommended Posts

I did  a search on vertical-align: middle; and read every post to no avail. In the image below you will see that my icons in front of each name have the text aligned to the bottom of each <div> area. I'd like them centered vertically with the image and have tried everything I can think of. Any ideas?

 

CSS Code:

.subnav4 li a {
background: #222;	
color: #ffffff;
display: block;
padding: 7px 0 1px 8px;
margin: 0 auto;
width: 148px;
height: 35px;
text-decoration: none;	
vertical-align: middle;
}

 

HTML Code:

<div class="subnav4">
  <ul>
  <li><a href="http://crawlmag.com/blogs/alexgauthier/"><img src="blogs/icons/2.png" />  Alex Gauthier</a></li>
  <li><a href="http://www.crawlmag.com/alex"><img src="blogs/icons/2.png" />  Brandon Foster</a></li>
  <li><a href="http://www.crawlmag.com/alex"><img src="blogs/icons/2.png" />  Justin Lucero</a></li>
  <li><a href="http://www.crawlmag.com/alex"><img src="blogs/icons/2.png" />  Tim Piele</a></li>
  <li><a href="http://www.crawlmag.com/alex"><img src="blogs/icons/2.png" />  Tom Clark</a></li>
  </ul> 
</div>

 

Screenshot:

screen.jpg

Link to comment
Share on other sites

I think it would also work like :

 

<div class="subnav4">
  <ul class="subnav4">
  <li><a href="http://crawlmag.com/blogs/alexgauthier/"><img src="blogs/icons/2.png" />  Alex Gauthier</a></li>
  <li><a href="http://www.crawlmag.com/alex"><img src="blogs/icons/2.png" />  Brandon Foster</a></li>
  <li><a href="http://www.crawlmag.com/alex"><img src="blogs/icons/2.png" />  Justin Lucero</a></li>
  <li><a href="http://www.crawlmag.com/alex"><img src="blogs/icons/2.png" />  Tim Piele</a></li>
  <li><a href="http://www.crawlmag.com/alex"><img src="blogs/icons/2.png" />  Tom Clark</a></li>
  </ul> 
</div>

 

or if that doesnt work apply the class to each <li>

 

<li class="subnav4">

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.