Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Can you link to a page with the issue & describe the issue further?
Sure.
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
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
So you don’t want the table to change colour at all? Or the colour is wrong?
Yes, 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
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Try adding:
table tr:hover td {
background: url(images/blacktrans.png);
}
Where are you adding this CSS btw?
I’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!
Anthony
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Install this Custom CSS Manager plugin http://wordpress.org/plugins/custom-css-manager-plugin
Then use its “CSS Code” section of the dashboard to hold your CSS modifications.
Okay, 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
Anthony