TheGreatOne
08-31-2009, 09:02 PM
Hi guys can anyone take a quick look at my code and suggest what changes i need to make so that firefox and internet explorer will look similar
Ive attached what it looks like in both web browsers. The main problem is that it over flows the box in IE. Can anyone suggest something to try?
My CSS
div.jr_listings_mod {
width:170px;
}
div.jr_listings_mod .contentIndicators {
display: none;
}
div.jr_listings_mod .contentThumbnail {
width:170px;
}
div.jr_listings_mod .contentThumbnail img {
border: 1px solid #000000;
height: 100px;
width: 100px;
}
div.jr_listings_mod .listItem table{
width:auto;
background-color: #FF0000;
}
div.jr_listings_mod .listItem .column1 {
float:left;
width:150px;
text-align: center;
}
div.jr_listings_mod .listItem .column2 {
float:left;
width:150px;
text-align: center;
}
div.jr_listings_mod .listItem .rating_table {
margin-right: auto;
margin-left: auto;
padding-left: 5px;
}
div.jr_listings_mod .listItem .rating_table .rating_value{
padding-right:10px;
padding-left:10px;
}
div.jr_listings_mod .listItem .rating_table .rating_label{
display:none;
}
div.jr_listings_mod div.jr_divider {
width:150px;
margin-bottom:10px;
margin-top:10px;
border-bottom-width: 1px;
border-bottom-style: dashed;
border-bottom-color: #CCCCCC;
margin-right: auto;
margin-left: auto;
}
Ive attached what it looks like in both web browsers. The main problem is that it over flows the box in IE. Can anyone suggest something to try?
My CSS
div.jr_listings_mod {
width:170px;
}
div.jr_listings_mod .contentIndicators {
display: none;
}
div.jr_listings_mod .contentThumbnail {
width:170px;
}
div.jr_listings_mod .contentThumbnail img {
border: 1px solid #000000;
height: 100px;
width: 100px;
}
div.jr_listings_mod .listItem table{
width:auto;
background-color: #FF0000;
}
div.jr_listings_mod .listItem .column1 {
float:left;
width:150px;
text-align: center;
}
div.jr_listings_mod .listItem .column2 {
float:left;
width:150px;
text-align: center;
}
div.jr_listings_mod .listItem .rating_table {
margin-right: auto;
margin-left: auto;
padding-left: 5px;
}
div.jr_listings_mod .listItem .rating_table .rating_value{
padding-right:10px;
padding-left:10px;
}
div.jr_listings_mod .listItem .rating_table .rating_label{
display:none;
}
div.jr_listings_mod div.jr_divider {
width:150px;
margin-bottom:10px;
margin-top:10px;
border-bottom-width: 1px;
border-bottom-style: dashed;
border-bottom-color: #CCCCCC;
margin-right: auto;
margin-left: auto;
}