- Posts: 120
- Thank you received: 0
Typography: H3 different sizes in IE 8 or FFox8
-
elanna
Inactive member -
Topic Author
- Member
-
Less
More
13 years 4 months ago - 13 years 4 months ago #13092
by elanna
Typography: H3 different sizes in IE 8 or FFox8 was created by elanna
I noticed a big difference between Font Sizes using IE-8 or FFox-8
look at the sample images attached to see how the appear in each browser...
Can we do anything in layout.CC or template_css.css to minimize this big differences?
look at the sample images attached to see how the appear in each browser...
Can we do anything in layout.CC or template_css.css to minimize this big differences?
Last edit: 13 years 4 months ago by elanna.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 4 months ago #13106
by ivan.milic
Replied by ivan.milic on topic Re: Typography: H3 different sizes in IE 8 or FFox8
then add implicit definitions like this to the bottom of template_css.css:
h1{
font-size:18px;
}
h2{
font-size:16px;
}
h3{
font-size:14px;
}
....
h1{
font-size:18px;
}
h2{
font-size:16px;
}
h3{
font-size:14px;
}
....
Please Log in to join the conversation.
Time to create page: 0.151 seconds