[mod_python] [Off] Can I set some properties from CSS ?

Graham Dumpleton grahamd at dscpl.com.au
Fri Oct 27 18:01:21 EDT 2006


Also do google searches on 'css textarea'. From memory Internet
Explorer has some shortcomings when it comes to applying CSS
to parts of forms. You may therefore have to use some workarounds
to get it working across all browsers.

Graham

On 28/10/2006, at 12:36 AM, Aaron Gallagher wrote:

> You should look here:
> http://www.w3.org/TR/CSS21/
>
> On Oct 27, 2006, at 2:27 AM, durumdara wrote:
>
>> Hi !
>>
>> Sorry for OFF, but I working in a form handler tool, and I need  
>> some informations.
>> So: I want to make style - independent code in the form handler.
>> If possible, I want to move all of the styles to a css file.
>>
>> But I don't know it is possible or not.
>>
>> Example:
>> TEXTAREA ROWS property (how many lines I want to see)
>> SELECT SIZE property (how many items I want to see)
>>
>> The problem that these properties are unique things.
>> Not all input type needed them.
>> When I fixed them into code, I lost the independecy of css.
>>
>> Thanks for your help:
>
> Aaron Gallagher
> <habnabit at gmail.com>
>
>
> _______________________________________________
> Mod_python mailing list
> Mod_python at modpython.org
> http://mailman.modpython.org/mailman/listinfo/mod_python



More information about the Mod_python mailing list