مگر اینکه از css3 استفاده کنی
[HTMLS]<html> <head>
<style>
.div1 {width: 200px;height: 40px;background-color: #000;-webkit-transform: skew(38deg, 4deg);}
.div2 {width: 200px;height: 40px;background-color: #000;-webkit-transform: skew(-38deg, 4deg);}
.div3 {width: 200px;height: 40px;background-color: #000;-webkit-transform: skew(38deg, 4deg);}
.div4 {width: 200px;height: 40px;background-color: #000;-webkit-transform: skew(-38deg, 4deg);}
</style>
</head>
<body>
<div class="div1"></div>
<div class="div2"></div>
<div class="div3"></div>
<div class="div4"></div>
</body>
</html>[/HTMLS]
البته اون چیزی که میخواستید نشد ولی شاید بدردتون بخوره