Heres some facebook style tabs i bade that you can use in your website



Code
Code: 
<!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>Facebook styletabs</title>
<style type="text/css">
#tabs_container{
	margin: 0px;
	padding: 10px 0px 0px;
	display:block;
	font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
	font-size:11px;
}
#tabs_container ul.tabs{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	-webkit-padding-start: 40px;
}
#tabs_container .tabs li{
	background-color: #D8DFEA;
	float: left;
	margin: 0px 2px 0px 0px;
	overflow: hidden;
	position: relative;
}
#tabs_container .tabs li.selected{
	background: white;
	margin-bottom: -2px;
	margin-top: -2px;
}
#tabs_container .tabs li a{
	border:1px solid #D8DFEA;
	border-bottom: 0px;
	display: block;
	font-size: 13px;
	font-weight: bold;
	padding: 3px 11px;
	white-space: nowrap;
	color: #3B5998;
	cursor: pointer;
	text-decoration: none;
}
#tabs_container .tabs li.selected a{
	color: #333;
	font-size: 13px;
	padding: 5px 10px 4px;
}
</style>
</head>
<body>
<div id="tabs_container">
	<ul class="tabs">
    	<li class="selected"><a href="#">Home</a></li>
        <li class=""><a href="#">KWWHunction</a></li>
        <li class=""><a href="#">Litewarez</a></li>
		<li class=""><a href="#">Triniwarez</a></li>
		<li class=""><a href="#">Katz</a></li>
		<li class=""><a href="#">Forums</a></li>
    </ul>
</div>
</body>
</html>
litewarez Reviewed by litewarez on . Facebook style tabs Heres some facebook style tabs i bade that you can use in your website :D http://www.imgcentre.com/images/icsnap1310850143.png Code <!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" /> Rating: 5