Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS A lot of absolute containers? How to approach this. Reply To: A lot of absolute containers? How to approach this.

#206545
Alen
Participant

@patrickz without knowing too much about the spec, can you try using SVG?

You could do the whole thing in SVG and target individual SVG elements if you need to move them around or do whatever.

Check out this video by Chris Coyier – SVG Is For Everybody

https://vimeo.com/99828116

Here is support for SVG: http://caniuse.com/#feat=svg

Hope that helps,
Alen