Recently I was making a web app, where I used zero images, I mean for the background gradient I used CSS3 gradients, all other shapes for example navbar, boxes, buttons everything are made from CSS3, so the page will have only 150X150 image of the user at whom profile we are looking. (the website is a local community discussion board).
I used javaScript, and not the jQuery. (the point is that I wanna make the website Super Fast).
Now I want to make the arrows for the previous and next, but I don't wanna use images, I wanna use the CSS3 again. I played with a lot with CSS, and search a bit on google too, but I don't know how to decrease one corner of the box so that its pointed and give the illusion of the arrow.
Would anyone help me in making the arrows with CSS3 ?