[x]
Posted via EE Mobile

Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again.

Question
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

8.4

Font not working correctly on safari and firefox

Asked by jvgallegos in Font Creator, Font Software

Tags: firefox, working, safari, font

First of all I want to say i am new to CSS.  I have a customer who want to use the font ConduitITCStd.  It is not your normal font so i purchased it from fonts.com.  I created a page for review and loaded it to my test web server.  But when my customer looked at it on safari it didn't look right.  i came look for answers and found that I could get it to work if I used css.  It does not work.  when i down loaded the font it came with a css so i used that and now it work sometimes.  Not at all when I hyperlink.

what am I doing wrong?

This is what my css looks like

/************************************************************************/
/*       CSS Linotype Library                                    */
/*----------------------------------------------------------------------*/
/*            LM/omeco, 12/2002                              */
/*            WICHTIG: Bitte Gross- und Kleinschreibung beachten !      */
/************************************************************************/
body {
    margin-top:0px;
    margin-bottom:0px;
    margin-left:0px;
    margin-right:0px;
    background-color:#FFFFFF;
}

.table {
      padding:0px;
      border-spacing:0px;
      border-width:0px;
}

.table100 {
      padding:0px;
      border-spacing:0px;
      border-width:0px;
      height:100%;
      width:100%;
}

.page100 {
      padding:0px;
      border-spacing:0px;
      border-width:0px;
      height:100%;
      width:100%;
      position:absolute;
      top:0;
      left:0;
      overflow:visible;
}

/******************************************************************************/
/*  Content Navigation oben rechts                                    */
/******************************************************************************/

.ContentNaviAktiv {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 10px;
    color: #CC0000;
    line-height: 16px;
    font-weight: bold;
}

.ContentNaviAktivBig {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #CC0000;
    line-height: 16px;
    font-weight: bold;
}  

a.ContentNaviEmpty {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 10px;
    color: #C0C0C0;
    line-height: 16px;
    font-weight: bold;
}                        

.ContentNavi {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 10px;
    color: #505050;
    line-height: 16px;
    font-weight: bold;
}

.ContentNaviBig {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #505050;
    line-height: 16px;
    font-weight: bold;
}

a.ContentNavi {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 10px;
    color: #505050;
    line-height: 16px;
    font-weight: bold;
}                                          
a.ContentNavi:link {
    color: #505050;
}
a.ContentNavi:visited {
    color: #505050;
}
a.ContentNavi:active {
    color: #cc0000;
}
a.ContentNavi:hover {
    color: #cc0000;
}                  

a.ContentNaviAktivBig:link {
    color: #cc0000;
}
a.ContentNaviAktivBig:visited {
    color: #cc0000;
}
a.ContentNaviAktivBig:active {
    color: #cc0000;
}
a.ContentNaviAktivBig:hover {
    color: #cc0000;
}                  


a.ListNavi:link {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 10px;
    color: #505050;
    line-height: 16px;
    font-weight: bold;
    text-decoration:none;
}            
a.ListNavi:visited {      
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 10px;
    color: #505050;
    line-height: 16px;
    font-weight: bold;
    text-decoration:none;
}            
a.ListNavi:active {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 10px;
    color: #505050;
    line-height: 16px;
    font-weight: bold;
    text-decoration:none;
}            
a.ListNavi:hover {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 10px;
    color: #cc0000;
    line-height: 16px;
    font-weight: bold;
    text-decoration:underline;
}

.ListNaviAktiv {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 10px;
    color: #cc0000;
    line-height: 16px;
    font-weight: bold;
    text-decoration:none;
}                        

.AlphaNaviBig {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 20px;
    color: #505050;
    line-height: 25px;
    font-weight: normal;
    text-decoration:none;
}

 .AlphaNaviBig:link {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 20px;
    color: #505050;
    line-height: 25px;
    font-weight: normal;
    text-decoration:none;
}

.AlphaNaviBig:hover {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 20px;
    color: #cc0000;
    line-height: 25px;
    font-weight: normal;
    text-decoration:none;
}

.AlphaNaviBig:visited {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 20px;
    color: #505050;
    line-height: 25px;
    font-weight: normal;
    text-decoration:none;
}
   
.AlphaNaviAktivBig {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 20px;
    color: #CC0000;
    line-height: 25px;
    font-weight: bold;
    text-decoration:none;
}
 
.AlphaNaviAktivBig:link {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 20px;
    color: #CC0000;
    line-height: 25px;
    font-weight: normal;
    text-decoration:none;
}

.AlphaNaviAktivBig:hover {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 20px;
    color: #CC0000;
    line-height: 25px;
    font-weight: bold;
    text-decoration:none;
}

.AlphaNaviAktivBig:visited {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 20px;
    color: #CC0000;
    line-height: 25px;
    font-weight: normal;
    text-decoration:none;
}

.AlphaNaviDisabledBig {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 20px;
    color: #aaaaaa;
    line-height: 25px;
    font-weight: normal;
    text-decoration:none;
}


/*************** Fabian Uehlin ***************/
.contentfont_dkl_9 {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 10px;
    color: #505050;
    line-height: 14px;
    text-decoration: none;
    font-weight: normal;
}

span.contentfont_dkl_9 a {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 10px;
    color: #505050;
    line-height: 18px;
    text-decoration: underline;
}

a.contentfont_dkl_9 {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 10px;
    color: #505050;
    line-height: 18px;
    text-decoration: underline;
}

.contentfont_hell_9 {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 10px;
    color: #505050;
    line-height: 14px;
    text-decoration: none;
}

span.contentfont_dkl_bold_9 a {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 10px;
    color: #505050;
    line-height: 18px;
    text-decoration: underline;
    font-weight: bold;
}

.contentfont_dkl_bold_9 {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 10px;
    color: #505050;
    line-height: 14px;
    text-decoration: none;
    font-weight: bold;
}

span.contentfont_dkl_bold_11 {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 11px;
    color: #505050;
    line-height: 14px;
    text-decoration: none;
    font-weight: bold;
}

a.noBorder img {
    border: none;
}

span.BodyheadLink a {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 10px;
    color: #505050;
    line-height: 18px;
    text-decoration: underline;
    font-weight: bold;
}

font.ListLink a {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 10px;
    color: #505050;
    line-height: 18px;
    text-decoration: underline;
}

.head1 {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 11px;
    color: #505050;
    line-height: 18px;
    text-decoration: underline;
    font-weight: bold;
}

.contentfont_hell_bold_9 {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 10px;
    color: #505050;
    line-height: 14px;
    text-decoration: none;
    font-weight: bold;
}

span.contentfont_hell_9 a {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 10px;
    color: #505050;
    line-height: 14px;
    text-decoration: underline;
}

.contentfont_hell_11 {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 11px;
    color: #505050;
    line-height: 14px;
    text-decoration: none;
}

span.contentfont_hell_bold_11 {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 11px;
    color: #505050;
    line-height: 14px;
    text-decoration: none;
    font-weight: bold;
}

td.BodyText a {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 10px;
    color: #505050;
    line-height: 14px;
    text-decoration: underline;
    font-weight: normal;
}

.BodyText p {      font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 10px;
    color: #505050;
    line-height: 14px;
    text-decoration: none;
    font-weight: normal;
}

.BodyText div {      font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 10px;
    color: #505050;
    line-height: 14px;
    text-decoration: none;
    font-weight: normal;
}

td.BodyheadLink      a {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 10px;
    color: #505050;
    line-height: 18px;
    text-decoration: underline;
    font-weight: bold;
}

div.BodyText a {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 10px;
    color: #505050;
    line-height: 14px;
    text-decoration: underline;
    font-weight: normal;
}

td {      
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    line-height: 130%;
    text-decoration: none;
    font-weight: normal;
}
/*************** Fabian Uehlin ***************/



/* eCD display */
.cdListingU {
    border-bottom: 1pt solid #CCCCCC
}

.cdListingUL {
    border-bottom: 1pt solid #CCCCCC;
    border-left: 1pt solid #CCCCCC
}

.cdListingL {
    border-left: 1pt solid #CCCCCC
}


a:link {
    color: #505050;
    text-decoration:underline;
}


a:visited {
    color: #505050;
    text-decoration:underline;
}
a:active {
    color: #505050;
}

a:hover {
    color: #cc0000;
}


/* top navigation bar - text version */
.TopNav {
    font-family:  Verdana, Helvetica, Arial, sans-serif ;
    font-size: 10px;
    color: #222222;
    text-transform: uppercase;
    background-color: #AFAAA7;
    vertical-align:middle;
    text-decoration: none;
    font-weight: normal;
}

.TopNavAktiv {
    font-family:  Verdana, Helvetica, Arial, sans-serif ;
    font-size: 10px;
    color: #cc0000;
    text-transform: uppercase;
    vertical-align:middle;
    text-decoration: none;
    font-weight: normal;
}

a.TopNav:link {
    color: #222222;
    text-decoration: none;
}

a.TopNav:active {
    color: #222222;
    text-decoration: none;
}

a.TopNav:visited {
    color: #222222;
    text-decoration: none;
}

a.TopNav:hover {
    color: #cc0000;
    text-decoration: none;
}

.TopNavLower {
    font-family:  Verdana, Helvetica, Arial, sans-serif ;
    font-size: 10px;
    text-transform: lowercase;
    background-color: #AFAAA7;
    vertical-align:middle;
    text-decoration: none;
    font-weight: normal;
}

.TopNavAktiv:link {
    color: #cc0000;
    text-decoration: none;
}

.TopNavAktiv:active {
    color: #cc0000;
    text-decoration: none;
}

.TopNavAktiv:visited {
    color: #cc0000;
    text-decoration: none;
}

.TopNavAktiv:hover {
    color: #cc0000;
    text-decoration: none;
}

/* left side subnavigation - text version */
.SubNav {
    font-family:  Verdana, Helvetica, Arial, sans-serif ;
    font-size: 10px;
    color: #222222;
    /* text-transform: uppercase; */
    background-color: #D2D1CC;
    /* vertical-align: middle; */
    text-decoration: none;
    font-weight: normal;
}

.SubNavAktiv {
    font-family:  Verdana, Helvetica, Arial, sans-serif ;
    font-size: 10px;
    color: #cc0000;
    /* text-transform: uppercase; */
    background-color: #D2D1CC;
    /* vertical-align: middle; */
    text-decoration: none;
    font-weight: normal;
}

a.SubNav:link {
    color: #222222;
    text-decoration: none;
}

a.SubNav:active {
    color: #222222;
    text-decoration: none;
}

a.SubNav:visited {
    color: #222222;
    text-decoration: none;
}

a.SubNav:hover {
    color: #cc0000;
    text-decoration: none;
}

.SubNavAktiv:link {
    color: #cc0000;
    text-decoration: none;
}

.SubNavAktiv:active {
    color: #cc0000;
    text-decoration: none;
}

.SubNavAktiv:visited {
    color: #cc0000;
    text-decoration: none;
}

.SubNavAktiv:hover {
    color: #cc0000;
    text-decoration: none;
}

/************************************************************************/
/*       Manuals                        */
/************************************************************************/

#manual {
      color: #000000;
}

#manual h1 {
      padding: 5px;
      border-right-width: 1px;
      border-bottom-width: 1px;
      border-right-style: solid;
      border-bottom-style: solid;
      border-right-color: #000000;
      border-bottom-color: #000000;
      text-align: right;
      font-family: Arial, Helvetica, sans-serif;
      font-weight: bold;
      font-size: 11pt;
      color: #000000;
}
#manual h2 {
      font-family: Arial, Helvetica, sans-serif;
      font-weight: bold;
      font-size: 10pt;
}
#manual h3 {
      font-family: Arial, Helvetica, sans-serif;
      font-weight: bold;
      font-size: 9pt;
}

#manual p {
      font-size: 9pt;
      color: #000000;
      line-height: 130%;
}
#manual hr {
      height:1px;
      border-top:1px dotted #000000;
      border-right-style: dotted;
      border-bottom-style: dotted;
      border-left-style: dotted;
}

#manual ul {
      list-style: square;
      font-size: 10pt;
      margin: 0;
padding: 0 16 0 16;
}

#manual ol {
   font-size: 10pt;
      margin: 3;
padding: 0 20 0 20;
}

#manual li {
      font-family: Arial, Helvetica, sans-serif;
      
      line-height: 130%;
}
.backtoc {
      background-image: url('../images/Background/backtoc.gif');
      background-repeat: repeat-y;
      background-position:   right 50%;
      font-size: 10pt;
      font-weight: bold;
      padding-right: 10px;
      padding-top: 6px
}

.infotxt {
      padding-top: 9px;
      font-size: 8pt;
      line-height: 130%;
}

.tablinie {
      border-top-width: 1px;
      border-top-style: solid;
      border-top-color: #CCCCCC;
}

.h2spacer {
      float: left;
      margin-right: 14px;
      margin-top: 1px;
      margin-bottom: 10px;
}

.h3spacer {
      float: left;
      margin-right: 13px;
      margin-top: 1px;
      margin-bottom: 10px;
}


body         { font-family: "ConduitITCStd", serif }

.logo        { text-align:center; }

.slogan      { color: #000000; font-family: Verdana; font-size: 8pt; font-style:italic; padding-left:5; padding-right:5; padding-top:5; padding-bottom:5; }

.navigation  { font-family: ConduitITCStd; font-size: 10pt; color:#FFFFFF}

.contentpane { padding-left: 10; padding-top: 10; padding-bottom: 10; }

h1           { padding-left: 0; padding-right: 0; padding-top: 1; margin-bottom: 0; font-family: ConduitITCStd; font-size: 10pt; color:#FFFFFF }

h2           { padding-top: 10; font-family: ConduitITCStd; font-size: 12pt; color:#FF8000}

a            { font-family: ConduitITCStd; color: #FFFFFF; font-size: 8pt; text-decoration:none }

.plaintext   { font-family: ConduitITCStd; font-size: 10pt; color:#FFFFFF }

.smalltext   { font-family: Verdana; font-size: 8pt; padding-left:5; padding-right:5; padding-top:5; padding-bottom:5; }

.slogan        { padding:5; font-family: Verdana; font-style: italic; font-size: 8pt; text-align:center }

li           { font-family: ConduitITCStd; font-size: 10pt; color:#FFFFFF} </> <>
 
Loading Advertisement...
 
[+][-]03/14/07 04:28 AM, ID: 18717397Accepted Solution

View this solution now by starting your 30-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

About this solution

Zones: Font Creator, Font Software
Tags: firefox, working, safari, font
Sign Up Now!
Solution Provided By: lherrou
Participating Experts: 1
Solution Grade: B
 
 
Loading Advertisement...
20091021-EE-VQP-81