thomen
-
Flexible height triangle to go on the side of a div filled with text
i wonder if using canvas to calculate the box height and drawing the arrow would be better
-
Flexible height triangle to go on the side of a div filled with text
Any way you could get it working using an svg? I tried but it doesn't seem to scale full height.. http://codepen.io/anon/pen/JHrIy
-
Flexible height triangle to go on the side of a div filled with text
found i could fix it by just using :before! :) Thanks again for your help! I really appreciate it! http://codepen.io/anon/pen/JHrIy now how to work out how to do a centered arrow for a nav menu with a drop shadow!
-
Flexible height triangle to go on the side of a div filled with text
Hi Paulie, I've tried with a large amount of content and for some reason the background image then starts half way down.. any guess as to what's going on there? http://codepen.io/anon/full/JHrIy
-
Flexible height triangle to go on the side of a div filled with text
Thanks so much for that.. I think that would actually work really well! I was thinking of trying multiple colours for the arrow and playing with converting a vector to a font and using that as the content but then would have the same issue. Thanks …
-
Flexible height triangle to go on the side of a div filled with text
Thanks Paulie Just wondering what the image would have looked like in here http://codepen.io/Paulie-D/pen/ixKLf it's no longer hosted? So seems like background images are the go for now? I was thinking svg or canvas but probably more hassle th…