Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

CSS / OUI problem

Status
Not open for further replies.

s0kitumi

Technical User
Jul 15, 2004
4
US
i have defined a style sheet with this code:
[blue]
.white {font-family: tahoma, verdana, helvetica, sans-serif; font-size: 10px; color: #ffffff;}
a.white {font-family: tahoma, verdana, helvetica, sans-serif; font-size: 10px; color: #ffffff; text-decoration:none; line-height: 10px;}
a.white:hover {font-family: tahoma, verdana, helvetica, sans-serif; font-size: 10px; color: #ffffff; text-decoration:none; line-height: 10px;}
a.white:visited {font-family: tahoma, verdana, helvetica, sans-serif; font-size: 10px; color: #ffffff; text-decoration:none; line-height: 10px;}
a.white:hover:visited {font-family: tahoma, verdana, helvetica, sans-serif; font-size: 10px; color: #ffffff; text-decoration:none; line-height: 10px;}
[/blue]
except in miva the only thing that is affected is the font face. thought maybe the miva 'colors' were overriding the css... but when i blanked those out, the links just reverted to default html colors, so that wasn't it. the styles.css exists in the ../graphics/css folder, perhaps this is an invalid location? any one here had success implementing css on a miva site and could help clarify the situation?
 
ugh great first post eh? guess i just have to add in span's in the headers. but i still see no way of getting that css into the nav tree... hmmm
 
Are you using MMUI or OUI? I believe in later versions of OUI it provides for CSS use. In MMUI, you would probably have to modify the MMUI.MV file.

--------------
art prints
 
OUI - and i have the css working for normal text, and i'm still new to miva, but i believe there is no way to add the class=xxx in the link anchor of the nav tree links without either buying open designer, or totally rerbuilding the nav tree somehow. please correct me if i'm wrong.
 
My suspicion is that you are correct - unless they add this as a new OUI feature (quite possible, as they release a new version every week, it seems), there isn't any other simple way.

--------------
art prints
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top