bbPress

Simple, Fast, Elegant

bbPress support forums » Themes

neat trick to get table hovers highlighted in IE

(2 posts)
  • Started 1 year ago by _ck_
  • Latest reply from airdrawndagger
  • This topic is not resolved
  1. You may notice that the table row highlighting doesn't work in IE (at least in IE 6.0 which many people use)

    I found this easy, drop-in solution to use IE's HTC support
    http://www.xs4all.nl/~peterned/csshover.html

    save this file into your template folder
    http://www.xs4all.nl/~peterned/htc/csshover.htc

    then add this to your stylesheet
    body {behavior:url("/path-to-your-template/csshover.htc");}

    optionally but recommended, you might also want to add this to your .htaccess in apache since it probably won't serve the right mime type for HTC by default which breaks XP sp2
    AddType text/x-component .htc

    Now :hover can work on almost anything in IE just like real CSS browsers.

    Posted 1 year ago #
  2. Awesome! Works perfectly, thank you :)

    Posted 1 year ago #

RSS feed for this topic

Reply

You must log in to post.

Code is Poetry.