New Zenner
- Join Date:
- May 2007
- Posts:
- 24
- Plugin Contributions:
- 0
Text getting cut off in IE
http://www.ecomgoods.com/lcross/index.php?main_page=index
Anybody know why the text at the top "LCROSS Apparel" is being clipped in IE7?
Jake
Views: 2,996
New Zenner
http://www.ecomgoods.com/lcross/index.php?main_page=index
Anybody know why the text at the top "LCROSS Apparel" is being clipped in IE7?
Jake
Obaa-san
Hhhmmm another Template Monster template with a problem ... the CSS for the page heading is probably the culprit.
New Zenner
Here's the Mozilla CSS:
.page_heading{
margin: 0px;
padding: 0px;
border: 0px;
spacing: 0px;
font-family:Tahoma, Helvetica, sans-serif;
font-size:2.0em;
position:relative;
top:8px;
left:0px;
margin-bottom:14px;
color:#49629e;
float:left;
}
Here is style_ie.css
.page_heading{
font-family:Tahoma, Helvetica, sans-serif;
font-size:2.0em;
position:relative;
top:8px;
left:0px;
color:#49629e;
}
New Zenner
I also tried changing the height of the table cell as well as the div box to no avail. The other objects on the page got pushed down, but the text remained clipped off.
Jake
New Zenner
Fixed,
just changed the padding value to 5px. Had to delete my cache in IE before I saw the change.
The site is looking better in IE now.
Jake
Tell staff why this post should be reviewed.