Home Web Front-end JS Tutorial A tab label switching effect code_extjs

A tab label switching effect code_extjs

May 16, 2016 pm 06:54 PM
tab Label

HTML:

Copy code The code is as follows:













            < ;/div>

            CSS:
            Copy code The code is as follows:

            #tabsK {
            float:left;
            width:100%;
            line-height:normal;
            border-bottom:1px solid #54545C;
            }
            # tabsK ul {
            margin:0;
            padding:10px 10px 0 10px;
            list-style:none;
            }
            #tabsK li {
            display:inline;
            margin:0;
            padding:0;
            cursor:pointer;
            }
            #tabsK a {
            float:left;
            background:url("image/tableftK.gif" ) no-repeat left top;
            margin:0;
            padding:0 0 0 4px;
            text-decoration:none;
            }
            #tabsK a span {
            float: left;
            display:block;
            background:url("image/tabrightK.gif") no-repeat right top;
            padding:8px 16px 4px 6px;
            color:#FFF;
            }

            #tabsK a span {float:none;}
            /* End IE5-Mac hack */
            #tabsK a:hover span {
            cursor:pointer;
            color:#FFF;
            background-position:100% -42px;
            }
            #tabsK a:hover {
            background-position:0% -42px;
            cursor:pointer;
            }
            #tabsK .hover span
            {
            background-position:0% -42px;
            }
            #tabsK .hover span
            {
            background-position: 100% -42px;
            }

            .tab2 ul
            {
            display:none;
            list-style-type:none;
            height:560px;
            }
            .tab2 ul li
            {
            text-align:left;
            line-height:20px;
            text-indent:1em;
            }
            .tab2 .block
            {
            display:block;
            }

            JS:
            Copy code The code is as follows:



            Screenshots and two pictures used:

            Statement of this Website
            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

            Hot AI Tools

            Undresser.AI Undress

            Undresser.AI Undress

            AI-powered app for creating realistic nude photos

            AI Clothes Remover

            AI Clothes Remover

            Online AI tool for removing clothes from photos.

            Undress AI Tool

            Undress AI Tool

            Undress images for free

            Clothoff.io

            Clothoff.io

            AI clothes remover

            Video Face Swap

            Video Face Swap

            Swap faces in any video effortlessly with our completely free AI face swap tool!

            Hot Tools

            Notepad++7.3.1

            Notepad++7.3.1

            Easy-to-use and free code editor

            SublimeText3 Chinese version

            SublimeText3 Chinese version

            Chinese version, very easy to use

            Zend Studio 13.0.1

            Zend Studio 13.0.1

            Powerful PHP integrated development environment

            Dreamweaver CS6

            Dreamweaver CS6

            Visual web development tools

            SublimeText3 Mac version

            SublimeText3 Mac version

            God-level code editing software (SublimeText3)

            Solve the problem that CentOS7's Tab key cannot complete commands Solve the problem that CentOS7's Tab key cannot complete commands Jan 17, 2024 pm 01:30 PM

            Today I was doing an experiment on centOS and found that the customary tab key completion method used under Ubuntu could not be used. So I was very curious. After searching for information and testing it myself, I recorded the possible solutions as follows: 1) First, you need to Run the following command in the terminal: #yuminstallbash-completion//You can also use wildcard installation: yuminstallbash-c* or you can install some initialization package groups yum-ygroupinstallBaseCompatibilitylibrariesDebuggingToolsDial-upNetworkingsupppo

            How to search for text across all tabs in Chrome and Edge How to search for text across all tabs in Chrome and Edge Feb 19, 2024 am 11:30 AM

            This tutorial shows you how to find specific text or phrases on all open tabs in Chrome or Edge on Windows. Is there a way to do a text search on all open tabs in Chrome? Yes, you can use a free external web extension in Chrome to perform text searches on all open tabs without having to switch tabs manually. Some extensions like TabSearch and Ctrl-FPlus can help you achieve this easily. How to search text across all tabs in Google Chrome? Ctrl-FPlus is a free extension that makes it easy for users to search for a specific word, phrase or text across all tabs of their browser window. This expansion

            How to implement tab components and multi-tab pages in Vue? How to implement tab components and multi-tab pages in Vue? Jun 25, 2023 am 09:33 AM

            With the continuous updating of front-end technology, Vue, as a popular front-end framework, has become the first choice of many developers. In actual projects, it is often necessary to use tab components and multi-tab pages to switch and manage different functional modules. In this article, we will introduce how to use Vue to implement a simple tab component and multi-tab page. 1. Implement a simple tab component. Create a Tab.vue component. Create a Tab.vue component in the project to display it.

            What is the clock behind the TikTok label? How to tag Douyin account? What is the clock behind the TikTok label? How to tag Douyin account? Mar 24, 2024 pm 03:46 PM

            When browsing Douyin works, we often see a clock icon behind the tag. So, what exactly is this clock? This article will focus on the discussion of &quot;What is the clock behind the Douyin label&quot;, hoping to provide some useful reference for your use of Douyin. 1. What is the clock behind the Douyin label? Douyin will launch some hot topic challenges. When users participate, they will see a clock icon after the tag, which means that the work is participating in the topic challenge and displays the remaining time of the challenge. For some time-sensitive content, such as holidays, special events, etc., Douyin will attach a clock icon after the label to remind users of the validity period of the content. 3. Popular tags: When a tag becomes popular, Douyin will add a clock icon after the tag to indicate that the tag is

            How to add tags on Douyin to attract traffic? Which tags on the platform are easiest to attract traffic to? How to add tags on Douyin to attract traffic? Which tags on the platform are easiest to attract traffic to? Mar 22, 2024 am 10:28 AM

            As a popular short video social platform, Douyin has a huge user base. For Douyin creators, using tags to attract traffic is an effective way to increase the exposure of content and attract attention. So, how does Douyin use tags to attract traffic? This article will answer this question in detail for you and introduce related techniques. 1. How to add tags on Douyin to attract traffic? When posting a video, make sure to choose tags that are relevant to the content. These tags should cover the topic and keywords of your video to make it easier for users to find your video through tags. Leveraging popular hashtags is an effective way to increase your video’s exposure. Research current popular tags and trends and incorporate them into your video descriptions and tags. These popular tags usually have higher visibility and can attract the attention of more viewers. 3. Label

            What are the three ways to implement tab in Vue? What are the three ways to implement tab in Vue? Jan 29, 2023 pm 02:49 PM

            There are three ways to implement tabs in Vue: 1. Control tab content switching through "v-show"; 2. Implement tab switching through the is feature and "keep-alive" cache in Vue; 3. Implement route switching through "router-link" .

            A closer look at the video element in HTML A closer look at the video element in HTML Feb 24, 2024 pm 08:18 PM

            Detailed explanation of the video tag in HTML The video tag in HTML5 is a tag used to play videos on web pages. It can render videos using different formats, such as MP4, WebM, Ogg, and more. In this article, we will introduce the use of video tag in detail and provide specific code examples. Basic Structure The following is the basic structure of the video tag:

            What is the difference between html5 tag head and header? What is the difference between html5 tag head and header? Jan 17, 2022 am 11:10 AM

            Differences: 1. The head tag is used to define the head of the document, which is a container for all head elements, and the header tag is used to define the header (introduction information) of the document; 2. All browsers support the head tag, and older versions of browsers None of the browsers support the header tag, and browsers such as IE9+ and above are required to support the header tag.

            See all articles