Home >Web Front-end >HTML Tutorial >How to use DIV to create a page with tab switching_html/css_WEB-ITnose

How to use DIV to create a page with tab switching_html/css_WEB-ITnose

WBOY
WBOYOriginal
2016-06-24 12:19:421404browse

Now I need to make a label switch. Clicking a certain label will display a certain piece of content, just like the one on the form. Thank you everyone


Reply to the discussion (solution)

JS can be used to set the hide and show attributes of DIV. You can use the JQuery-ui js plug-in. The effect is not bad.

The main thing is document.getElementById(Id).style.display="none" or "block" to control the display. Put the mouse on it and hide other divs.

Now I need to make a label switch. , click on a certain tab to display a certain piece of content, just like the one on the form, thank you everyone
Please read: tabs tab switching effect.

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn