Forum Moderators: not2easy
<div style="
margin: 0; width: 0; height: 0;
border-bottom: 7px solid transparent;
border-top: 7px solid transparent;
border-left: 7px solid #C4C4C4;">
</div>
<div style="position: absolute; top: 0; left: 1;
margin: 0; width: 0; height: 0;
border-bottom: 7px solid transparent;
border-top: 7px solid transparent;
border-left: 7px solid #C4C4C4;">
</div>
<div style="position: absolute; top: 1; left: 0;
margin: 0; width: 0; height: 0;
border-bottom: 6px solid transparent;
border-top: 6px solid transparent;
border-left: 6px solid #F6F6F7;">
</div>
svg is another possibility...
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,height=device-height,initial-scale=1">
<title>untitled document</title>
<style media="screen">
body {
background-color: #f0f0f0;
font: 100% / 150% verdana, arial, helvetica, sans-serif;
}
h1, h2 {
font-size:1em;
}
.triangle {
position:relative;
width: 0;
height: 0;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
border-left: 10px solid #000;
}
.triangle div {
position:absolute;
top: -8px;
left: -9px;
width: 0;
height: 0;
border-top: 8px solid transparent;
border-bottom: 8px solid transparent;
border-left: 8px solid #c4c4c4;
}
</style>
</head>
<body>
<h1>triangles</h1>
<h2>HTML and CSS</h2>
<div class="triangle">
<div></div>
</div>
<h2>SVG</h2>
<svg height="20" width="20">
<polygon points="0,0 10,10 0,20" fill="#c4c4c4" stroke="#000" stroke-width="1" />
</svg>
</body>
</html>
Windows 7's latest and final browser is actually IE11. ;)
for security reasons, you really should keep your Windows 7 updated. ;)
They come out on a monthly basis.
Get SP1 for Windows 7 [google.co.uk]