CSS Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me

The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.

Go Back   Dev Shed ForumsWeb DesignCSS Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old October 11th, 2012, 09:50 AM
lelales lelales is offline
Contributing User
Dev Shed Novice (500 - 999 posts)
 
Join Date: Mar 2008
Posts: 601 lelales User rank is Sergeant Major (2000 - 5000 Reputation Level)lelales User rank is Sergeant Major (2000 - 5000 Reputation Level)lelales User rank is Sergeant Major (2000 - 5000 Reputation Level)lelales User rank is Sergeant Major (2000 - 5000 Reputation Level)lelales User rank is Sergeant Major (2000 - 5000 Reputation Level)lelales User rank is Sergeant Major (2000 - 5000 Reputation Level) 
Time spent in forums: 4 Days 40 m 3 sec
Reputation Power: 37
Margin-top for text

Hi, I have a footer with some text. Unfortunately, the text is aligned to the bottom of the footer bar. So, my solution was to add "margin-top:-12px;" to the footer text. This isn't working.

Here's my CSS:
Code:
a.footer{
color:#ffffff;
font-family:arial, helvetica, sans-serif;
font-size:10pt;
text-decoration:none;
padding:0px 4px 2px 4px;
margin-top:-12px;
display:inline
}
a.footer:hover{
color:#89c6e6;
font-family:arial, helvetica, sans-serif;
font-size:10pt;
text-decoration:none;
padding:0px 4px 2px 4px;
margin-top:-12px;
display:inline;
}


and here is the code for my footer:
Code:
<div id="footer">
<img src="images/common/nav/line.gif" />
<span class="footer">&nbsp;&nbsp;&nbsp; © 2007 MaxiFlex LLC &nbsp; &nbsp;&nbsp;</span></div>
<img src="images/common/nav/line.gif" />
&nbsp;&nbsp;&nbsp;<a class="footer" href="http://www.maxiflexllc.com/ControlPanel/">MaxiFlex Webmail</a>&nbsp;&nbsp;&nbsp;</div>
<img src="images/common/nav/line.gif" />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a class="footer" href="http://www.maxiflexllc.com/reps/">MaxiFlex Reps</a>&nbsp;&nbsp;&nbsp;</div>
<img src="images/common/nav/line.gif" />

  <!-- end #footer --></div>


Can anyone see what I'm doing wrong?
thanks!

Reply With Quote
  #2  
Old October 11th, 2012, 11:26 AM
rdoyle720 rdoyle720 is offline
Contributing User
Dev Shed Novice (500 - 999 posts)
 
Join Date: Dec 2003
Posts: 646 rdoyle720 User rank is Major (30000 - 40000 Reputation Level)rdoyle720 User rank is Major (30000 - 40000 Reputation Level)rdoyle720 User rank is Major (30000 - 40000 Reputation Level)rdoyle720 User rank is Major (30000 - 40000 Reputation Level)rdoyle720 User rank is Major (30000 - 40000 Reputation Level)rdoyle720 User rank is Major (30000 - 40000 Reputation Level)rdoyle720 User rank is Major (30000 - 40000 Reputation Level)rdoyle720 User rank is Major (30000 - 40000 Reputation Level)rdoyle720 User rank is Major (30000 - 40000 Reputation Level)rdoyle720 User rank is Major (30000 - 40000 Reputation Level) 
Time spent in forums: 2 Weeks 3 Days 4 h 44 m 24 sec
Reputation Power: 400
The reason the margin isn't working is because you have it set to display: inline. Try display: block, or inline-block.

Other than that, you're not following best practices. You don't need to repeat all your styles for your :hover, just the stuff that's different (i.e. the text color). Using &nbsp; is a bad idea, use padding or margins instead. You seem to be using an image to draw a line. If it's just a plain line, use borders instead.

Reply With Quote
Reply

Viewing: Dev Shed ForumsWeb DesignCSS Help > Margin-top for text

Developer Shed Advertisers and Affiliates



Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 


Powered by: vBulletin Version 3.0.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

© 2003-2013 by Developer Shed. All rights reserved. DS Cluster - Follow our Sitemap