Is it possible to change text color based on background color using CSS?
Like in this image
![http://www.erupert.ca/tmp/Clipboard01.png][1]
As the text crosses over from one div (`white-space:nowrap`), is it possible to change the text color using CSS, or if not CSS, then JavaScript/jQuery?
[1]: http://i.stack.imgur.com/V7NeG.png I'm sure it's possible, but you shouldn't do it - it'll confuse people if the colour of the label changes part way through. Just pick a colour that correctly contrasts with both background colours!
以上就是Is it possible to change text color based on background color using CSS?的详细内容,更多请关注web前端其它相关文章!