HexForum Blogger Forum Template Premium New
HexForum - Is a blogger forum template. This template is the next generation of the previous forum template. In terms of features and appearance, th…
- Threads
- 2
- Words
- 7590
HexForum - Is a blogger forum template. This template is the next generation of the previous forum template. In terms of features and appearance, th…
We can use SVG in CSS via data URI, but without encoding it works only in Webkit based browsers. If encode SVG using encodeURIComponent()
it will work everywhere.
SVG must have attribute xmlns like this: xmlns='http://www.w3.org/2000/svg'
. If it doesn't exist, it will be added automagically.
Encoded SVG can be used in background
(demos) and border-image
(demo).
image quote pre code