Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Text getting cut off in IE

Text getting cut off in IE

Locked

Views: 2,996

Results 1 to 5 of 5
This thread is locked. New replies are disabled.
18 Jul 2007, 6:06 PM
#2
Kim avatar

Kim

Obaa-san

Join Date:
Jun 2003
Location:
West Coast, North America
Posts:
26,611
Plugin Contributions:
0

Re: Text getting cut off in IE

Hhhmmm another Template Monster template with a problem ... the CSS for the page heading is probably the culprit.

18 Jul 2007, 6:10 PM
#3
jake74 avatar

jake74

New Zenner

Join Date:
May 2007
Posts:
24
Plugin Contributions:
0

Re: Text getting cut off in IE

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;
}
18 Jul 2007, 6:16 PM
#4
jake74 avatar

jake74

New Zenner

Join Date:
May 2007
Posts:
24
Plugin Contributions:
0

Re: Text getting cut off in IE

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

18 Jul 2007, 7:11 PM
#5
jake74 avatar

jake74

New Zenner

Join Date:
May 2007
Posts:
24
Plugin Contributions:
0

Re: Text getting cut off in IE

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