Thread: Border problem

Page 1 of 2 12 LastLast
Results 1 to 10 of 18
  1. #1
    Join Date
    Feb 2007
    Posts
    107
    Plugin Contributions
    0

    Default Border problem

    Using Internet Explorer 7, on this page:

    http://www.puppycoatjunction.com/ind...roducts_id=493

    at the bottom we have a "Customer Also Bought" box... the grey single line border is supposed to encase the products, but instead the product picture seems to be on top of line and there is no "box' so to say... it seems to have collapsed. It only does this in IE7; in Firefox it is a box as it is supposed to be.

    Any ideas what is wrong with it?

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

    Default Re: Border problem

    IE issue and I can not test interactively but try this:

    Add to your style sheet:
    Code:
    #alsoPurchased {
            height: 1%;
            }
    Save & upload and let us know
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Feb 2007
    Posts
    107
    Plugin Contributions
    0

    Default Re: Border problem

    You're brilliant! It looks exactly as it should now. Many thanks

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

    Default Re: Border problem

    Great!!!

    Pesky IE & their "quirks" mode
    Zen-Venom Get Bitten

  5. #5
    Join Date
    May 2007
    Posts
    139
    Plugin Contributions
    0

    Default Re: Border problem

    Here's another one for the experts versus IE's pesky quirks...

    I had a hard time manipulating the right sideboxes, so I set a max-width for them, and min-with for centercolumn, great. After a day's work I was finally able to relax because it worked out, but when I tried IE there's issues, such as
    1- top+right borders of left and right top sidebox (wrappers?) are cut off
    2- left, center and right top borders are pushed down (I did a -6px for these in stylesheet, does this conflict with IE?)
    3- Worst of all, the right sidebox is overlapping on top of center column, AND changes width and overlap distance when viewing different pages... this doesn't occur on my main page, of which works fine (I inserted a table from Define Pages)

    I know my methods aren't perfect as I've only been working with ZC for 2 weeks now, but I feel deflated that there are discrepencies between IE and Firefox... I realized also that I should check Safari for Mac users? Darn, I don't even own a Mac... so
    4- How to verify with Safari...

    My posts have been going unanswered lately, I need a little luv :)

    TIA, Tatiana

    PS As usual... I've included screenshots, it's the best way I could describe things to you guys, hope that's ok. 1sts FF, 2nds IE7/IE6), 3rd main page in FF/IE7-6
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	wolfandrabbit.jpg 
Views:	236 
Size:	30.0 KB 
ID:	2085   Click image for larger version. 

Name:	wolfandrabbit2.jpg 
Views:	226 
Size:	91.3 KB 
ID:	2086   Click image for larger version. 

Name:	mainpage.jpg 
Views:	217 
Size:	67.9 KB 
ID:	2087  


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

    Default Re: Border problem

    tatiana77,
    My posts have been going unanswered lately, I need a little luv :
    And we need a url...
    Zen-Venom Get Bitten

  7. #7
    Join Date
    May 2007
    Posts
    139
    Plugin Contributions
    0

    Default Re: Border problem


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

    Default Re: Border problem

    I did not look at all the issues but have determined that you have many conflicts and you need to look at the items that you have attempted to restrict or define in all the places that you have i.e. your table through defines and this one:

    paypal.jpg contained in the side box is 128px wide, the side box is 140px wide you have sidebox content padding at 1em(10px equiv) all around so left and right padding = 20px.

    Add it up 128px + 20px = 148px in a box that is 140px wide - and this error gets rendered differently in browsers depending on how they handle this size mis-match

    Other things that are not normally necessary and could be conflicting with other items(highlighted in red)
    Code:
    .sideBoxContent {
    	background-color: #ffffff;
    	padding: 1em;
    	font-size: 12px;
    	}
    
    .leftBoxContainer, .rightBoxContainer {
        margin: 0em 0em 1.5em 0em;
        width: 100%;
    	background-color: #ffffff;
        border: 4px dotted pink;
        margin-top: 0em;
        }
    
    #blanksidebox {
    	text-align:center;
    	float:left;
    	max-width: 140px
    	}
    
    .centerColumn {
    	background-color: white;
    	border: 1px solid black;
    	padding: 1.5em;
    	margin: -0.5em 0.5em 1em 1em;
    	min-width: 620px ;
    	}
    
    #navColumnTwoWrapper {
    	background-color: transparent;
    	max-width: 140px
    	}
    I would change this to cleanup your header a bit:
    Code:
    #logoWrapper{
    	background-color: #E4F4FF;
    	height:123px;
    	width: 100%;
    	border: 2px solid #000000;
    	}
    Generally better not to specify max & min dims and to let the browser adjust as required

    i.e. the center results from subtracting from the overall width the left & right columns and margins & padding values and then is what ever remains. Specifying a min of 620px then looking at margins and padding and possibly a table def I theorize that you have situations that are not attainalbe as in the paypal side box and you are thereby leaving this up to the browser to correct.

    As each browser calculates these things differently you are at the mercy of the browser.
    Zen-Venom Get Bitten

  9. #9
    Join Date
    May 2007
    Posts
    139
    Plugin Contributions
    0

    Default Re: Border problem

    Thanks Kobra (darn you're fast)

    I'm going to revise everything, especially since I didn't take into account sizing for smaller res users...

    I'll make the changes and come back.

    Tatiana

  10. #10
    Join Date
    May 2007
    Posts
    139
    Plugin Contributions
    0

    Default Re: Border problem

    Hi,
    Ok I changed the stylesheet as you instructed. Also played with the sizes to make it more user-friendly for lower res users.

    Looks good in FF, I must say. Still a few discrepencies in IE7 though,
    The center column keeps widening/shortening depending on the page chosen. Also, the left space next to it as well as distance from the above titles (About Us, etc) is too wide. I'm going to see what's going on with the mainwrapper width. (Is there a Web Developer add-on for IE7?)

    As for the header image, I manually re-sized it, although left/right edges still too wide, still working on it.

    If you have the time, do you mind taking another look?

    TIA,
    Tatiana

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. another border problem
    By blackwolf in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 9 Nov 2009, 05:23 PM
  2. logo border problem
    By godt in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 24 Feb 2009, 11:56 AM
  3. small IE border problem
    By Natural Tone in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 21 Jul 2008, 12:48 AM
  4. border removal problem
    By hottytoddysummer in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 21 Feb 2008, 11:29 AM
  5. Border Problem and Text under main page category image problem
    By bigc90210 in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 7 Feb 2007, 02:40 PM

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