javascript - bootstrap fixed to top but below alert at top -
i'am trying have alert @ top of page form visitors put in phone number. "alert alert-info" div form within it. works great because put @ top of body tag. comes nav, right "navbar navbar-default navbar-static-top" div. when try change fixed-top (fixed below alert) comes out on top of alert (there might z-index issue, don't know). know how can make nav fixed @ top below alert (which should static @ top)?
thanks alot in advance!
per bootstrap's documentation: "the fixed navbar overlay other content, unless add padding top of body."
Comments
Post a Comment