|
||
|
|
|||||||
| Welcome to the Exploding Garrmondo Weiner Interactive Swiss Army Penis. |
|
GFF is a community of gaming and music enthusiasts. We have a team of dedicated moderators, constant member-organized activities, and plenty of custom features, including our unique journal system. If this is your first visit, be sure to check out the FAQ or our GFWiki. You will have to register before you can post. Membership is completely free (and gets rid of the pesky advertisement unit underneath this message).
|
![]() |
|
|
Thread Tools |
Is it possible to have CSS buttons with own background?
Hi guys.
Are there any CSS experts in here? I'm curious about CSS buttons. 1. If I have a JPG image, can it be the default image for all buttons? Now for a more complicated question. 2. If my image contains 3 parts, X Y Z, is it still possible to use CSS? X and Z will be the same for all buttons. Y is the dynamic part which will be expanded (dependent on how long the button is). ![]() Also, does anybody know what font the default Macromedia is using? It only says "size 2, 3, 5, +1, +2" etc.. Here is a picture: ![]() Hope you guys understand. Thanks Jam it back in, in the dark.
Last edited by gaming; May 24, 2006 at 01:13 PM.
|
Hmmm...
The code goes in the CSS file right? Code:
<div class="button"> <p style="display: inline; background: url(left.jpg) no-repeat;"></p> <p style="display: inline; background: url(repeat.jpg) repeat-y;">Content</p> <p style="display: inline; background: url(right.jpg) no-repeat;"></p> </div> There's nowhere I can't reach.
Last edited by gaming; May 25, 2006 at 04:25 AM.
|