Posted By: agrublev | Date Posted: Sunday, Jan 31st 2010
The shadow logo in the demo page seems rather unnecessary. The shadow element should be added to the main column.
The IF IE statement is highly unnecessary as the properties applied inside will not affect other browsers and can be added inside the normal style. Also adding these properties in a class shadow will make it really easy for people to use the shadow class. Please let me know what
you think.
<!--[if IE]>
<style>
.logo {
filter: Shadow(Color=#666666,
Direction=135,
Strength=3);
}
</style>
<![endif]-->
.shadow {
text-shadow:1px 1px 2px #000;
filter: Shadow(Color=#000000,
Direction=135,
Strength=3);
}
By agrublev
Tuesday, Feb 2nd 2010This was approved, but instead of making class shadow, i just added it to the current .logo style without an IF IE comment.
By agrublev
Tuesday, Feb 2nd 2010Has been added to 0.5 release. Current download.