Diamond menu items using CSS and SVG
问题 I want to code the below design in HTML&CSS What I made so far is: I made it using: a links SVG as background Absolute position and translate(x,y) property in CSS. Please check this fiddle for the live link The issues in my design are: Each item is actually a rectangle, if you notice the highlighted rectangle in red, this is the area of the selection, so if you hover over the left corner of m2, it will select m3. I want to change the background color of the SVG background when hover, how to