Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > Torrent Strike
Reply
  #1  
Old 17th May 2012, 15:12
HUnter83 HUnter83 is offline
Senior Member
 
Join Date: Aug 2010
United Kingdom
Posts: 46
Default Css
Click the image to open in full size.

can anyone tell me how to center this text in css so its got the same pixels top and bottom so its right in the middle here is whats in my css for this text

a.meny-l:link, a.meny-l:hover, a.meny-l:visited, a.meny-l:active {
font-size:12px;
color:#000000;
font-weight:bold;
text-decoration:none;
float:none;
margin:7px 0px 0px 20px;
}


stdhead.php

Code:
<?if($CURUSER) {?>
<a href="index.php" class="meny-l">Home</a>
<a href="browse.php" class="meny-l">Browse</a>
<a href="forums.php" class="meny-l">Forums</a>
<a href="upload.php" class="meny-l">Upload</a>
<a href="topten.php" class="meny-l">Top10</a>
<a href="rules.php" class="meny-l">Rules</a>
<a href="faq.php" class="meny-l">FAQ</a>
<a href="staff.php" class="meny-l">Staff</a>
<?}?>
Bump: anyone ?
Reply With Quote
  #2  
Old 18th May 2012, 00:56
BitFarmer's Avatar
BitFarmer BitFarmer is offline
Senior Member
 
Join Date: Jan 2012
Latvia
Posts: 99
Default
soo many ways
Code:
line-height:10px;
vertical-align:middle;
then there is padding
plus menu's usualy get consrtucted like this
<div><ul>
<li><a>menu</a></li>
</ul></div>
Reply With Quote
Reply

Tags
css

Thread Tools

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

Forum Jump



All times are GMT +2. The time now is 16:35. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.