CSS Help?

If there are any CSS gurus who read this blog, I need your advice.

I updated Cerulean Sanctum a few weeks back, but I’m having a terrible time resolving a display issue for users of IE. In Firefox, the banner at the top of the blog uses text-shadow to create the drop shadow behind Cerulean Sanctum. IE does not recognize this standard CSS call, instead relying on IE filters to create the effect. The CSS call that I modified in my theme’s child theme is


#blog-title {
font: 7em Carolingia,serif;
text-shadow: 2px 2px 2px black;
letter-spacing: -2px;
padding: 40px 0 0;
margin-top: 30px;
background: url("images/cs_banner_2.jpg") left 1px no-repeat;
}

That works fine, but when I try to add the shadow IE filter after the text-shadow call, the filter adds the shadow to the banner image, not to the text. I find this bizarre because text-shadow handles this perfectly.

Anyway, if anyone has insights, I really want to help people better read the blog title in IE, and a drop shadow looks great, just like it does in Firefox.

Thanks in advance for your help!

Related posts

by Dan Edelen

Tagged CSS, Filter, Firefox, IE, Internet Explorer

Bookmark the permalink.

Post a comment or leave a trackback: Trackback URL.

Post a Comment

Your email is never published nor shared. Required fields are marked *

*
*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Subscribe without commenting

  • Feeds & Subscriptions


    Subscribe to Cerulean Sanctum post feedPostsBadge Image MapLink to My Twitter AccountLink to My Facebook ProfileLinked to My LinkedIn AccountAdd to Bloglines
    Subscribe to Cerulean Sanctum comment feedComments
    Feedburner badge
  • E-mail


  • Of Note

  • Recent Posts

  • Recent Comments

  • Archives

  • Categories