Style a pop-up using developer =toolbar

I have a pop-up


And want to apply some style to it (lower it so i correctly follows the mouse,
http://lukesspot.com/indus_links/show_rack.php?id=2
If I inspect the element, and force its state to be :hover, I get
how can I get to the pop-up to start styling it?

The position of the tootltip is dynamically altered by JS and you should look at the JS if you want to change the position. Indeed there are probably options in the plugin. I’m not sure if this is the plugin you are using but it looks like it.

deltaY number The vertical distance from the tooltip position.

The best you could do in CSS is add a magic number margin like so:

.tipthemewhite{margin:3em 0 0 1.1em;}

1 Like

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.