Results 1 to 10 of 10
  1. #1
    Join Date
    Dec 2009
    Location
    Fort Meade, MD
    Posts
    124
    Plugin Contributions
    0

    Default Page scrolling issue. Please help.

    For some reason my product info pages scroll from right to left. I can't see anything in my CSS that would cause this problem. It's like the product info pages are wider then the rest.

    Here's a link to see what I'm talking about.

    http://coffinwear.com/index.php?main...products_id=69

  2. #2
    Join Date
    Dec 2009
    Location
    Fort Meade, MD
    Posts
    124
    Plugin Contributions
    0

    Default Re: Page scrolling issue. Please help.

    Anyone?

  3. #3
    Join Date
    Jul 2006
    Location
    Montreal, Canada
    Posts
    2,279
    Plugin Contributions
    0

    Default Re: Page scrolling issue. Please help.

    problem is the way you have set the margin for your attribute .

    .wrapperAttribsOptions {
    margin:0.4em 62em;
    }

  4. #4
    Join Date
    Dec 2009
    Location
    Fort Meade, MD
    Posts
    124
    Plugin Contributions
    0

    Default Re: Page scrolling issue. Please help.

    I don't understand what the problem is with it. Can you explain?

  5. #5
    Join Date
    Jul 2006
    Location
    Montreal, Canada
    Posts
    2,279
    Plugin Contributions
    0

    Default Re: Page scrolling issue. Please help.

    margins effect spacing between divs , currently 62em pushes the attribute Div 62em to right side effectively pushing that div outside of main wrapper.

    sorry, im not good at explaining things.
    i see on your side , you have used this technique multiple places and you may want to rethink how to position elements using CSS correctly.

  6. #6
    Join Date
    Dec 2009
    Location
    Fort Meade, MD
    Posts
    124
    Plugin Contributions
    0

    Default Re: Page scrolling issue. Please help.

    I was using that to manipulate the drop down box to where I need it to be. How would I go about moving it another way?

  7. #7
    Join Date
    Dec 2009
    Location
    Fort Meade, MD
    Posts
    124
    Plugin Contributions
    0

    Default Re: Page scrolling issue. Please help.

    Thanks for getting me in the right direction. I was able to get that issue fixed. Any idea how to get the word "Sizes" to go away?

  8. #8
    Join Date
    Jul 2006
    Location
    Montreal, Canada
    Posts
    2,279
    Plugin Contributions
    0

    Default Re: Page scrolling issue. Please help.

    you can add this to end of your stylesshet..


    .optionName {
    display:none;
    }

    hope this helps.

  9. #9
    Join Date
    Dec 2009
    Location
    Fort Meade, MD
    Posts
    124
    Plugin Contributions
    0

    Default Re: Page scrolling issue. Please help.

    Worked like a charm. Thank you for all of your help.

  10. #10
    Join Date
    Jul 2006
    Location
    Montreal, Canada
    Posts
    2,279
    Plugin Contributions
    0

    Default Re: Page scrolling issue. Please help.

    you welcome

 

 

Similar Threads

  1. v150 $db-Execute() issue with fields... Please please please help.
    By Ooba_Scott in forum General Questions
    Replies: 11
    Last Post: 3 Oct 2012, 09:36 AM
  2. issue with scrolling image gallery
    By customk1 in forum General Questions
    Replies: 5
    Last Post: 2 Aug 2010, 03:26 PM
  3. Please anybody please help with Scrolling Sidebox Mod. in IE8
    By hcd888 in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 2 Oct 2009, 03:42 AM
  4. Replies: 4
    Last Post: 3 Dec 2007, 02:10 PM
  5. help needed - main page scrolling problem
    By stregoi in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 7 Apr 2007, 07:43 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