QT 4.7.4, can’t see CSS3 shadow on elements
Hello,
We’re using QT 4.7.4.
In the loaded web page i’m using CSS3 for round corners and adding shadows to elements.
The round corners work perfectly, the shadows are horrible…
Is this bug in the QT?
Thanks,
Reuven
8 replies
I’m using Qt 4.8 and it properly support box-shadows… maybe something’s not completely correct with your CSS? Using the (unfortunately bugged) Web Inspector you should be able to see if some CSS rule is not correct by noticing a small warning icon aside of the offending rule.
As an example
- -webkit-box-shadow: 0px 0px 10px black;
Works like a charm.
You must log in to post a reply. Not a member yet? Register here!
