Git Product home page Git Product logo

Comments (2)

ctrlmaniac avatar ctrlmaniac commented on May 24, 2024

Have you downloaded the latest version of the plugin? Be sure to have followed the instructions. And if this might help you, use these test pages which works as they should.

The plugin is not meant to change the cursor while hovering a link, you should tweak it in your css.

Did you added in you CSS this style attributes for .sidebar-wrapper?

.sidebar-wrapper {
    position: relative;
    height: 100%;
    overflow: auto;
}

You are using .close-sidebar in the wrong way. As in the guide, the closingLinks method must be attached to links, not to tables:

<table width="100%" height="100%" border="0">
    <tr>
    <td align="center" valign="middle">
        <a class="close-sidebar" href="http://google.com" target="_blank">google</a><br /><br />
        <a class="close-sidebar" href="http://google.com" target="_blank">google</a><br /><br />
        <a class="close-sidebar" href="http://google.com" target="_blank">google</a><br /><br />
        <a class="close-sidebar" href="http://google.com" target="_blank">google</a>
    </td>
    </tr>
</table>

Plus table must not be use for layout, they are meant to hold data such as in spreadsheets. Consider not to use tables at all since they are hard to tweak and almost always break layouts. (If you need more reason not to use tables, I won't provide you them, google for them).

Try to add a higher zIndex in the plugin method! See options.

Are you sure that Meteor supports jQuery?

The last thing I can think of is to check for mistakes in your CSS file.

Consider to check test pages for a valid model.

from sidebar.

cope avatar cope commented on May 24, 2024

I did follow the instructions and the cursor is default on links so no css tweaking is required as long as the links are in front, but they aren't because the mask if over them for some reason.

It could very well be a browser issue, I don't know.

All I know is that I finally gave up and wrote up my own slidebar, so I will continue with that one now...

from sidebar.

Related Issues (19)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.