Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #6286
    jelo
    Member

    Within the last 3 updates a bug has been introduced. Previously the menu background (#access) would show correctly on an HP Touchpad. Now in the latest version the background gradient is just a few pixels high and mostly the menu is not visible.

    This is the CSS style:

    #branding #access,
    #colophon #access-footer {
    background: #3d3d3d; /* Show a solid color for older browsers */
    background: -moz-linear-gradient(#585858, #3d3d3d);
    background: -o-linear-gradient(#585858, #3d3d3d);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#585858), to(#3d3d3d)); /* older webkit syntax */
    background: -webkit-linear-gradient(#585858, #3d3d3d);
    clear: both;
    display: block;
    float: left;
    margin: 0 auto 2px;
    width: 100%;
    }

    However, I am not sure what browser HP Touchpad runs and why it would now display the navigation menu wrongly.

    J.

    #6326
    Sakin
    Keymaster

    @jelo: Can you send me more details about it. The screen-size and all. Also screenshot if possible.

    #6346
    jelo
    Member

    I would love to, but I cannot upload a screenshot to this forum and there does not seem to be a way to send you a private message either. How do you want me to submit it?

    #6350
    Sakin
    Keymaster

    @jelo: You can upload your screenshot image in your website or dropbox or site which allows you to upload the photo and then paste in the site URL here.

    #6396
    jelo
    Member
    #6397
    jelo
    Member

    Resolution of the HP Touchpad is 1024×768…

    #6792
    Sakin
    Keymaster

    @jelo: Sorry for the late reply. I forgot to subscribe to this thread. After Looking at your screenshot it looks like there is height overflow issue in there. Can you send me your site URL and then I will send you the css. We need to work on this together.

    #6875
    jelo
    Member

    Hi Sakin,

    I sent you the details by email. Thanks for looking into this error.

    J.

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Bug: HP Touchpad Navigation bg gradient’ is closed to new replies.