PDA

View Full Version : IPB Like button style?


DPSR
01-05-2007, 09:41 AM
Any body know how to make vbulletin buttons look like invision power board? (flat buttons)

Ipb button (flat)--
http://img101.imageshack.us/img101/4742/untitledgf9.png

vBulletin buttons --
http://img101.imageshack.us/img101/6827/untitled2rv0.png

Thanks in advance
:knockedout:

RedTyger
01-05-2007, 10:17 AM
Add to your css:

.button {
border:1px solid #555;
background:#fff;
}

Add to your button code class="button" (In vBulletin the class should already be there, in which case edit the existing .button CSS.

DPSR
01-05-2007, 10:51 AM
Cool, thanks Tyger :)