Results 1 to 2 of 2

Thread: Modifying jQuery Splatter plugin to avoid collision/overlap

  1. #1
    Join Date
    Apr 2010
    Posts
    34

    Question Modifying jQuery Splatter plugin to avoid collision/overlap

    jQuery Splatter by Cory Schires

    I was looking for something that would allow me to scatter elements (divs w/ background-images) behind text. Splatter is almost what I want, but I would need:
    - no overlap in the positioning of elements
    - keep the elements inside the container
    - remove the default asterisk completely

    As I have varying article dimensions, this keeps the splatter area the right size:

    Code:
              height: $("#article-text").height(),     
              width: $("#article-text").width()
    Could the collision detection code in jQuery UI Position be used somehow?

  2. #2
    Join Date
    Apr 2010
    Posts
    34
    Finally got a response from the dev and he will be working on my issues!

Similar Threads

  1. looking for a jquery slideshow plugin
    By neonWired in forum Client & Server Side Scripting (PHP, ASP, JavaScript)
    Replies: 0
    Last Post: 08 Dec 2009, 03:36 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •