html - Text on top of lines -


i trying text show above horizontal lines. try might text show underneath.

here code http://jsfiddle.net/mrchin/utsxz/

can see need do? i've done layout in flash , still learning css. appreciated.

positioning text relatively seems work:

#txt_projects {    position: relative;    } 

Comments