capebull
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Motion] table hover color changing: 2Okay, thanks!
I have to run off to do errands, but I’ll take a look at this later. Thanks, you’ve been A++++ in responding!
thanks again
AnthonyForum: Themes and Templates
In reply to: [Motion] table hover color changing: 2I’ll try that again.
That’s what I tried first. I was putting it via edit page:
<!– this is the top of the editable region for the page –>
<div class=”posttop”>
<h2 class=”posttitle”>Inside the Tall, Thick Book of Tales</h2>
</div>
<style>
table tr:hover td {
background: url(images/blacktrans.png);
}
</style>Still behaving the same.
thanks!
AnthonyForum: Themes and Templates
In reply to: [Motion] table hover color changing: 2Yes, for this page, I’d prefer to have the table with a static background. So the color before the hover is what I’d like to preserve. I tried overriding table tr:hover on the page, but the best I could do was remove the darker background completely, which I don’t want.
thanks for looking into this!
Anthony
Forum: Plugins
In reply to: [Amazon Link] Only the add to cart template worksAh. Apparently my aws account was not set up for the Product Advertising API. Plus, it apparently doesn’t support IAM sub accounts, so I have to use the root account credentials.
thanks!
Forum: Themes and Templates
In reply to: [Motion] table hover color changing: 2Sure.
http://acbirdsong.net/?page_id=13
I think it’s a row-level (tr) hover issue – the left cell spans two rows, so the hover affects the left and right cells independently.
thanks for the quick response!
Anthony