Forum : background image
Brief description  about Online courses   join in Online courses
View Thangam  Nayagi 's Profile

background image

Hi sir,

how to add background image in logo of a webpage using css.although background{img src:"url"} command is used, when i tried using it within a div command it didn't work.so please can you help me including a background image in the logo part.

Asked by Thangam Nayagi | Jan 12, 2011 |  Reply now
Replies (4)
View santosh hegde 's Profile
... :)
Jan 14, 2011
View thangam nayagi 's Profile
thanks sathosh :)
Jan 13, 2011
View santosh hegde 's Profile
Hi,
Just try to write code like this:
#logo {width: 200px; height: 100px; padding:0; /*padding, if you want?*/ margin: 0px 0px 0px 0px; /*how you want, specify */
background: url(images/imagename.jpg) no-repeat; /* specify your image path/imagename.formats like jpg, png, gif etc }

just check this it may helpful for you...!! :)
Jan 12, 2011
View thangam nayagi 's Profile
i got the answer from the discussion board, thanks anyway sir
Jan 12, 2011