Announcement

Collapse
No announcement yet.

footer-links are invisible

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    #16
    Re: footer-links are invisible

    First off, I'm not finding the css above within your cssui.css file. If you do not put the css in, save the file, and then upload back to the same folder I told you before, no changes will occur. Another thing that is going to help is to clean up your code. Try validating and fixing your code too: http://validator.w3.org/

    Hope this helps,

    Jamie
    Jamie Donaldson
    JSDVS Web Design / Development
    Web Design | Web Development | E-commerce Design & Integration

    Comment


      #17
      Re: footer-links are invisible

      jamie,
      My apology for prior posts as the css file I was using was not for this site due to a mixup w/my ftp program..
      As of now I have the hover working for all links. BUT the active links have only two that are displaying - about us and home. What is stopping the rest from showing.

      #global-footer{ margin:16px 0; }
      #footer-links{ text-align:right; }

      #footer-links li a:link {color:#080808; } /* unvisited link */
      #footer-links li a:hover {color:#cc6600; } /* mouse over link */

      #footer-links ul{
      font:.9em normal Verdana, Helvetica, Arial, sans-serif;
      margin:8px 0;
      padding:0;
      }

      #footer-links ul li{
      list-style-type:none;
      border-left:1px solid #999999;
      padding:0 2px 0 6px;
      margin:0;
      text-align:center;
      display:inline;
      }

      #footer-links ul li.first-child{ border:0; }
      #global-footer #footer-links #footer-sitemap-link{ display:none; }

      #miva-link{
      font-size:.8em;
      text-align:right;
      margin:16px 0;
      }

      #miva-link a{ color:#999999; }
      Last edited by herbchina; 01-21-13, 03:09 PM.

      Comment


        #18
        Re: footer-links are invisible

        FORGET IT! ALL'S OK!! Had to clear my cache and everything showed up correctly.

        Thanks to both of yop.

        Comment


          #19
          Re: footer-links are invisible

          Excellent, Herchina! For future reference, you can set your browsers to not cache.

          Glad all worked out!

          Jamie
          Jamie Donaldson
          JSDVS Web Design / Development
          Web Design | Web Development | E-commerce Design & Integration

          Comment


            #20
            Re: footer-links are invisible

            I am working on the w3c validation errors. Have corrected some.
            Have questions but will start a new thread later.

            Comment

            Working...
            X