Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dropkick and ABSOLUTE positioning #111

Closed
huemane opened this issue Apr 9, 2013 · 0 comments
Closed

Dropkick and ABSOLUTE positioning #111

huemane opened this issue Apr 9, 2013 · 0 comments

Comments

@huemane
Copy link

huemane commented Apr 9, 2013

I've had to style my dropkick select boxes with absolute positioning because the dropdown options weren't displaying outside of the container div's they are in.
However, when I do this, the standard dropkick css no longer works using:

.dk_options {display: none;}
.dk_open .dk_options {display: block;}

I had to change these to:

.dk_options {visibility:hidden;}
.dk_open .dk_options {visibility:visible;}

This does work but when the dropdown options close, you can still see the options list for a small delay opposed to them disappearing instantly using the standard method.

Has anyone else had these issues and does anyone have any advice please?

Thanks, GREAT SCRIPT!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants