Hi,
Can anyone tell me how to create this sort of box? I know inside is a facebook API, I will do that but how about the box? Thanks.
http://i55.tinypic.com/mwz02s.png
Hi,
Can anyone tell me how to create this sort of box? I know inside is a facebook API, I will do that but how about the box? Thanks.
http://i55.tinypic.com/mwz02s.png
Code:.fb { width: 100%; height: 35px; line-height: 35px; border: 1px solid #ECF5FA; border-bottom: 5px solid #DEEEF5; border-radius: 3px; position: relative; } .fb:after { content: ""; position: absolute; right: 0; left: 0; bottom: -6px; height: 1px; background: #ECF5FA; }Code:<div class="fb">FB API</div>
Jeremy | jfein.net
bbilal (05-30-2011)
Thank you so much :/
Bookmarks