I'm adding a border around a div tag. The div tag is a specified width. In IE the border works fine, that is, it wraps around the full 150px width. But in FF the border wraps around the text, making it variable. Why is this?
Here is my CSS code.
Here is my CSS code.
Code:
.collectionsmenu2
{
width:150px;
padding:5px;
font-size:8pt;
border: 1px solid black
}