Scifi-style Radio-based Tab

Size
4,427 Kb
Views
28,336

How do I make an scifi-style radio-based tab?

Using radio button to implement tab menu, without jQuery / JavaScript.. What is a scifi-style radio-based tab? How do you make a scifi-style radio-based tab? This script and codes were developed by AaronChuo (小狂) on 08 September 2022, Thursday.

Scifi-style Radio-based Tab Previews

Scifi-style Radio-based Tab - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Scifi-style Radio-based Tab</title> <script src="https://s.codepen.io/assets/libs/modernizr.js" type="text/javascript"></script> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"> <link rel="stylesheet" href="css/style.css">
</head>
<body> <ul class="scifiUI"> <li> <input type="radio" name="tab" id="tab1" checked> <label for="tab1">Tab1</label> <div class="section"> The user interface, in the industrial design field of human–machine interaction, is the space where interactions between humans and machines occur. The goal of this interaction is effective operation and control of the machine on the user's end, and feedback from the machine, which aids the operator in making operational decisions. Examples of this broad concept of user interfaces include the interactive aspects of computer operating systems, hand tools, heavy machinery operator controls, and process controls. The design considerations applicable when creating user interfaces are related to or involve such disciplines as ergonomics and psychology. </div> </li> <li> <input type="radio" name="tab" id="tab2" /> <label for="tab2">Tab2</label> <div class="section"> User Experience (UX) involves a person's behaviors, attitudes, and emotions about using a particular product, system or service. User Experience includes the practical, experiential, affective, meaningful and valuable aspects of human-computer interaction and product ownership. Additionally, it includes a person’s perceptions of system aspects such as utility, ease of use and efficiency. User Experience may be considered subjective in nature to the degree that it is about individual perception and thought with respect to the system. User Experience is dynamic as it is constantly modified over time due to changing usage circumstances and changes to individual systems as well as the wider usage context in which they can be found. </div> </li> <li> <input type="radio" name="tab" id="tab3" /> <label for="tab3">Tab3</label> <div class="section"> Interactive Design is defined as a user-oriented field of study that focuses on meaningful communication of media through cyclical and collaborative processes between people and technology. Successful interactive designs have simple, clearly defined goals, a strong purpose and intuitive screen interface. </div> </li> <li> <input type="radio" name="tab" id="tab4" /> <label for="tab4">Tab4</label> <div class="section"> In computer science, functional programming is a programming paradigm, a style of building the structure and elements of computer programs, that treats computation as the evaluation of mathematical functions and avoids changing state and mutable data. It is a declarative programming paradigm, which means programming is done with expressions. In functional code, the output value of a function depends only on the arguments that are input to the function, so calling a function f twice with the same value for an argument x will produce the same result f(x) both times. Eliminating side effects, i.e. changes in state that do not depend on the function inputs, can make it much easier to understand and predict the behavior of a program, which is one of the key motivations for the development of functional programming. </div> </li>
</ul> <script src='http://ajax.googleapis.com/ajax/libs/angularjs/1.3.2/angular.min.js'></script> <script src="js/index.js"></script>
</body>
</html>

Scifi-style Radio-based Tab - Script Codes CSS Codes

@import url(https://fonts.googleapis.com/css?family=Rajdhani:300);
html, body { background-color: #212121; width: 100%; height: 100%; font-family: 'Rajdhani', sans-serif; font-size: 18px;
}
.scifiUI { list-style: none; position: relative; width: 600px; margin: 50px auto; padding: 0; font-size: 1em; color: #00bebe;
}
li { display: inline-block;
}
li input[type="radio"] { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; position: absolute; outline: none;
}
li input[type="radio"]:checked ~ label { background: #00bebe; color: #212121; height: 50px; font-size: 1.2em; cursor: default; box-shadow: 0 0 10px #00dcdc;
}
li input[type="radio"]:checked ~ .section { filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false); opacity: 1; width: 500px; padding: 50px; border: 1px solid #00bebe; color: #00dcdc; letter-spacing: .1em; text-indent: 1em; z-index: 1;
}
li label { display: block; width: 120px; height: 40px; border: 1px solid rgba(0, 190, 190, 0.7); border-bottom: 0; border-radius: 5px 5px 0 0; color: rgba(0, 190, 190, 0.7); line-height: 50px; text-align: center; cursor: pointer; -webkit-transition: all 200ms ease-in-out; transition: all 200ms ease-in-out;
}
li label:hover { height: 50px; border-color: #00bebe; color: #00bebe;
}
li .section { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; position: absolute; top: 51px; left: 0; width: 1000px; padding: 50px; border: 1px solid #00bebe; background: rgba(0, 190, 190, 0.1); color: white; letter-spacing: -1em; text-indent: 1em; -webkit-transition: all 200ms ease-in-out; transition: all 200ms ease-in-out;
}

Scifi-style Radio-based Tab - Script Codes JS Codes

/* Yep! Do not need JavaScript */
Scifi-style Radio-based Tab - Script Codes
Scifi-style Radio-based Tab - Script Codes
Home Page Home
Developer AaronChuo (小狂)
Username aaronchuo
Uploaded September 08, 2022
Rating 3.5
Size 4,427 Kb
Views 28,336
Do you need developer help for Scifi-style Radio-based Tab?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

AaronChuo (小狂) (aaronchuo) Script Codes
Create amazing blog posts with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!