Jump to content

Faithlessdbo

Members
  • Posts

    3
  • Joined

  • Last visited

Posts posted by Faithlessdbo

  1.  

    ALL css solution now js/jq to calculate height

    #wrapper {    margin: 0 auto;    min-height: 100%;/*added by dsonesuk*/    overflow: hidden;    position: relative;/*added by dsonesuk*/    width: 990px;}#wrapper:after { /* new addition by dsonesuk */    background-color: #596D7F;    background-image: url("style/images/noize.png");    border-left: 1px solid rgba(0, 0, 0, 0.5);    border-right: 1px solid rgba(0, 0, 0, 0.5);    bottom: 0;    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.15) inset;    content: "";    left: 0;    position: absolute;    top: 0;    width: 258px;    z-index: 0;}#sidebar { /* amended by dsonesuk */    background-attachment: scroll;    background-clip: border-box;    background-origin: padding-box;    background-position: 0 0;    background-repeat: repeat;    background-size: auto auto;    float: left;    margin-top: -1px;    position: relative;    width: 258px;    z-index: 100;}

     

    This has solved the problem. Thank you very much!

  2. I havent posted the wrong image. If you look closely to the height of the navigation background you can see there is a difference. The image with the bug stops earlier with the height than the image without the bug.

  3. Hello,

     

    I'm very new to CSS and I have a small issue with a navigation menu. Whenever I have a full screen and I don't resize my browser nothing is wrong. However whenever I resize on some pages the bottem of the navigation is gone.

     

    In the following picture the bug will be displayed:

    post-179619-0-69988400-1419758180_thumb.jpg

     

    When I have my full screen again and refresh the page it will be normal again as displayed in the following picture:

    post-179619-0-05854700-1419758172_thumb.jpg

     

    This bug makes mobile devices have issues from time to time and cannot see the whole navigation.

     

    If you need a live view you can navigate to my test page located here:

    http://testingcss.hostingsiteforfree.com/

     

    Thank you for reading and have a nice day.

×
×
  • Create New...