html - Div tag borders -



html - Div tag borders -

me , mate working on html app similar similar ipad twitter app.

http://www.iampersandi.com/wp-content/uploads/2010/04/photo3.png

i wondering how created feint lines seperate dark gray user boxes.

i have resizeable div, each user having it's own div within (eg chris purillo , jeff pulver in separate divs within big resizeable div).

is feint line separating them clever truck using background colors css3 or there improve way create this?

you seek doing:

border-top:1px solid #46464f; border-bottom:1px solid #282832;

html css background-color

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

intellij idea - Update external libraries with intelij and java -

javascript - send data from a new window to previous window in php -