Giter Site home page Giter Site logo

Comments (5)

pickhardt avatar pickhardt commented on July 22, 2024

Highlight works by adding a class "guiders_highlight" to the div, giving it
a higher z-index.

Have you tried a few things:

  • ensuring your css file has a high z index for guiders_highlight? (It's
    set to 101 by default)
  • check the position attribute of your div

If there is a bug, I suspect it is something along the lines of "the div is
getting the guiders_highlight class, but the elements inside the div aren't
benefitting from the higher z-index because the position attribute was left
empty"

Jeff Pickhardt
[email protected]

On Thu, Jan 17, 2013 at 6:48 PM, Douglas Tarr [email protected]:

I'm using guiders with the highlight option. It appears to highlight input
elements, but not divs. I've verified that it is applying the
guiders_highlight class to the element. But it appears to not actually
highlight anything.

Is there any way to get highlight to work with divs?


Reply to this email directly or view it on GitHubhttps://github.com//issues/84.

from guiders-js.

pickhardt avatar pickhardt commented on July 22, 2024

I agree that there is a bug. I don't know exactly how to solve it, though. I've replicated it: perhaps your div doesn't have a background color? I've found that added a bg color helped me, when I replicated it.

from guiders-js.

djhopper01 avatar djhopper01 commented on July 22, 2024

Thanks @pickhardt. I ran into a similar issue when the div did not have a background color. Adding a background color makes the div look much better.

from guiders-js.

h0ru5 avatar h0ru5 commented on July 22, 2024

Also stumbled across that issue, setting a white background works fine for my case.

For a cleaner solution, you could lay a white highlighting-backdrop under the element to highlight, so that z-order(backdrop) < z-order(white background) < z-order(highlighted element), Tricky thing is to put the white background into the same position and size as the element.

Bootstrap-tour does this, see https://github.com/sorich87/bootstrap-tour for an example.

from guiders-js.

jdan avatar jdan commented on July 22, 2024

Sometimes it's just a z-index annoyance and changing the background color isn't enough. Make sure to set your highlighted element's position to "relative"

from guiders-js.

Related Issues (20)

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.