Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Center area post/pages (http://forum.bytesforall.com/forumdisplay.php?f=32)
-   -   Transparent TD#middle (problem with IE) (http://forum.bytesforall.com/showthread.php?t=19820)

johnnybravo Mar 5, 2013 08:22 PM

Transparent TD#middle (problem with IE)
 
Hi from Russia.
Help me please.
In Chrome, Opera, FF this style works fine:
Code:

td#middle {
background: rgba(255, 255, 255, 0.8);

But in IE 8 it does not work. How i can add different css file only for IE:
Code:

<![if !IE]>
    <link rel="stylesheet" type="text/css" href="not-ie.css" />
<![endif]>


lmilesw Mar 5, 2013 10:14 PM

Instead of CSS you could use a semi transparent png


All times are GMT -6. The time now is 08:45 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.