Forums

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

Home Forums CSS Is it possible something similar?

  • This topic is empty.
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #44194
    XaviJr
    Participant

    Here’s what I want: http://tinypic.com/view.php?pic=2dguhki&s=6

    Is it possible to make this kinda of green brush background for dynamic text?

    #132226

    do you want that in css?

    #132313
    XaviJr
    Participant

    I think is impossible in CSS so any solution in javascript is fine for me.

    #132318
    Paulie_D
    Member

    I guess you could do it with a background image but I wouldn’t.

    #132322
    djrolstad
    Participant

    @Paulie_D, why wouldn’t you do it as a background image?

    #132323
    Paulie_D
    Member

    Because you would have to stretch the image to cover different text widths. I suspect the image wouldn’t scale well.

    Frankly, I just don’t think the result would be worth it….not to mention really fugly for large text blocks.

    Oh…and I think you would have to set the text as inline (based on the image)…but I’m not sure on that one.

    #132324
    Paulie_D
    Member

    Actually, on thinking about it…you only want to apply this to the text (not the paragraph element say)…so how do you select that anyway?

    http://codepen.io/Paulie-D/pen/rmsdJ

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