Jump to content

CSS line/box help


extrovertive

Recommended Posts

[code]
<style type="text/css">
A.buttonlg
{
background:#E0DFE3;
width:70px;
font-family:Tahoma;
font-size:8pt;
padding:2px;
margin-left:2px;
margin-right:2px;
border-top:1px solid #E5E4E8;
border-left:1px solid #E5E4E8;
border-bottom:1px solid #6699CC;
border-right:1px solid #6699CC;
color: #0066CC;
line-height:1em;
text-align:center;
position: relative;
}
</style>
[/code]

[code]
<a href="#" class="buttonlg">Britnie Addins</a>
[/code]

On Firefox, the name in the link is in one line. However, on IE, it's the name is on two different lines. How do I alter the CSS so that it spans one line only in IE?
Link to comment
https://forums.phpfreaks.com/topic/35167-css-linebox-help/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.