Quote:
Originally Posted by KirbyDE
> <div style="width:100%; filter:glow(color={option}, strength=4)">{param}</div>
Invalid. DIV does not have an attribute "filter".
This won't work as there is no glow/shadow in (X)HTML.
|
<div style="width:100%; filter:glow(color={option}, strength=4)">{param}</div>
i used teh code he posted ubove which is the one i just reposted and it works for me