Issue
How do I make an html div tag to be on top of everything?
Solution
In order for z-index to work, you'll need to give the element a position:absolute
or a position:relative
property. Once you do that, your links will function properly, though you may have to tweak your CSS a bit afterwards.
Answered By - Skylar Anderson
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.