Page 3 of 3 FirstFirst 123
Results 21 to 26 of 26
  1. #21
    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.

  2. #22
    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*

  3. #23
    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

  4. #24
    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!

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

    Default Re: Spacing issues in different browsers.

    Quote Originally Posted by Orchard_Direct View Post
    Lol nearly worked, since u took the left margin out it has bought all the items up below it, definitely an improvement, nearly there!
    Since you are floating the 2 divs, if you want to leave the items below them there you have to have this right after the 2 floating divs
    <div class="clearBoth"></div>
    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. #26
    Join Date
    Aug 2007
    Location
    Brighton, UK
    Posts
    203
    Plugin Contributions
    0

    Default Re: Spacing issues in different browsers.

    The genious above me solved the solution Many thanks to him and everyone that helped me

 

 
Page 3 of 3 FirstFirst 123

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