I need to put a anchor inside my li, using the same space as if it was just one element. Actually, I want to build this screen: http://postimage.org/image/w2q9ei21r/
I already have a code I just started, but I had some problems because the anchor is not occuping the same space of li. I appreciate any help.
http://jsfiddle.net/Br9Km/2/
I need to put a anchor inside my li, using the same space as
Share
You can achieve what’s being presented on your image with this structure:
See this working Fiddle example for having the visitor clicking
over the month name!
On this print-screen, you can see the mouse over the “Fevereiro” month.
CSS
See this working Fiddle example for having the visitor clicking
on the month name and correspondent arrow!
On this print-screen, you can see the mouse over the “Fevereiro” month.
CSS