![]() |
![]() |
![]() |
|||||
![]() |
![]() |
![]() |
![]() |
![]() |
|||
| Welcome
to Tech Support Forum home to more then 136,000 problems solved. Issues
have included: Spyware, Malware, Virus Issues, Windows, Microsoft,
Linux, Networking, Security, Hardware, and Gaming Getting your
problem solved is as easy as: 1. Registering for a free account 2. Asking your question 3. Receiving an answer Registered members: * See fewer ads. * And much more..
|
| Want to know how to post a question? click here | Having problems with spyware and pop-ups? First Steps |
|
|||||||
| Web Design & Programming Discussion of web design, and server-side & client-side scripting |
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 (permalink) |
|
Registered User
Join Date: Feb 2009
Posts: 7
OS: Windows Vista SP1
|
[SOLVED] CSS + Wordpress Alignment Problems
Hey there. I've been working with a wordpress theme to design a blog, and I've encountered a problem:
http://hateeverything.net I can't get my damn Subscribe button to line up properly. This is the code as it appears in the header. Code:
<div id="navigation">
<ul>
<li><a href="<?php bloginfo('url'); ?>">Home</a></li>
<?php wp_list_pages('title_li=' ); ?>
<li><a href="http://hateeverything.net/feed/"><img src="http://hateeverything.net/wp-content/themes/TwiLight/images/subscribe.png"></a></li>
</ul>
</div>
Code:
#navigation {
width:963px;
background: transparent url(images/bg_nav_tile.gif) top repeat-x;
height:48px;
margin-bottom:10px;
font-size: 1.0em;
font-weight:bold;
}
#navigation #searchblock {
width:233px;
height:37px;
background:transparent url(images/bg_nav.gif) top left no-repeat;
float:right;
text-align:left;
padding-top:15px;
padding-left:10px;
}
#navigation ul {
list-style: none;
padding: 0px;
margin: 0px;
}
#navigation li {
display: inline;
margin: 0px;
}
#navigation li a
{
height:32px;
padding-top: 16px;
color: #FFFFFF;
text-align:center;
text-decoration: none;
float: left;
padding-left:20px;
padding-right:20px;
margin-right:1px;
}
#navigation li a:hover {
color: #6cff00;
}
Your help would be appreciated, thanks! |
|
|
|
| Important Information |
|
Join the #1 Tech Support Forum Today - It's Totally Free!
TechSupportForum.com is a leading support website for your computer needs. We offer free, friendly and personalized computer support. Why pay to have your computer fixed when you can do it for free. Join TechSupportforum.com Today - Click Here |
![]() |
| Thread Tools | |
|
|