word wrap....
CSS:
--------
/*Top level menu link items style*/
.head ul li a{
display: block;
width: 100px; /*Width of top level menu link items*/
padding: 1px 8px;
border: 1px solid black;
border-left-width: 0;
text-decoration: none;
color: navy;
}
----------------
works fine but if word is too long it shows text in another line...
any css heck to not allow line breaks in <a></a> tag?
thanks in advance.
Rupen Anjaria.:)
------------------
We CAN'T avoid problems, but can solve it.
|