Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~373 People Reached
Favorite Forums
Favorite Tags
Member Avatar for trixma

Hey guys, I'm trying to vertically center-align text on a button but no matter what it always shows up too low. Here's my CSS [CODE].fb8 { background: url(button.png) no-repeat; border: none; outline: none; color: #bbbbbb; height: 22px; width: 105px;}[/CODE] and this is my html: [CODE] <input type="button" value="Login" class="fb8" name="btnLogin" …

Member Avatar for ko ko
0
123
Member Avatar for trixma

Hey guys, I'm trying to make a link appear as white text in all states (idle, hover, visited, click) but for some reason my idle state does not conform to my CSS. Could someone have a look and maybe help me solve the issue? here's my CSS: [CODE]a.nav:link { color: …

Member Avatar for shaya4207
0
250