Results 1 to 5 of 5

Backround image wont fill page

This is a discussion on Backround image wont fill page within the osCmax v1.7 Discussion forums, part of the osCmax v1.7 Forums category; Hi people, i had some probs then reinstalled a version of ms 2 max, got it going but i cam't ...

      
  1. #1
    New Member
    Join Date
    Jul 2004
    Posts
    12
    Rep Power
    0


    Default Backround image wont fill page

    Hi people, i had some probs then reinstalled a version of ms 2 max, got it going but i cam't get the bg image to fill page.
    <<Red fragle>> gave some advice in another forum on this subject saying that you need to add to the stylesheet.css. Ive got the image there but there is a slight gap.

    here is a snapshot of my .css

    <<<<<<<<<<<<&l t;<<<<<<<<<<<< <<<<<<<<<<<<&l t;<<<<<<
    <<<<<<<<<<<<&l t;<<<<<<<<<<<< <<<<<<<<<<<

    BODY {
    /*background: #ffffff;*/
    color: #000000;
    margin: 0px;
    background-image : url(images/OSCMAX_top.);
    }

    A {
    color: #000000;
    text-decoration: none;
    }

    A:hover {
    color: #AABBDD;
    text-decoration: underline;
    }

    FORM {
    display: inline;
    }

    TR.header {
    background: #ffffff;
    background-image : url(images/OSCMAX_top.jpg);
    }

    TR.headerNavigation {
    /*background: #bbc3d3;*/
    }

    TD.headerNavigation {
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    background: #bbc3d3;
    color: #ffffff;
    font-weight : bold;
    background-image : url(images/box_shop2.gif);
    padding-bottom : 2px;
    padding-top : 2px;
    }

    A.headerNavigation {
    color: #FFFFFF;

    >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    >>>>>>>>>>>>>>>>>>>>>>>>>

    Please help,

    should i add it to another section ? cause i tried a few variations.


    Thanks

    Keith

  2. #2
    New Member
    Join Date
    Jul 2004
    Posts
    12
    Rep Power
    0


    Default

    In case you need a look to see what i'm waffleing on about

    http://www.digimarksystems.com.au/catalog/index.php

  3. #3
    Lurker
    Join Date
    Jul 2004
    Location
    St. John's NL, Canada
    Posts
    3
    Rep Power
    0


    Default

    Your image doesn't have the .jpg or .gif extension:

    BODY {
    /*background: #ffffff;*/
    color: #000000;
    margin: 0px;
    background-image : url(images/OSCMAX_top.); <---PROBLEM HERE
    }

    Try changing to this:

    background-image : url('images/OSCMAX_top.jpg');

    Hope that helps.
    Chris

  4. #4
    New Member
    Join Date
    Jul 2004
    Posts
    12
    Rep Power
    0


    Default

    I can'y believe i missed that, cheers mate.

    But after i correct that error it does not display properly, so i moved it back to it's intitial entry in td.header section and it still has same problem.

    If i add it to the body section as i tried, with the corrected file property added, it does not show, except for repeats throughout the main page section.

    Please help

  5. #5
    New Member
    Join Date
    Jul 2004
    Posts
    12
    Rep Power
    0


    Default

    Fixed, thanks for all your help, gamz

Similar Threads

  1. how to make the image on product page
    By johnkwok in forum osCMax v2 Features Discussion
    Replies: 0
    Last Post: 05-20-2006, 02:55 PM
  2. A tough need to fill HELP!
    By bkpie in forum osCmax v2 Customization/Mods
    Replies: 5
    Last Post: 02-23-2006, 08:36 AM
  3. adding a fill in form to order of certain items
    By plus766 in forum osCommerce 2.2 Modification Help
    Replies: 10
    Last Post: 09-07-2005, 05:33 AM
  4. title page wont resize
    By cosgrove80 in forum osCommerce 2.2 Modification Help
    Replies: 3
    Last Post: 02-14-2004, 07:41 AM
  5. Using a table backround image
    By fragzilla in forum osCommerce 2.2 Modification Help
    Replies: 5
    Last Post: 09-16-2003, 12:06 PM

Bookmarks

Posting Permissions

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