Showing posts with label CSS. Show all posts
Showing posts with label CSS. Show all posts

Monday, 10 September 2012

Vertical align and Background image in CSS

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;