[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Sergey Borisov

1/20/2003 4:12:00 PM

Hello!

I'm writing cross browser control.
Some old browsers can't use CSS Style Sheets properly.
But it isn't a good solution to copy all css properties to control and use
it
in browser specific html generation.
<mycontrol style_normal="MyNormal" style_over="MyOver" />

Does anybody know, how to read .css Style Sheet by .NET on server side and
get all style's
properties from it.

Style class has CSSClass property, but it's only string of cause.

Sergey