venus
Junior Member
Posts: 3
Registered: 10/27/2004
Member Is Offline
|
| posted on 11/1/2004 at 03:45 PM |
|
|
Font Style
I want to put in New times roman as my menu font style. When i edit the menu.css file nothing works. What should i DO?
.m0l0i {
padding: 2px;
text-decoration: none;
font-family: Tahoma, Verdana, Arial;
font-size: 12px;
}
.m0l1i {
padding: 2px;
text-decoration: none;
font-family: Tahoma, Verdana, Arial;
font-size: 12px;
|
|
|
tigra
Administrator
Posts: 1976
Registered: 6/17/2002
Location: US, CO
Member Is Offline
|
| posted on 11/1/2004 at 08:43 PM |
|
|
Make sure spell the font name correctly. Try:
font-family: "Times New Roman", Times, serif;
|
|
|
venus
Junior Member
Posts: 3
Registered: 10/27/2004
Member Is Offline
|
| posted on 11/3/2004 at 11:28 AM |
|
|
| Quote: | Originally posted by tigra
Make sure spell the font name correctly. Try:
font-family: "Times New Roman", Times, serif; |
THanx but the text still hasnt changed! What should i do! I just want a more serious font on the menu.
|
|
|
tigra
Administrator
Posts: 1976
Registered: 6/17/2002
Location: US, CO
Member Is Offline
|
| posted on 11/3/2004 at 05:32 PM |
|
|
Also look at the global CSS settings for <a> tag (which tigra menu utilizes for its items). If you don't want to change settings globally,
you can redefine them locally within some tag with ID (see CSS specs on how to do that).
|
|
|