Please, help me.
I'm using asp.net 2.0.
I have a problem that: I have an weather background image. I need to add texts (like temperature) and 'icon images' (like rainy, sunny ..) on background image. I don't want to use Graphics object to draw text on background.
It looks like this page: http://www.metservice.co.nz/default/...php?alias=home
I'm thinking about using divs on div.
If is there anyway to do it, or a custom control, please show me.
Thanks in advances.
I'm using asp.net 2.0.
I have a problem that: I have an weather background image. I need to add texts (like temperature) and 'icon images' (like rainy, sunny ..) on background image. I don't want to use Graphics object to draw text on background.
It looks like this page: http://www.metservice.co.nz/default/...php?alias=home
I'm thinking about using divs on div.
If is there anyway to do it, or a custom control, please show me.
Thanks in advances.
Comment