Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Problem ssing Filter style property in a CSS file in Visual Studio 2005

0 views
Skip to first unread message

Abhinav Gargye

unread,
Nov 10, 2006, 10:02:24 AM11/10/06
to
Hi
 
I'm having an issue with using the following style property in Visual Studio 2005 CSS. Any clue why. This works perfectly in VS 2003
 
I moved the property to the masterfile. I get another error now. (See below)
 
Crazy as it is the page renders the color w/o issues!!!
*****************************************
MasterFile
*****************************************
This error is displayed at this point filter:progid: (the colon after progid)
Error 3 CSS validation: Unexpected ':' character. C:\AMI\AMIWeb\AMIForm.master 12 84 C:\AMI\AMIWeb\
    <table cellSpacing="0" cellPadding="0" class="PageBanner" style="filter:progid:DXImageTransform.Microsoft.gradient (startColorstr=#FF3A6EA5, endColorstr=#FF9ACEFF)";>
 
 
 

*****************************************
CSS File
*****************************************
Error 4 'filter' is not a known CSS property name. C:\AMI\AMIWeb\Styles\AMI.css 279 2 
 
.PageBanner
{
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF3A6EA5, endColorstr=#FF9ACEFF);
 BORDER-BOTTOM: navy 1px solid;
 width:100%;
}
 

 
0 new messages