.net - Twitter Bootstrap Modal Not Working in DNN -


i running dnn 6.2 , have developed skin using toolkit twitter bootstrap. of functions work correctly except modals.

http://twitter.github.io/bootstrap/javascript.html#modals

when implemented, use html/pro module , import code through that. example, if create button calls modal, when clicked, overlay appears, modal drops in, modal behind overlay.

i've tried:

  • adjusting z-index's
  • placing modal content outside of skins container, while keeping button still in html/pro module.

i function working correctly, suggestions?

you might try adjusting z-index .dnnmodule class has z-index of 900 , causes problems. in skins set @ 100

you can see sample of 1 of skin.css files @ https://multifunction.codeplex.com/sourcecontrol/latest#skin.css


Comments

Popular posts from this blog

How to logout from a login page in asp.net -

Stack level too deep error after upgrade to rails 3.2 and ruby 1.9.3 -