Is it possible in my css file to do something like that?:
.myclass:after{ content:\"click me\"; onclick:\"my_function()\"; }
I want to a
Well,
using expresison it might actually be possible for internet explorer only.
Otherwise:
No. Not at all, thats not what css is made and intendet for.