html - How to change stacking order of bg image? -
how can make mouth, eyes, , eyebrows appear on top of face without changing html? (the mouth in wrong position can see it)
<body> <div id = "shoulders"> <div id = "face"> <div class = "eyebrow" id = "lefteyebrow"> </div> <div class = "eyebrow" id = "righteyebrow"> </div> <div class = "eye" id = "lefteye"> </div> <div class = "eye" id = "righteye"> </div> <div id = "mouth"></div> </div> </div> </body>
you have several ways achieve want.
Comments
Post a Comment