As all we know, we can not create any good website without using CSS.
This week, let me share some issues regarding to CSS.
1.) How to algin vertically text box and image box
Solution :
use style="vertical-align:bottom; "
2. In ASP.Net, if you want background image for your menu,
Solution :
Just add the image through a CSS style.
background-image : url(ur Gif Image url);
background-repeat:no-repeat;
This week, let me share some issues regarding to CSS.
1.) How to algin vertically text box and image box
Solution :
use style="vertical-align:bottom; "
2. In ASP.Net, if you want background image for your menu,
Solution :
Just add the image through a CSS style.
background-image : url(ur Gif Image url);
background-repeat:no-repeat;