.
  • Máté12
    #392
    Hi Faustus!
    Tudod csináltam ezeket a style-kat.
    Na azt nem lehet h többet csinálni?Pl.:
    <style type="text/css">

    a {



    <style type="text/css">

    a {
    text-decoration: none;
    }
    a, a:link {
    color: white;
    }
    a:hover {
    color: #0066FF;
    }


    <style type="text/css">

    a {
    text-decoration: none;
    }
    a, a:link {
    color: red;
    }
    a:hover {
    color: blue;
    }

    .style {color:#333333; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold}


    </style>

    tehát egy weboldalon úgy hogy ha több link van akkor egy link fehérről kékre változik, egy másik pedig pirosrol kékre(pl).
    Ezt meglehet valahogy? Próbálkoztam de nem jöttem rá.
    pls help!!!