ciprian_vb
Member
Posted 4 months ago #
Did not install the plugin but i really must say: nice ideea! and good implementation
About the problem with IE6.. it can be fixed! look into it! there is a way to show transparent png's in IE6!
Maybe you will include that in future versions.
keep up the good work!
http://wordpress.org/extend/plugins/shadows/
aradke
Member
Posted 4 months ago #
Thanks for the comments.
With regard to IE6 the transparency can be dealt with but then the shadow image returns to its original width rather than the width of the parent div. In the end the most reliable option was to not display it though I guess I could make it an option in the settings.
gerenm
Member
Posted 4 months ago #
Really nice plugin ... but ... would be nice to have the option to have the effect default to on. Maybe a check box for each allowed media or CSS type.
aradke
Member
Posted 4 months ago #
Thanks gerenm.
I could probably look at adding an option to add a chosen shadow type to every image but it could get messy very quickly. Blockquotes would probably also be fine but divs would almost certainly have very unexpected results for most users.
It would also cause problems for nested divs and blockquotes as I don't parse the html fully but rather use regular expressions to find the next closing statement.
I'll see if I can do a little playing around and see what happens but I'll definitely need to setup a non-live site first (so it might be a while).