

css
Code: Select all
#hpfront{ position:absolute;
width: 100px;
height: 15px;
z-index:3;
}
#hpback{ position:relative;
width: 100px;
height: 15px;
z-index:2;
}
#psifront{ position:absolute;
width: 100px;
height: 15px;
z-index:3;
}
#psiback{ position:relative;
width: 100px;
height: 15px;
z-index:2;
}
#expfront{ position:absolute;
width: 100px;
height: 15px;
z-index:3;
}
#expback{ position:relative;
width: 100px;
height: 15px;
z-index:2;
}