top



Round with image - Category 9ggl5quriq1sm0d9avfp

how to have a round-category with an image? only with CSS

Impatient Impatient

If you are using PHPBB3 there is already image for rounded corners (:

i use punBB
and i want to do it with css! Happy

Only CSS xD arrh okay..
try this in your CSS:

Code:
.pun table.table {
   border-radius: 5px;
        -moz-border-radius: 5px;
        -webkt-border-radius: 5px;
   }

and for the image?

I don't think its possible (: but i will try later..

ok solved

Topic Solved & Locked.