Jump to content

CSS not working in IE


biggieuk

Recommended Posts

Hi all,

 

I have some CSS code that works correctly in Firefox but not IE. A debug tells me that there are a couple of properties that are unsupported such as:

 

  • border-spacing
  • 'transparent'

 

My CSS code is here:

 

<style type="text/css">
hr.pme-hr		     {
border: 0px solid;
padding: 0px;
margin: 0px;
border-top-width: 1px;
height: 1px;
background-color: #FFFFFF;
font-family: Verdana;
font-size: small;
color: #FFFFFF;
}
table.pme-main 	     {
border: 1px solid #0099FF;
border-collapse: collapse;
border-spacing: 0px;
width: 100%;
background-color: #FFFFFF;
color: #000000;
font-family: Verdana;
font-size: small;
}
table.pme-navigation {
border: 0px solid #0099FF;
border-collapse: collapse;
border-spacing: 0px;
width: 100%;
color: #000000;
background-color: #F0EEED;
font-family: Verdana;
font-size: small;
}
td.pme-navigation-0, td.pme-navigation-1 {
white-space: nowrap;
background-color: #F0EEED;
}
th.pme-header	     {
border: 1px solid #0066FF;
padding: 4px;
color: #000000;
background-color: #A3C1D3;
}
td.pme-key-0, td.pme-value-0, td.pme-help-0, td.pme-navigation-0, td.pme-cell-0,
td.pme-key-1, td.pme-value-1, td.pme-help-0, td.pme-navigation-1, td.pme-cell-1,
td.pme-sortinfo, td.pme-filter { border: #004d9c 1px solid; padding: 3px; }
td.pme-buttons {
text-align: left;
color: #FFFFFF;
background-color: #F0EEED;
}
td.pme-message { text-align: center; }
td.pme-stats   {
text-align: right;
font-family: Verdana;
font-size: small;
color: #000000;
}
.style1 {
font-family: Verdana;
font-size: small;
color: #000000;
}
</style>

 

Does anybody know how i can change this CSS to be compatiable with IE?

 

Help is greatly appreciated!

 

thanks

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.