PDA

View Full Version : How can I get this border?


Freebord
09-04-2012, 05:02 PM
I am trying to have one border around the forum categories while not having borders around the individual forum rows, anyone know how to achieve this. In the picture posted I have the shadow style turned on to show what I'm trying to accomplish only with it being connected.

Any help would be greatly appreciated
https://vborg.vbsupport.ru/external/2012/09/48.png

hazem_aliraqi
09-05-2012, 07:30 AM
.forumbit_post .forumrow, .forumbit_nopost .forumhead, .forumbit_nopost .forumrow, .forumbit_post .forumhead, .forumbits .forumhead {
border: 1px solid #00FEFE;
}




.forumhead + .childforum .L2:first-child .forumrow, .forumhead + .L2 .forumrow {
border: 1px solid #00FEFE;
}



use this code CSS

Freebord
09-05-2012, 03:41 PM
Thank you very much!

hazem_aliraqi
09-05-2012, 04:28 PM
you welcome