Results 1 to 10 of 27

Hybrid View

  1. #1
    Join Date
    Apr 2006
    Location
    West Salem, IL
    Posts
    2,888
    Plugin Contributions
    0

    Default Re: Sideboxes overlapping.!

    well isn't this a quandry (sp?) Firefox makes this difficult to troubleshoot with its edit css feature as it doesn't handle relative paths to images well, basically is they disappear. So with that said when you turn off the background images you see that the sidebox content are lined up all the way down, no overlap, so we know that it is working correctly. The problem is with the sidebox background images as you can see here:
    Code:
    #navColumnOne {
           margin:0;
           background-image:url(../images/sidetop-3.jpg);
           background-repeat:no-repeat;
           padding: 1.3em 1.2em;
    }
    	
    
    #navColumnOneWrapper {
          background-image:url(../images/sidebottom-4.jpg);
          background-repeat:no-repeat;
          background-position:bottom;
          padding: 0.6em 0.7em 0.4em 0.6em
    }
    You have the images tied to 2 different things, so of course they don't work together. So when you turn off the one box the column shrunk and the image tied to the bottom of that column moved up.
    I would implement this differently. I would go through and figure out all class and ids for the different boxes, including the one for the shopping cart which doesn't appear until something is in the cart (if your gonna use it).
    Then the box that you want to be at the top would have the fancy header (Scroller thingy) for the border-top and border-left, -right would be set to double and no border-bottom defined.
    Then the next boxes in the lineup would have no top or bottom borders, only border-left, -right.
    The last box would have the opposite setup as the top box, no border-top, only sides and bottom.
    The classes and ids for the boxes is in the code but not always in the stylesheet, that is the homework make a list of all of them.

    Implementing them this way would make them dynamic, they would work when you add more content to them. As they are now if you add more content to them then can fit you would have to redo the images. What a pain that would be.
    Hope I made some sense and gave you some info you can use
    Mike
    AEIIA - Zen Cart Certified & PCI Compliant Hosting
    The Zen Cart Forum...Better than a monitor covered with post-it notes!

  2. #2
    Join Date
    Aug 2006
    Posts
    52
    Plugin Contributions
    0

    Default Re: Sideboxes overlapping.!

    Thanks . I understand what you are saying and it makes sense but i am confused by classes. I am not familiar with coding or anything dealing with websites for that matter , How would I start to define the classes or find out whats what?

    Thanks for the advice..

  3. #3
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Sideboxes overlapping.!

    Get firefox and the web developers extentions available at the FF site, You might also like the ardvark plugin.

    With these you can set them to show the information is several ways and therefore be able to make a list of the sideboxes that you are displaying. You only have to select the top most box to always be the top and the bottom to always be the bottom through the order function in the layoutboxes controller in the admin.
    Zen-Venom Get Bitten

 

 

Similar Threads

  1. Can someone please help? Quantity Issues - Please
    By snakecharmer in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 11 Jul 2011, 05:56 AM
  2. Can someone help, has this been done before. help please
    By kldezine in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 28 Apr 2009, 03:50 PM
  3. please someone help!
    By cruiser84 in forum General Questions
    Replies: 2
    Last Post: 15 Sep 2008, 11:10 AM
  4. Can someone PLEASE help me?
    By ~Carla~ in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 17 Jul 2007, 01:56 AM

Posting Permissions

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