overlapping div tag in css
I was wondering if anyone can assist me on obtaining a look like : http://www.groupon.com/los-angeles/ where they have th开发者_JAVA技巧at price tag overlapping the border. How do I accomplish something like this?
You need to absolute position one on the other.
See Demo Here: http://jsfiddle.net/Zsg8c/
精彩评论