Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

CSS Forum


You are currently viewing our CSS Forum as a guest. Please register to participate.
Login



Reply
IE8 font color in navigation
Old 08-19-2010, 10:57 AM IE8 font color in navigation
Novice Talker

Posts: 12
Name: april
Trades: 0
Hello,

Any CSS guru can tell me why my TOP navigation is white and not visible in IE8 only?

https://dr4lnb.4lnb.com/lnb_new/index.asp

The CSS:
HTML Code:
/*Drop Down Menu */
#globalNav {color:#666;margin:0;padding:0;position:absolute;top:20px;width:800px;z-index:5001;}

/* hack to correct IE5.5 faulty box model */
#globalNav * html .menu {width:746px; w\idth:745px;}
/* remove all the bullets, borders and padding from the default list styling */
#globalNav ul {padding:0;margin:0;list-style-type:none;}
#globalNav ul ul {width:149px;background-color: #fff;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#globalNav li {float:left;width:auto;position:relative;padding:0 10px 0 15px;}
#globalNav li li {float:left;width:auto;position:relative;padding:0 0 0 0;margin:0 0 0 0;;background-color: #fff;}
#globalNav li li li{float:left;width:auto;position:relative;padding:0 0 0 5px;;background-color: #fff;}
/* style the links for the top level */
#globalNav a {display:block;font-size:12px; text-decoration:none; color:#666; width:auto; height:30px; border:0; line-height:29px; }
/* a hack so that IE5.5 faulty box model is corrected */
#globalNav * html .menu a, * html .menu a:visited {width:120px; w\idth:138px;}

/* style the second level background */
#globalNav ul li a.drop { background-image:url(https://dr4lnb.4lnb.com/lnb_new/images/down.jpg); background-position: right center; background-repeat:no-repeat;padding:0 20px 0 0;}

/* style the second level hover */
#globalNav ul li a.drop:hover{url(https://dr4lnb.4lnb.com/lnb_new/images/right.gif) no-repeat 130px center;color:#666}
#globalNav ul ul :hover > a.drop { url(https://dr4lnb.4lnb.com/lnb_new/images/right.gif) no-repeat 130px center;color:#666}
/* style the third level background */
#globalNav ul ul ul a.test {color:#666;padding:0 20px 0 0;}
/* style the third level hover */
#globalNav ul:hover ul:hover ul li a.test:hover{url(https://dr4lnb.4lnb.com/lnb_new/images/right.gif) no-repeat 130px center;}
#globalNav ul ul ul :hover > a.test { url(https://dr4lnb.4lnb.com/lnb_new/images/right.gif) no-repeat 130px center;}

/* hide the sub levels and give them a positon absolute so that they take up no room */
#globalNav ul ul {visibility:hidden; position:absolute;height:0;top:25px;left:0; width:140px;}
/* another hack for IE5.5 */
#globalNav * html .menu ul ul {top:24px;t\op:25px;}

/* position the third level flyout menu */
#globalNav ul ul ul{left:140px; top:-1px; width:140px;color:#666}

/* position the third level flyout menu for a left flyout */
#globalNav ul ul ul.left {left:-140px;color:#666}

/* style the table so that it takes no ppart in the layout - required for IE to work */
#globalNav table {position:absolute; top:0; left:0; border-collapse:collapse;;color:#666}

/* style the second level links */
#globalNav ul ul a { color:#666; height:auto; line-height:1em; padding:5px 0 5px 15px; width:128px;border-width:0 1px 1px 1px;margin:0;}
/* yet another hack for IE5.5 */
#globalNav * html .menu ul ul a {width:141px;w\idth:128px;}

/* make the second level visible when hover on first level list OR link */
#globalNav ul li:hover ul,
#globalNav ul a:hover ul{visibility:visible;color:#666}
#globalNav ul:hover ul li a:hover{background-color: #0466af;  color:#fff;}
/* keep the third level hidden when you hover on first level list OR link */
#globalNav ul:hover ul ul{visibility:hidden;}
#globalNav ul:hover ul ul li:hover{background-color: #0466af;}
#globalNav ul ul ul a {   line-height:1em; padding:5px 0 5px 0; width:140px;border-width:0 1px 1px 1px;}
/* make the third level visible when you hover over second level list OR link */
#globalNav ul:hover ul:hover ul{ visibility:visible;}
#globalNav ul li.sep{color:#666;margin:0;padding:.8em 0;font-size:80%;}
The HTML:

HTML Code:
<ul>
<li><a href="https://dr4lnb.4lnb.com/lnb_new/index.asp">Home</a></li> <li class="sep">|</li>
<li><a class="drop" href="https://dr4lnb.4lnb.com/lnb_new/about/default.asp">About LNB</a><ul>
      <li><a href="https://dr4lnb.4lnb.com/lnb_new/invrelations/bancorp/invpr.asp">News</a></li>
      <li><a href="https://dr4lnb.4lnb.com/lnb_new/about/default.asp">Quick Facts</a></li>
      <li><a href="https://dr4lnb.4lnb.com/lnb_new/about/contact.asp">Contact Us</a></li>

      <li><a href="https://dr4lnb.4lnb.com/lnb_new/about/locations.asp">Locations</a></li>
      <li><a href="https://dr4lnb.4lnb.com/lnb_new/about/employment.asp">Employment</a></li>
      <li><a href="https://dr4lnb.4lnb.com/lnb_new/about/links.asp">Links</a></li>
    </ul>
</li>
<li class="sep">|</li>
<li><a href="https://dr4lnb.4lnb.com/lnb_new/trust/default.asp">Trust</a></li>
 <li class="sep">|</li>
<li><a class="drop" href="https://dr4lnb.4lnb.com/lnb_new/invrelations/default.asp">Investor Relations</a>
<ul>
    <li><a class="test" href="https://dr4lnb.4lnb.com/lnb_new/invrelations/default.asp">LNB Bancorp</a>
    <ul>
          <li><a href="https://dr4lnb.4lnb.com/lnb_new/invrelations/bancorp/invar.asp">Annual Report</a></li>
          <li><a href="https://dr4lnb.4lnb.com/lnb_new/invrelations/bancorp/invcg.asp">Corporate Governance</a></li>
          <li><a href="https://dr4lnb.4lnb.com/lnb_new/invrelations/bancorp/invcp.asp">Corporate Profile</a></li>
          <li><a href="https://dr4lnb.4lnb.com/lnb_new/invrelations/bancorp/invdiv.asp">Dividends</a></li>
          <li><a href="https://dr4lnb.4lnb.com/lnb_new/invrelations/bancorp/invfund.asp">Fundamentals</a></li>
          <li><a href="https://dr4lnb.4lnb.com/lnb_new/invrelations/bancorp/inviq.asp">Investor Questionnaire</a></li>
          <li><a href="https://dr4lnb.4lnb.com/lnb_new/invrelations/bancorp/invlnbbd.asp">LNBB Direct</a></li>
          <li><a href="https://dr4lnb.4lnb.com/lnb_new/invrelations/bancorp/invpr.asp">Press Releases</a></li>
          <li><a href="https://dr4lnb.4lnb.com/lnb_new/invrelations/bancorp/invqr.asp">Quarterly Reports</a></li>
          <li><a href="https://dr4lnb.4lnb.com/lnb_new/invrelations/bancorp/invsec.asp">SEC Filings</a></li>
          <li><a href="https://dr4lnb.4lnb.com/lnb_new/invrelations/bancorp/invsec16.asp">SEC Section 16 Filing</a></li>
<li><a href="https://dr4lnb.4lnb.com/lnb_new/invrelations/bancorp/invtrans.asp">Transfer Agent</a></li>
          <li><a href="https://dr4lnb.4lnb.com/lnb_new/invrelations/bancorp/invsc.asp">Stock Chart</a></li>
        </ul>
</li>
    <li><a href="https://dr4lnb.4lnb.com/lnb_new/invrelations/stockqt.asp">Stock Quotes</a></li>
</ul>
</li>
     <li class="sep">|</li>
    <li><a href="https://dr4lnb.4lnb.com/lnb_new/about/contact.asp">Contact Us</a></li>
</ul>
heliosphan is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 08-19-2010, 11:08 PM Re: IE8 font color in navigation
racer x's Avatar
Ultra Talker

Posts: 457
Name: Randy
Location: Northern Wisconsin
Trades: 0
I viewed it on IE8 and it looks fine?
racer x is offline
Reply With Quote
View Public Profile Visit racer x's homepage!
 
Old 08-20-2010, 06:22 AM Re: IE8 font color in navigation
CSM
CSM's Avatar
Front-End Developer

Posts: 297
Name: Michael Pehl
Location: Palma de Mallorca
Trades: 0
Sometimes your IE cache should be emptied
__________________
Chief Web Officer / Front-End Developer / System Engineer

Please login or register to view this content. Registration is FREE
-
Please login or register to view this content. Registration is FREE
CSM is offline
Reply With Quote
View Public Profile Visit CSM's homepage!
 
Reply     « Reply to IE8 font color in navigation
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 1.59196 seconds with 12 queries