Welcome
Arachne's Web
A group focused on serving the AW community by providing help and discussion on topics such as HTML, CSS, web design, homesite decorating, netiquette and issues important to web artists.

Code Information Center (2 threads, 1007 posts)
    Tips and Tricks (155 posts)
    Social Thread

    Know some neat code for use here or on the net? Post 'em here! ...
    50 Members have made 121 Posts here to date.
    Google
    AncientWorlds.net Web
    Next: Thanks, Bithiah. Can you help?
    Prev: Sharing codes no longer works!
    Getting rid of the black background at the bottom of the page
    bithiahavatar_trans.gif
    Author: * Bithiah Nebet - 0 Posts on this thread out of 48 Posts sitewide.
    Date: Mar 13, 2003 - 13:11

    If you don't have a black background at your homesite, you probably see that your background image or color ends a bit above the bottom margin of the page and there's a black space where it says "Copyright 2002...." Here's a way to get rid of it:

    For background colors:

    <style type="text/css">
    .community { background-color: #yourcolorhere; }
    div { background-color: transparent; }
    </style>

    For background images:

    <style type="text/css">
    .community { background-image: url("yourimage.gif"); }
    div { background-color: transparent; }
    </style>

    This works in IE 6 and NS 7. I hope it helps.


    NEXT: Thanks, Bithiah. Can you help?
    PREV: Sharing codes no longer works!
Rome - Rome, Season 1 - The Stolen Eagle


Copyright 2002-2011 AncientWorlds LLC | Code of Conduct and Terms of Service | Contact Us! | The AncientWorlds Staff