View Single Post
  #1  
Old 02-25-2009, 10:55 AM
 
rageon75 rageon75 is offline
 

Senior Member
  
Join Date: Feb 2009
Posts: 108
 

Default Need to change text color in IE6

In IE6, in the product details of my page, the text is suppose to be white but it is coming out black. You cannot see the Item Number, Quantity and the Weight. So I added this code to the main.IE6.css file but it did not work?:

#page-container {
height: 100%;
border-left: 0px none;
float: right;
position: relative;
background-color: #000000;
}
.dialog .content {
color: #ffffff;

}
#page-container2 {
float: left;
margin-left: 0px;
position: relative;
height: 620px; /* bottom-expand */
}

What am I doing wrong? Here is the link if you want to see what I'm talking about. Thanking everybody in advance.
__________________
X-Cart Gold 4.2 - 4.3 - 4.4.5 - 4.6 - 4.7
Reply With Quote