I hate to say this and have wasted the list to thelist, 
but this actually WAS working for me.

When I couldn't figure out why it was not working on the 
client site I tried it on my development site at 
phpenguin.venomouspenguin.com

and it worked.

Then I realized it was not showing up on the client site, 
and my test site when changes were made if the calls that 
were being tested were AJAX style functions that were not 
getting the styles reloaded.

But it seemed to not always reload them even on a browser 
button refresh. Although after several hits of the 
button, the changes would pop into affect.

Not sure why that is, but it does seem to be working now.

Sorry for the extraneous post.

Skip

Jukka K. Korpela wrote:
> On Sat, 2 Jun 2007, skip evans wrote:
> 
>> A client site I'm doing some maintenance on has a bunch
>> of input statements like this:
>>
>> <input type="text" name="board_name" size="50" value="">
> 
> What's the URL?
> 
>> ...and I thought I could apply a style to all of them,
>> without having to go back and inserting class="something"
>> to all of these forms by using:
>>
>> input {
>>      font-family: Arial, Helvetica, sans-serif;
>>      border: 1px solid #000000;
>>      color: #000000;
>>      font-weight: normal;
>>      font-size: 11px;
>> }
>>
>> ...but this has no affect.
> 

-- 
Skip Evans
Big Sky Penguin
61 W Broadway
Butte, Montana 59701
=-=-=-=-=-=-=-=-=-=-
Check out PHPenguin, a versatile and lightweight
code base for developing PHP/MySQL applications.
phpenguin.bigksypenguin.com
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to