Announcement

Collapse
No announcement yet.

border on box pushed to the right

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    border on box pushed to the right

    Hi

    I'm having trouble with a layout issue which I'm hoping someone will be able to help with.

    You can see the problem at http://www.ethnictradition.com/acatalog/Jewellery.html and it only seems to happen in IE. Netscape and Safari are ok.

    The right hand side of the Products navigation box is being pushed out when I display the NETQUOTEVAR:TOPLEVELSECTIONSTOP in it.

    The CSS involved is
    .navboxsides{
    width:1px;
    background-image: url("navBoxSideLeft.gif");
    background-repeat: repeat-y;
    }

    Any suggestions gratefully received!

    Regards, Sylvia

    #2
    For a start the way to reference a background image is:

    background-image: url(navBoxSideLeft.gif);

    Try that for a starters, might help.
    http://www.johnsons-seeds.com - Actinic plugins, remote add to cart and custom CMS
    http://www.dtbrownseeds.co.uk - More seeds and plants....
    http://www.mr-fothergills.co.uk - Well it used to be Actinic...

    Comment


      #3
      Hi Dave

      oops! missed that. Still got the same problem. The CSS is now

      .navboxsides{
      width:1px;
      background-image: url(navBoxSideLeft.gif);
      background-repeat: repeat-y;
      }

      Thanks for your reply

      Comment


        #4
        I've managed to fix this one now. Thanks for suggestions given.

        Comment

        Working...
        X