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

java - How to pass parameters between Request-Scoped Controllers? -

actionscript 3 - Flex: moving a point with rotation doesnt change the point XY? -

ms access - C# - Using OleDbParameter on table name -