目前网络上流行的tab效果很多,但大多数都是使jquery 插件制作的,此处随影为大家从网络上收罗了一种更简单的纯函数的tab切换方式,
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
<html xmlns=”http://www.w3.org/1999/xhtml”>
<head>
<meta http-equiv=”Content-Type” content=”text/html; charset=utf-8″ />
<title>Untitled Document</title>
<style type=”text/css”>
#tri{
margin:0 !important;
padding:0;
list-style-image: none;
list-style-type: none;
height: auto;
width:…
Posts Tagged ‘js’