CSS Right Border - Got Me Stumped - Joomla! Forum - community, help and support
so i'm using css below put border around module. border appears around top, left , bottom, reason not show on right. missing...pleeeeeze?
here css. thanks!
***** manual signatures not allowed *****
table.moduletable_quote h3 {
background-color: #000000;
color: #ffffff;
text-align: center;
font-weight: bold;
padding-top: 5px;
line-height: 10px;
font-size: 11px;
text-transform: uppercase;
}
table.moduletable_quote {
width: 300px;
background-color: #f2f2f2;
color: #000000;
margin: 5px 5px 5px 5px;
padding: 5px 5px 5px 5px;
border: 1px solid #c64934;
}
.quote {
color: #000000;
margin: 5px 5px 5px 5px;
padding: 5px 5px 5px 5px;
}
.quote-author, .quote-source {
color: #000000;
font-weight: bold;
padding: 5px 5px 5px 5px;
font-style: italic;
}
here css. thanks!
***** manual signatures not allowed *****
table.moduletable_quote h3 {
background-color: #000000;
color: #ffffff;
text-align: center;
font-weight: bold;
padding-top: 5px;
line-height: 10px;
font-size: 11px;
text-transform: uppercase;
}
table.moduletable_quote {
width: 300px;
background-color: #f2f2f2;
color: #000000;
margin: 5px 5px 5px 5px;
padding: 5px 5px 5px 5px;
border: 1px solid #c64934;
}
.quote {
color: #000000;
margin: 5px 5px 5px 5px;
padding: 5px 5px 5px 5px;
}
.quote-author, .quote-source {
color: #000000;
font-weight: bold;
padding: 5px 5px 5px 5px;
font-style: italic;
}
this might sound repeating myself if @ other posts, but, without link live site near impossible diagnose issue.
we can guess causing problem seeing, without seeing , code creating wont many replies.
guess: there else overwriting border missing?
we can guess causing problem seeing, without seeing , code creating wont many replies.
guess: there else overwriting border missing?
Comments
Post a Comment