Not signed in (Sign In)

SkillShare - A place to discuss Web Standards and Web Design topics

Categories

Vanilla 1.1.9 is a product of Lussumo. More Information: Documentation, Community Support.

  1.  permalink
    see this:
    http://www.asdivinegrace.com/badlink/a.html

    ok HOME in hover works well FOOTER too, but push HOME and put back in the explorer... see! hover... the HOME dont works, HOME get the Properties (colors) of footer Why dont respect the main links of the site:

    a, a:visited {
    font-weight: normal;
    color: #8ABD27;
    text-decoration: underline;
    }
    a:active {
    color:#C2BE67;
    }
    a:hover {
    color:#FFF;
    text-decoration: none;
    background:#9CCD3D;
    }

    the fuckin home change! to the colors and state of footer!

    WHY I NEED, PLEASE HELP ME!!!!!!!

    THANKS!!!!!!!
  2.  permalink
    Calm down chief.

    I looked in FF 1.5 & IE 6. It worked the same in both browsers. It worked as coded in the style sheet.

    Maybe I'm not understanding you (can you blame me?):

    "but push HOME and put back in the explorer... see! hover... the HOME dont works"

    What version of IE are you having trouble with?
    •  
      CommentAuthorJohnRiv
    • CommentTimeApr 7th 2006
     permalink
    OK, calm down, and read what you wrote... if you read the first line carefully, you'll see you answered your own question.

    The home link's style is correct when you first load the page. You then click it's link, and then return back to the page. Since the home link is now pointing to a link you've visited, it is picking up the a:visited style. In your CSS, you set the footer link's color and ANY visited link's color to be the same color when you wrote this:


    #footer a, a:visited {
    color: #C2BE67;
    }


    So to fix your problem, you need to set your a:visited styles specific to which div they are contained in if the should not change color when visited.
  3.  permalink
    thanks adjustafresh! i use mac safari fire.... etc... but in explorer dont works and here in mac too... the problem its:

    see the HOME after push one time! he change to the colors of footer!!!!! dont respect the main propieties (colors a visitied... hover) of the site this:

    a, a:visited {
    font-weight: normal;
    color: #8ABD27;
    text-decoration: underline;
    }
    a:active {
    color:#C2BE67;
    }
    a:hover {
    color:#FFF;
    text-decoration: none;
    background:#9CCD3D;
    }

    THANKS MAN IF YOU CAN HELP ME!!!!!!!!!
  4.  permalink
    John,

    I'm glad you were able to translate.

    Changing #footer a, a:visited to #footer a, #footer a:visited shuold do the job.
  5.  permalink
    thanks guys they works with this, #footer a, #footer a:visited
    but dont works in the real site! so... i cant post the real site for now the client kill me if its... it no finish... adjustafresh or johnriv you can write me to lumo@asdivinegrace.com and i can show the real site for maybe you help me!

    YOUR ARE THE BEST!!!!! THANKS GUYS!
    • CommentAuthormista3
    • CommentTimeApr 7th 2006
     permalink
    CAPS-LOCK A GO GO!
Add your comments
    Username Password
  • Format comments as (Help)