jquery - hyperlink inside li element -


is there way stretch hyplerlink element size of li element inside

<ul>     <li><a href="#">this link fill li element width , height</a><li> </ul> 

a {display: block; width: 100%;} 

this should it.


Comments

Post a Comment