- Posts: 6745
- Thank you received: 716
Re: font is out whack in internet explorer
-
trey-braid
- Topic Author
- Visitor
14 years 4 months ago #2292
by trey-braid
Replied by trey-braid on topic Re: font is out whack in internet explorer
ok it looks fine... i didnt change any fonts-- just the size,.... what might i have done?
thanks again
trey
thanks again
trey
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
14 years 4 months ago #2294
by milos
Replied by milos on topic Re: font is out whack in internet explorer
You probably didn't enter size correctly. Please paste your CSS here (where you changed fonts).
Please Log in to join the conversation.
-
trey-braid
- Topic Author
- Visitor
14 years 4 months ago #2297
by trey-braid
Replied by trey-braid on topic Re: font is out whack in internet explorer
thanks and here ya go:
#nav > li.active {
border:none;
color:#fff;
background:url(../images/topmenu_active_bg.png) repeat-x bottom;
-moz-border-radius:6px 6px 0 0;
-webkit-border-radius:6px 6px 0 0;
margin:4px 0 0 0;
padding-bottom:10px;
padding-top:7px;
border-radius: 6px 6px 0 0;
behavior: url(templates/hot_sportal/css/PIE.php);
position:relative;
font-weight: bold;
}
#nav a {
display:block;
text-decoration:none;
font-family:Sansation, Arial, Helvetica, sans-serif;
font-size:12px;
text-transform:uppercase;
font-weight: bold;
}
#nav > li {
float:left;
position:relative;
border-right:2px dotted #b5b5b5;
padding:3px 7px 10px 7px;
margin:8px 0 0 0;
}
#nav ul li a {
font-size:12px;
color:#fff;
font-weight:normal;
text-transform:none;
}
#nav ul.menu li ul li#current a:link, #nav ul.menu li ul li#current a:visited {
font-size:12px;
}
.hotcarousel h2 {
text-align:left;
font-family:Sansation, Verdana, Geneva, sans-serif;
font-weight:bold;
font-size:22px;
background:url(../images/h2_line.png) bottom right no-repeat;
}
.hotcarousel a.readon {
font-family:Sansation, Verdana, Geneva, sans-serif;
font-size:12px;
font-weight:bold;
text-decoration:none;
}
milos i appreciate the time to help me!!!
thanks
trey
#nav > li.active {
border:none;
color:#fff;
background:url(../images/topmenu_active_bg.png) repeat-x bottom;
-moz-border-radius:6px 6px 0 0;
-webkit-border-radius:6px 6px 0 0;
margin:4px 0 0 0;
padding-bottom:10px;
padding-top:7px;
border-radius: 6px 6px 0 0;
behavior: url(templates/hot_sportal/css/PIE.php);
position:relative;
font-weight: bold;
}
#nav a {
display:block;
text-decoration:none;
font-family:Sansation, Arial, Helvetica, sans-serif;
font-size:12px;
text-transform:uppercase;
font-weight: bold;
}
#nav > li {
float:left;
position:relative;
border-right:2px dotted #b5b5b5;
padding:3px 7px 10px 7px;
margin:8px 0 0 0;
}
#nav ul li a {
font-size:12px;
color:#fff;
font-weight:normal;
text-transform:none;
}
#nav ul.menu li ul li#current a:link, #nav ul.menu li ul li#current a:visited {
font-size:12px;
}
.hotcarousel h2 {
text-align:left;
font-family:Sansation, Verdana, Geneva, sans-serif;
font-weight:bold;
font-size:22px;
background:url(../images/h2_line.png) bottom right no-repeat;
}
.hotcarousel a.readon {
font-family:Sansation, Verdana, Geneva, sans-serif;
font-size:12px;
font-weight:bold;
text-decoration:none;
}
milos i appreciate the time to help me!!!
thanks
trey
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6745
- Thank you received: 716
14 years 4 months ago #2300
by milos
Replied by milos on topic Re: font is out whack in internet explorer
Make sure you didn't delete any position:relative. That could break fonts in IE.
Is it work in IE when you are using original CSS file?
Is it work in IE when you are using original CSS file?
Please Log in to join the conversation.
-
trey-braid
- Topic Author
- Visitor
14 years 4 months ago #2301
by trey-braid
Replied by trey-braid on topic Re: font is out whack in internet explorer
the only reference to that was in the layout.css with the new module which i am/ was trying to place side by side with the carousel...
i see no other referance to that...
any other idea's...
thanks
trey
...other alternative is overwriting the template.css with an original and start from scratch making font smaller in the menu....
i see no other referance to that...
any other idea's...
thanks
trey
...other alternative is overwriting the template.css with an original and start from scratch making font smaller in the menu....
Please Log in to join the conversation.
-
trey-braid
- Topic Author
- Visitor
14 years 4 months ago #2302
by trey-braid
Replied by trey-braid on topic Re: font is out whack in internet explorer
milos i overwrote both the template.css and layout.css with the original file's... then i edited the font for the menu and knocked it down to 12px - except for:
#nav a {
display:block;
text-decoration:none;
font-family:Sansation, Arial, Helvetica, sans-serif;
font-size:13px;
text-transform:uppercase;
font-weight:bold;
}
...which i just knocked down to 13-- i had knocked it 12 originally... i guess explorer couldnt handle it or something...or there was a conflict...
trey
#nav a {
display:block;
text-decoration:none;
font-family:Sansation, Arial, Helvetica, sans-serif;
font-size:13px;
text-transform:uppercase;
font-weight:bold;
}
...which i just knocked down to 13-- i had knocked it 12 originally... i guess explorer couldnt handle it or something...or there was a conflict...
trey
Please Log in to join the conversation.
Time to create page: 0.093 seconds