CSS "aushebeln"

Einklappen
X
 
  • Filter
  • Zeit
  • Anzeigen
Alles löschen
neue Beiträge

  • CSS "aushebeln"

    Hallo !
    hab eine format.css
    PHP-Code:
     body font-family verdana,arial,helveticafont-size 75%;}

    A:link {
    width138px;
    color black;
    padding 3px;
    border 1px solid #000000;
    text-decorationnone; }

    A:visited {
        
    width138px;
    color black;
    padding 3px;
    border 1px solid #000000;
    text-decorationnone; }

    A:hover {
        
    width138px;
    color black;
    background-color #CCCCCC;
    padding 3px;
    border 1px solid #000000;
    text-decorationnone; }

    A:active {
        
    width138px;
    color black;
    background-color #E6E6E6;
    padding 3px;
    border 1px solid #000000;
    text-decorationnone; } 
    funktioniert alles ..
    kein problem nur will ich nun 2-3 links "normale" OHNE css machn wia bewerkstellige ich den das ?
    mfg
    darkie

  • #2
    mach doch ne classe dafuer...

    PHP-Code:
    .meine_classe:link {
    width138px;
    color black;
    padding 3px;
    border 1px solid #000000;
    text-decorationnone; }

    usw...........................

    denn hast du 

    <class='meine_classe' href='http://www.meine_seite.de'>hallo hier</a>

    <
    a href='http://www.meine_seite.de'>hallo hier</a
    die machen denn zwei unterschiedliche sachen

    Byteandi
    Sport Dates

    Kommentar

    Lädt...
    X