Visualizzazione dei risultati da 1 a 2 su 2
  1. #1
    Utente di HTML.it
    Registrato dal
    Sep 2000
    Messaggi
    56

    Caratteristiche link nel css di una tabella

    Ciao, ho assoluta necessità di attribuire delle caratteristiche a dei link (link, visited, hover)interni ad una tabella ma non ho idea di come fare, qualcuno mi può dare una mano? grazie

    table.moduletable-newsscroll td{
    font: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    color: #FF0000;
    text-align: left;
    height: 14px;
    line-height: 14px;
    width: 100%;
    text-indent: 10px;
    background: url(../images/moduleheadingrosso.jpg) no-repeat left;
    background-position: left;
    background-repeat: no-repeat;
    }

  2. #2
    Utente di HTML.it
    Registrato dal
    Sep 2000
    Messaggi
    56
    ok, ci sono riuscito, ho dovuto fare così
    table.moduletable-newsscroll td a:link, moduletable-newsscroll td a:visited {
    color: #0E2174; text-decoration: none; font-weight: normal;
    font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
    }
    table.moduletable-newsscroll td a:visited {
    color: #0E2174; text-decoration: none; font-weight: normal;
    font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
    }

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.