Is VS2008 creating invalid CSS?
- From: "jrl" <jrl@xxxxxxxxxxxxxxxx>
- Date: Wed, 13 Feb 2008 03:54:05 GMT
I tried to validate the CSS of a visual studio 2008 project, using the CSS validator tool at www.w3csites.com and the page http://view.servehttp.com
The validator says there is a CSS parse error.
Then I pasted in the contents of the style***.css that was created in Visual Studio, and it responds "a:visited Parse Error - [empty string]"
but in my css file it says
a:visited
{
background: transparent;
color: #464295;
font-weight: bold;
text-decoration: none;
border-bottom: 1px #000 solid;
padding-bottom: 2px;
}
Can anyone direct me as to how I can make this css valid, or is the validator the problem?
thanks, JRL
.
- Follow-Ups:
- Re: Is VS2008 creating invalid CSS?
- From: Alan Lambert
- Re: Is VS2008 creating invalid CSS?
- Prev by Date: RE: Problem with VS 2008 Setup project
- Next by Date: Re: Is VS2008 creating invalid CSS?
- Previous by thread: TFS merging shelveset with latest code changes
- Next by thread: Re: Is VS2008 creating invalid CSS?
- Index(es):