Activity Stream
48,167 MEMBERS
6782 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Results 1 to 9 of 9
  1.     
    #1
    Member
    Website's:
    StoneArcade.com

    Default Bit of css help plz

    i am trying to add a background image to my site atm.. i want to keep the current bg color,just want this image to appear in teh upper left corner (as shown in screenshot)



    This is the css bit i need to use for adding it.. as you will see in this example simply adding background-image: url(path/image.png) doesnt seem to work.

    PHP Code: 
    body {
        
    background-color#2F2F4F;
        
    background-imageurl(templates/alpha/images/bg.png);
        
    font-family"Lucida Sans Unicode","Lucida Grande",sans-serif;
        
    font-size14px
        
    padding0px;
        
    margin0px;

    thanks for your help

    please no replys of "use google" etc in my thread,offensive posts will be reported
    iMage Reviewed by iMage on . Bit of css help plz i am trying to add a background image to my site atm.. i want to keep the current bg color,just want this image to appear in teh upper left corner (as shown in screenshot) http://imgur.com/yDnqp.png This is the css bit i need to use for adding it.. as you will see in this example simply adding background-image: url(path/image.png) doesnt seem to work. body { background-color: #2F2F4F; background-image: url(templates/alpha/images/bg.png); font-family: "Lucida Sans Unicode","Lucida Rating: 5

  2.   Sponsored Links

  3.     
    #2
    Member
    Website's:
    ServeDome.com DisneyPinTrade.com DisneyJunction.com ImgDisney.com disneypintrade.ecrater.com
    url(templates/alpha/images/bg.png); background-repeat: no-repeat; background-attachment: fixed}

  4.     
    #3
    Respected Developer
    Website's:
    wrzc.org
    Shorten it all to
    PHP Code: 
    body 
    background#2F2F4F url('templates/alpha/images/bg.png') no-repeat top left;
    font-family"Lucida Sans Unicode","Lucida Grande",sans-serif
    font-size14px;  
    padding0px
    margin0px

    More info on the Background CSS property http://www.w3schools.com/css/pr_background.asp
    Tutorial How to SEO your Warez Site a guide to help you increase your organic traffic

    Huge list of Warez Sites and free Multiposter Templates

  5.     
    #4
    Respected Developer
    there are few things you can do
    first try something like

    background: #2F2F4F url(templates/alpha/images/bg.png) no-repeat left top;

    try this depending on ur image size it will display on right top, if you have any live link that will help more to understand.

    Edi:Mr Happy you beat me to it
    Bots Development | Web Development | Wordpress Customization | PSD Conversion

    Life has many twists and turns in it, you have to take what you are given and use it for the best.

  6.     
    #5
    Member
    EDIT: lmao everybody responded haha
    This is the staff, you have been banned

  7.     
    #6
    Member
    Website's:
    StoneArcade.com
    thanks man.. tht worked.. it didnt work with the path i was using previously.. i had to add it as (.images/bg.png) instead

  8.     
    #7
    Respected Developer
    Website's:
    wrzc.org
    Quote Originally Posted by mRAza View Post
    there are few things you can do
    first try something like

    background: #2F2F4F url(templates/alpha/images/bg.png) no-repeat left top;

    try this depending on ur image size it will display on right top, if you have any live link that will help more to understand.

    Edi:Mr Happy you beat me to it
    ya but you corrected my mistake in the rush. I had top left instead of left top. Not sure if mine would work right.

    But anyway it's worked and iMage is happy
    Tutorial How to SEO your Warez Site a guide to help you increase your organic traffic

    Huge list of Warez Sites and free Multiposter Templates

  9.     
    #8
    Respected Developer
    Quote Originally Posted by Mr Happy View Post
    But anyway it's worked and iMage is happy
    yeah that's what matters
    Bots Development | Web Development | Wordpress Customization | PSD Conversion

    Life has many twists and turns in it, you have to take what you are given and use it for the best.

  10.     
    #9
    Member
    Website's:
    StoneArcade.com
    ya thanks for all the quick and helpful replys from everyone

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

BE SOCIAL