Hello
I'm using VS 2005 for ASP.net 2.0 on WinXP Pro. I have all the latest
updates. I have the css in my master page and I know it's linked because
other parts of the page work. When I make changes to my css, I don't see
the changes. I'm only using one selector for testing.
input
{
background-color:Green;
}
I got this to work, then I tried
input
{
background-color:White;
}
It stays green!!! I've tried rebuilding the site, restarting vs, restarting
IIS, and evnn estarting the computer - nothing. Also, when I try using
attributes, I don't see the changes in the designer.
input[type="text"]
{
background-color:White;
}
What do I do to have the css changes take effect?
Thanks.
--
Matthew Wells
Matthew.Wells@F irstByte.net
I'm using VS 2005 for ASP.net 2.0 on WinXP Pro. I have all the latest
updates. I have the css in my master page and I know it's linked because
other parts of the page work. When I make changes to my css, I don't see
the changes. I'm only using one selector for testing.
input
{
background-color:Green;
}
I got this to work, then I tried
input
{
background-color:White;
}
It stays green!!! I've tried rebuilding the site, restarting vs, restarting
IIS, and evnn estarting the computer - nothing. Also, when I try using
attributes, I don't see the changes in the designer.
input[type="text"]
{
background-color:White;
}
What do I do to have the css changes take effect?
Thanks.
--
Matthew Wells
Matthew.Wells@F irstByte.net
Comment