Hi,

I have some buttons, but when the text  is increased it escapes from the div. 
Is there any way to force text wrapping?

.rollover a {
display:block;
width: 80px;
height:80px;
word-wrap:break-word;
color:#333;
background: url(../images/home.png) 0 0 no-repeat;
text-decoration: none;
float:left;


}
.rollover a:hover { 
background-position: -97px 0px;
color: #049;

}
.rollover a:active {
background-position: 0 -70px;
color:#fff;
}


the html


  <div class="rollover">

<a href="#">home</a>
<a href="#">news</a>
<a href="#">solutions</a>
<a href="#"></a>
</div>


</div>
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to