babray
Forum Replies Created
-
I will do and you can expect a donation after the first of the month!
BYou are wonderful, Tobias!
That did the trick, you made it TOO simple! 🙂
No wonder I was having trouble…
Thanks, BettyHey, thanks Tobias,
Like I said, I’m no CSS guru and have tried it several ways and looked online as well. Below is the section of code dealing with the fancy_tables. I’ve tried adding this directly, as .fancy_tables {code} and nothing seems to work. Sorry to be so dense… I did add the above code as well. What needs adding to the Extra CSS class?
Thanks again!
Betty.class {
border: 1px solid #fff;
}.fancy_table th {
letter-spacing: 1px;
font-weight: normal;
vertical-align: middle;
border-bottom: 1px solid #fff;
background: #f3f3f3 url(images/shortcodes/th.png) 0 0 repeat-x;
text-align: center;
padding: 15px 20px;
text-shadow: 1px 1px 1px #fff;
font-size: 14px;
}.fancy_table td {
padding: 10px 20px;
border-top: 1px solid #eee;
text-align: center;
}.fancy_table tr:hover {
background: #f3f3f3 url(images/shortcodes/th.png) 0 0 repeat-x;
}.fancy_table th:first-child,
.fancy_table td:first-child {
text-align: left;
padding-left: 30px;
}}
Thanks for the quick reply and I’ll give it a shot!!! It looks like the perfect solution as I have it on the home page of a BP install! That should do exactly what I want. I’ll let you know when it is done. Appreciate the assist!
B