Results 1 to 6 of 6

Hybrid View

  1. #1
    Join Date
    Sep 2008
    Posts
    219
    Plugin Contributions
    0

    Default Border in Main Window

    This is very awkward but cant seem to see the boarder for the main window. I see top left and bottom but no the right side boarder. Here is my stylesheet code for that section:

    #mainWrapper {
    margin-top: 0px;
    margin-right: auto;
    margin-left: 104px;
    margin-bottom: auto;
    padding: 0;
    background-color: #fff;
    border: 1px solid #000;
    text-align: left;
    width: 82%; /*90%;*/
    vertical-align: top;
    }
    /*EOF Main Wrapper*/

    I`ve used the dev tools but cant seem to get it fixed.

    much thanks

  2. #2
    Join Date
    Feb 2009
    Posts
    95
    Plugin Contributions
    0

    Default Re: Boarder in Main Window

    I copied/pasted your code into my stylesheet and all 4 borders look normal in both firefox and IE7. Your problem must lie somewhere else.

  3. #3
    Join Date
    Sep 2008
    Posts
    219
    Plugin Contributions
    0

    Default Re: Boarder in Main Window

    Any help in the right direction would be appreciated. I keep making changes but nothings seems to get the boarder back. If someone can point me in the right direction i would appreciate that.

  4. #4
    Join Date
    Feb 2009
    Posts
    95
    Plugin Contributions
    0

    Default Re: Boarder in Main Window

    There's really no way to tell without knowing more about your setup. Do you have a link to your site?
    Sometimes the best way to track down these type of problems is to comment out different sections of your style sheet until you narrow down the culprit.
    Could there be something overlapping or overflowing the div?
    Does the border show up when you set the width back to 90%?

  5. #5
    Join Date
    Sep 2008
    Posts
    219
    Plugin Contributions
    0

    Default Re: Boarder in Main Window

    The is very awkward but As long as that number stats above 82 the line showes up. Anything less and it's gone. Dont know what could be wrong, but seems to resolve the issue for now.

  6. #6
    Join Date
    Feb 2009
    Posts
    95
    Plugin Contributions
    0

    Default Re: Boarder in Main Window

    I think if you would resize your window, you will see the right border disappear again.
    You have some static widths set for your sidebars, and an object in your center container that is statically sized. The problem occurs when the contents of the right container overflow the div. This makes the border appear to dissappear. Try setting a min-width on your divs large enough that this problem won't occur.
    say:
    min-width: 1040px
    would be close.
    Last edited by jwitt98; 17 Feb 2009 at 01:28 AM. Reason: said left container, meant right.

 

 

Similar Threads

  1. Main window shift - Floating main window
    By hardwiredtemplates in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 4 Jul 2011, 04:46 AM
  2. changing backgrounds in main window
    By Kountessa in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 31 Jul 2010, 07:30 AM
  3. Main Wrapper Border
    By mawson in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 11 May 2010, 01:39 PM
  4. Popup window on main page
    By robbinsgj in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 13 Nov 2009, 03:08 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