Applying Wrapper class to <div>..
Posted
by Qutbuddin Kamaal
on Stack Overflow
See other posts from Stack Overflow
or by Qutbuddin Kamaal
Published on 2010-03-15T08:05:42Z
Indexed on
2010/03/15
8:09 UTC
Read the original article
Hit count: 256
hi,
here is my UI design
<div>
<ul>
<li>
<a></a>
</li>
</ul>
</div>
text for anchor will be set on run time..can be of any length and I dnt want text to be get wrap..any idea how can I solve this..actaully I am creating a menu...
© Stack Overflow or respective owner