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

a.startQuiz gets display:inline; #66

Open
Aybee opened this issue Jan 29, 2015 · 0 comments
Open

a.startQuiz gets display:inline; #66

Aybee opened this issue Jan 29, 2015 · 0 comments

Comments

@Aybee
Copy link

Aybee commented Jan 29, 2015

There's a lack on jQuerys fadeIn() function. The in-faded element did not get the display set by CSS.

My CSS sets a.startQuiz (a.button) to display:block;, but the fadeIn() function sets it to inline style display:inline;. We can not overwrite it with display:block !important; as the buttons has to be display:none; after starting the quiz.

You can repair this by fadeIn().css('display', '') also see here http://stackoverflow.com/questions/1091322/how-to-fade-to-display-inline-block

I did not check other elements, just started to format my quiz.

Quick solution so far is swap this anchor with a BUTTON.

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

1 participant