+ Reply to Thread
Results 1 to 3 of 3

Thread: Can anyone tell me about background colors?

  1. #1
    Join Date
    Jun 2006
    Posts
    5

    Question Can anyone tell me about background colors?

    Hello,

    If this inquiry is not acceptable here, please let me know, as I'm new to BlueHost.

    I used the code below to produce a gradient background on my site (www.angel-fine-art.com), but it only works when a person is using Internet Explorer. When using Mozilla, there is no color. Can anyone tell me how to have colored backgrounds that will also show with Mozilla?

    <body style="filter:progid:DXImageTransform.Microsoft.Gr adient(endColorstr='#b3b3fa', startColorstr='#f9d0f2', gradientType='0');">


    Any help with this will be greatly appreciated! (I'm really a novice, so please make it as basic as possible - I need "Web Building for Beginners" :-).

    Thank you.

    Lotus

  2. #2
    Join Date
    Feb 2006
    Location
    Somewhere where I don't know where I am
    Posts
    2,155

    Default

    Mozilla does not support this (since it's not a Microsoft product) as with a lot of other browsers. Just make a 1px X 1000px image and use that as your background
    Last edited by areidmtm; 01-24-2007 at 02:09 PM.
    Sign Up Now!
    Unlimited Storage, Unlimited Transfer, Host Unlimited domain names, 1 Free Domain Name
    BlueHost Features | BlueHost Help Desk | Become a BlueHost Affiliate | BlueHost CEO Blog
    (888) 401-4678 | Create a support ticket

  3. #3
    Join Date
    Jun 2006
    Location
    New Zealand
    Posts
    202

    Default

    I made you an image gradient (I made it 10px so its easier to see), which you can download and use, or you can make your own. (http://www.squaredproductions.com/misc/grad.jpg)

    Then all you have to do, is put this in your <head> tags

    Code:
    <style type="text/css">
    body {
    	background-image: url(images/bg.jpg);
    	}
    
    </style>
    ultimateuploader.com - Free file uploading and hosting
    ultimatevideotutorials.com - Free Photoshop video tutorials
    silentcollision.com

+ Reply to Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts