S
Stefan Mueller
I've a html table with a header row and several columns. If I click on
the header of a column the function 'clicked_column(var_this)' gets
called.
Because I'm able within that function to change just on the clicked
header the mousepointer with 'var_this.style.cursor = "crosshair";' to
a cross I think that there must by also a way to add an image to the
existing header (<header title> <image>).
Does someone know if this is really possible and if yes how it can be
done?
the header of a column the function 'clicked_column(var_this)' gets
called.
Because I'm able within that function to change just on the clicked
header the mousepointer with 'var_this.style.cursor = "crosshair";' to
a cross I think that there must by also a way to add an image to the
existing header (<header title> <image>).
Does someone know if this is really possible and if yes how it can be
done?