Results 1 to 10 of 26

Hybrid View

  1. #1
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Spacing issues in different browsers.

    You can easily set the description background color to white.
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  2. #2
    Join Date
    Aug 2007
    Location
    Brighton, UK
    Posts
    203
    Plugin Contributions
    0

    Default Re: Spacing issues in different browsers.

    Also, if i just moved the content into the 3rd wrapper it would not solve the problem of the 2nd wrapper moving up/down on different pages due to the image being a different height. is there a different way of setting my divs in order to get the same effect but be correct across all browsers? Im off to work now but will look at this thread when im back. many thanks!

  3. #3
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Spacing issues in different browsers.

    That problem can be solved easily. First try to make the changes I suggested, then if that problem is still there we will move on to fix it.
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  4. #4
    Join Date
    Aug 2007
    Location
    Brighton, UK
    Posts
    203
    Plugin Contributions
    0

    Default Re: Spacing issues in different browsers.

    I have changed it like you said, by eliminating the 3rd wrapper, spacing issue has not changed. Any ideas? cheers

  5. #5
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Spacing issues in different browsers.

    Can you specify the problems now, along with screenshots if possible? Since the page displays just fine on my ie7
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  6. #6
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Spacing issues in different browsers.

    The actual problem is not obvious because the #productGroupWrapper2 has a margin-top:-12.8em; which brings it up higher than it would normally be. The right-floated elements are affected by the clearBoths on elements *inside* the left-floated wrapper.

  7. #7
    Join Date
    Aug 2007
    Location
    Brighton, UK
    Posts
    203
    Plugin Contributions
    0

    Default Re: Spacing issues in different browsers.



    The problem is shown in the image above, help please!!!!

    P.s soz for my miss spelling of *browser*

  8. #8
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Spacing issues in different browsers.

    Try:

    Code:
    #productGroupWrapper2 {
        float:right;
        padding:0.5em;
        margin-top:0em;
        width:360px;
        height: auto;
        min-height:100px;
        background: #EFEFEF;
        text-align: left;
        border: 1px solid #C9DCFA;
    }
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  9. #9
    Join Date
    Aug 2007
    Location
    Brighton, UK
    Posts
    203
    Plugin Contributions
    0

    Default Re: Spacing issues in different browsers.

    Quote Originally Posted by yellow1912 View Post
    Try:

    Code:
    #productGroupWrapper2 {
        float:right;
        padding:0.5em;
        margin-top:0em;
        width:360px;
        height: auto;
        min-height:100px;
        background: #EFEFEF;
        text-align: left;
        border: 1px solid #C9DCFA;
    }
    Lol nearly worked, since u took the left margin out it has bought all the items up below it, definitely an improvement, nearly there!

 

 

Similar Threads

  1. v139h Product filter showing on different positions in different browsers
    By barendfaber in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 30 Aug 2012, 09:52 AM
  2. font color issues - different between browsers
    By matchlock in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 5 Jun 2011, 08:15 PM
  3. Different browsers show different results
    By osaeed in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 24 Feb 2010, 06:39 PM
  4. Positioning Issues with Different Browsers
    By swelter83 in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 28 Mar 2008, 02:45 PM
  5. EZ-Pages Background Image different in different browsers
    By rvagrrl in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 5 Aug 2006, 07:19 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