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

Popular posts from this blog

javascript - Iterate over array and calculate average values of array-parts -

iphone - Using nested NSDictionary with Picker -

objective c - Newbie question -multiple parameters -