Vanilla 1.1.9 is a product of Lussumo. More Information: Documentation, Community Support.
.my_tabs
{
width: 500px;
background-color: #FCC;
overflow: visible;
border-left: 1px solid #666;
border-right: 1px solid #666;
}
.my_tabs ul
{
display: inline;
list-style: none;
height: 20px;
margin: 0;
padding: 0;
width: 500px;
}
.my_tabs ul li
{
display: inline;
float: left;
list-style: none;
width: 100px;
padding: 1px 2px 2px 5px;
border-left: 1px solid #666;
border-top: 1px solid #666;
border-bottom: 1px solid #666;
}
.my_tabs .left { border-left: 0px none !important; }
.my_tabs .right{
border-top: 1px solid #666;
border-bottom: 1px solid #666;
width: 277px !important;
background-color: #CED;
}
.content
{
border: 1px solid #000;
border-top: 0px none;
width: 500px;
}
<!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=windows-1251" />
<title>Untitled Document</title>
<link href="tabs.css" rel="stylesheet" type="text/css" />
</head></body>
<div class="my_tabs">
<ul>
<li class="left">link 1</li>
<li>link 2</li>
<li class="right"> </li>
</ul>
</div>
<div class="content">here must be some content of a page
</div></html>
1 to 6 of 6