wobbegong wrote:
Plus colouring the text to match the backround doesn't work reliably either - in case you hadn't noticed, the background changes from blue to green for alternate posts.
That's not what I was suggesting, though. What I was suggesting was black-on-black text. Black-on-black text is unreadable no matter what the background color of the frame is; it appears as just a solid black block. On mouseover (meaning when the cursor is pointed at the text, not when highlighted), the text turns white on the black background and becomes readable. Copy and paste the following into an HTML file to see what I mean.
<span onmouseover="this.style.color='#FFF';" onmouseout="this.style.color='#000'" style="color:#000;background:#000">It's a cookbook!</span>