</html> <script> function clie_select_on(id) { id.style.backgroundImage="url(img/info_clients/footer_cv.jpg)"; } function clie_select_off(id) { id.style.backgroundImage="url(img/info_clients/footer_cb.jpg)"; }
function menu_show(id) {
var p=getPosition(id); document.getElementById('show_menu_client').style.top=p.y; document.getElementById('show_menu_client').style.left=p.x; }
function getPosition(e){ var left = 0; var top = 0; while (e.offsetParent) { left += e.offsetLeft top += e.offsetTop e = e.offsetParent; } left += e.offsetLeft top += e.offsetTop return {x:left, y:top}; } </script>
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Актуальные контакты:
Telegram: @Nikker_web
E-Mail: tarasevich.email@gmail.com
Портфолио https://www.behance.net/d4d4186e
Разрабатываю дизайн групп в соц сетях, сайтов, приложений, другой дизайн под заказ
Актуальные контакты:
Telegram: @Nikker_web
E-Mail: tarasevich.email@gmail.com
Разрабатываю дизайн групп в соц сетях, сайтов, приложений, другой дизайн под заказ
Портфолио https://www.behance.net/d4d4186e
Question
prihod
Имеется два div блока 1-й с id= cl_1 и z-index=100, 2-й с id= show_menu_client и z-index=88
Нужно что бы блок 1 перекрывал собой блок 2 но на практики получается наоборот
Вот HTML
и CSS код
Что не так ?
Link to comment
Share on other sites
5 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.