
Signature
Matthew Wells
Matthew.Wells@FirstByte.net
try hitting your browser refresh.
> Hello
>
[quoted text clipped - 27 lines]
>
> Thanks.
Matthew Wells - 15 Apr 2008 17:46 GMT
I laughrd when I read this. Then I figured it was worth a try. It worked!!
I apologize. It seems like I only need to do this for some things - like
back color. Font size sems to take effect right away.
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.
> try hitting your browser refresh.
>
[quoted text clipped - 29 lines]
>>
>> Thanks.
After you run the page, view the source in your browser and see if the
stylesheet is actually being applied to the page.
On Apr 15, 9:44 am, "Matthew Wells" <Matthew.We...@FirstByte.net>
wrote:
> Hello
>
[quoted text clipped - 35 lines]
> Matthew Wells
> Matthew.We...@FirstByte.net
Matthew Wells - 15 Apr 2008 16:45 GMT
As I said, I know that the sheet is being applied because other parts are
working. I don't have "input" referenced anywhere else - and it's GREEN -
something is being applied. I can add a height setting and see it applied
in design view, but not when it runs. I close IE and reopen it every time.
> After you run the page, view the source in your browser and see if the
> stylesheet is actually being applied to the page.
[quoted text clipped - 42 lines]
>> Matthew Wells
>> Matthew.We...@FirstByte.net
David Wier - 15 Apr 2008 16:58 GMT
I have a premise I use every time something keeps happening that I know
should work.
I reboot the computer.
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
> As I said, I know that the sheet is being applied because other parts are
> working. I don't have "input" referenced anywhere else - and it's GREEN -
[quoted text clipped - 50 lines]
>>> Matthew Wells
>>> Matthew.We...@FirstByte.net
Matthew Wells - 15 Apr 2008 17:53 GMT
As I said, I did that. The solution was given to me by another response -
refresh the page. I don't know why this isn't done automatically when IE
starts, but it worked.
Thanks.
>I have a premise I use every time something keeps happening that I know
>should work.
[quoted text clipped - 62 lines]
>>>> Matthew Wells
>>>> Matthew.We...@FirstByte.net
My best advice, with CSS, is download Firefox and then get Firebug. In
Firebug, you can load a page and go through the elements and find out all of
the CSS that is applied to a particular element. In many cases, you find
that you have additional styles that are overriding, due to placement.
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.

Signature
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!
*************************************************
> Hello
>
[quoted text clipped - 27 lines]
>
> Thanks.
Matthew Wells - 15 Apr 2008 17:52 GMT
As I said, there were no other styles appled. The solution was given to me
by another response - refresh the page. I don't know why this isn't done
automatically when IE starts, but it worked.
Thanks.
> My best advice, with CSS, is download Firefox and then get Firebug. In
> Firebug, you can load a page and go through the elements and find out all
[quoted text clipped - 42 lines]
>>
>> Thanks.