I need to create two triangular divs as described in the above pic so that I can trigger a hover effect on both of these.
Asked
Active
Viewed 65 times
0
-
You can't with HTML, I believe. The best you can do is use SVG or canvas for this. – Phylogenesis Mar 18 '15 at 14:59
-
1Okay. When you run into a specific issue doing that, having done research, post a question about the problem you're having. – T.J. Crowder Mar 18 '15 at 15:00
-
4Possible duplication - http://stackoverflow.com/questions/10969941/css3-triangle-shape-with-background-image – Luís P. A. Mar 18 '15 at 15:00