0
I’m having trouble putting together a part of the layout of a project I’m working on at the moment. The text should be contained within a Poligono. For better visualization of what I am trying to explain:
The site has to be compatible with all browsers since IE7/IE8. Is there any compatible way to do this?
Try this feature here - in theory compatible with IE6+: http://www.csstextwrap.com
– OnoSendai
This solution does not seem to be the right one. I am accepting solutions with canvas...
– William Lima
Canvas has been partially implemented from IE8; there is no canvas-based solution for IE7. (There are workarounds, but performance is poor.) Source: http://caniuse.com/#feat=canvas
– OnoSendai
Right, but in case the browser does not support Canvas, I can remove it thus leaving only the title and the link to which it will direct. Is there any plugin that makes this modification in the text automatically. It would be much better if I could just of the polygon dots.
– William Lima