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
Matthe...@FirstByte.net
"Matthew Wells" <Matthe...@FirstByte.net> wrote in message
news:svKdnWKst_DOLJnV...@comcast.com...
On Apr 15, 9:44 am, "Matthew Wells" <Matthew.We...@FirstByte.net>
wrote:
> Matthew.We...@FirstByte.net
"Ghostman" <rob.b...@gmail.com> wrote in message
news:95f59e30-de03-4a88...@a23g2000hsc.googlegroups.com...
You'd be surprised at how many times, it's kept me from pulling my hair out
(and I need to keep the little I have, at this point)
David Wier
http://aspnet101.com
http://iWritePro.com - One click PDF, convert .doc/.rtf/.txt to HTML with no
bloated markup
"Matthew Wells" <Matthe...@FirstByte.net> wrote in message
news:k6mdnV4mUeY_UJnV...@comcast.com...
In CSS, the last in wins, so anything lower on the CSS style wins. It is a
bit more complex than that, but that bites a lot of people, especially when
you have multiple stylesheets.
In your case, based on reading the thread, I would make sure you do not have
a style applied directly to the textbox, as that can be an issue.
--
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA
Subscribe to my blog
http://gregorybeamer.spaces.live.com/lists/feed.rss
or just read it:
http://gregorybeamer.spaces.live.com/
*************************************************
| Think outside the box!
|
*************************************************
"Matthew Wells" <Matthe...@FirstByte.net> wrote in message
news:svKdnWKst_DOLJnV...@comcast.com...
Why do I have to do this? Is there a way to do this automatically?
Also,
Why don't I see settings applied in design view when I add an attribute to a
selector?
Thanks.
"gerry" <ge...@newsgroup.nospam> wrote in message
news:ux26$gwnIH...@TK2MSFTNGP04.phx.gbl...
Thanks.
"Cowboy (Gregory A. Beamer)" <NoSpamM...@comcast.netNoSpamM> wrote in
message news:u0y$0UxnIH...@TK2MSFTNGP04.phx.gbl...
Thanks.
"David Wier" <d...@dw.com> wrote in message
news:%23Pt6UGx...@TK2MSFTNGP03.phx.gbl...