Forums

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

Home Forums CSS Need some CSS help

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #202483
    mreider
    Participant

    I am working on a client site and they would like to have a tree hiding behind the footer background which I can accomplish with a position:absolute, but they want to have text wrap around that tree and obviously using position:absolute take the tree out of flow.

    Any ideas how I can go about this?

    Thanks!

    Here is a link to the site for reference: http://heartbeatinteractive.net/clients/treehouse/

    #202488
    Paulie_D
    Member

    but they want to have text wrap around that tree

    Text can’t wrap around irregular shapes just yet so that’s not really an option right now.

    http://www.html5rocks.com/en/tutorials/shapes/getting-started/

    http://caniuse.com/#feat=css-shapes

    #202494
    Paulie_D
    Member

    I only works in Chrome AFAIK, at least according to CanIUse.com, so it’s not something I would rely on in a live site if I wanted consistent cross browser look.

    #202559
    mreider
    Participant

    Thanks for the feedback. Wrapping the text isn’t the issue. What I need to be able to do is wrap the text around the tree while pushing the tree into the footer so it hides behind the grass.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘CSS’ is closed to new topics and replies.