Re: style vs screen CSS
Sorry to keep bugging you guys.. All im trying to do is create a css file for IE7
Just cant seem to get this too work.
<!–[if IE 7]>
This is an IE 7 browser // this will show in the browser so i know the “if” statement is working.
<link href=”<?php bloginfo(‘template_directory’); ?>
/bp-default/_inc/css/screen-ie.css” rel=”stylesheet” type=”text/css” />
</style>
<![endif]–>