CSS Help - Joomla! Forum - community, help and support


i have custom module class in .css file:

code: select all

table.moduletable {
  width            : 100%;
  border           : 1px solid #d3d3d3;
  padding          : 4px;
  margin-bottom    : 5px;
 
}


how can control way links in module, aside rest of site? thanks.

table.moduletable a
table.moduletable a:visited
table.moduletable a:hover

will work. or if give module specific id (like mymodule)

#mymodule ... , forth.





Comments

Popular posts from this blog

Convierte tu Raspberry en un NAS. Firmware fvdw-sl 15.3 - Raspberry Pi Forums

How to format a Get Request

avrdude: verification error, first mismatch at byte 0x0000 0x0c != 0x62