CSS Help - Joomla! Forum - community, help and support
i have custom module class in .css file:
how can control way links in module, aside rest of site? thanks.
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.
table.moduletable a:visited
table.moduletable a:hover
will work. or if give module specific id (like mymodule)
#mymodule ... , forth.
Comments
Post a Comment