We have demonstrated making triangle arrows using 1px divs. Here we try another simple way to make triangle arrows using CSS border properties. It uses fewer CSS codes and only one div tag.
The HTML tag is just one div tag. It looks like
<div id="box1" class="int" ></div>
Now Lets look at CSS codes. First set the height and width of the div to 0. The last 2 lines is to make it work in IE 6.
In the real use, change the green color to the background-color of the page.
Social Bookmark if the page is useful.