Go back to previous page
Forum URL: http://www.dombom.com/cgi-bin/dcforum/dcboard.cgi
Forum Name: Tuelz
Topic ID: 12
Message ID: 10
#10, RE: Backerz Tuel
Posted by Poker on Apr-18-05 at 08:55 PM
In response to message #9
Make Backerz Buttons!

Here's some css code to make your backerz links look like buttons:

<style type="text/css">
<!--
#xx a {border:1px solid #ccc;background-color:#ececec;padding:1px;}
#xx a:hover {background-color:#ccccff;border:1px solid #ccc;}
-->
</style>

Then on your page you would have:

<div id="xx"> <!-- backerz links --></div>

Any link after the first div tag will have 1px solid border with a lite gray background with 1px of padding around the inside text.

Instead of "||" I use a   between the two.

Just a little trick/formatting thingy.

Chris