Join Free
  • Inbox
    + Reply to Thread
    Page 1 of 2 1 2 LastLast
    Results 1 to 10 of 19
    1. #1

      Rounded image corners

      It's in the documentation, but thought I would post it here as well because the ads really do look great with it.

      Attached is an example. Basically, now that you have css control over the ads, you can simply paste the following into your stylesheet, or as an additional stylesheet. This removed the border and rounds the corners:

      PHP Code:
      div.prosperent-pa {
       
      border0px !important;
      }
      /*
       * round image corners
       */
      div.prosperent-pa div.prosperent-pa-image {
       -
      moz-border-radius10px !important;
       
      border-radius10px !important;
      }
      div.prosperent-pa img.prosperent-pa-image {
       -
      moz-border-radius8px !important;
       
      border-radius8px !important;

      That's it
      Attached Images

    2. #2
      If you have a light colored background, you can apply the rounded corners with the above code and also add the following:

      PHP Code:
      div.prosperent-pa div.prosperent-pa-image {
       
      border2px solid #cccccc !important;

      You can of course adjust the thickness and color of the border as well.
      Attached Images

    3. #3
      What if I had a green background with purple text?

    4. #4

    5. #5
      Whoo, rounded corners! Now if you guys could provide shiny / glossy "buy" buttons then we would be fully into the web 2.0 era.

    6. #6
      Guys, these really are amazing... drop in banners that automatically pick up the style of the page they're on... this makes is VERY easy to leverage banner positions on large networks of things like blogs and forums. Very nice

    7. #7
      Wait till you see what we have up next

    8. #8
      Um.. did something just change? Do banners expand now to fill their container? ... when I resize the window the banner refreshes itself ... awesome!

    9. #9
      I was actually trying to set 100% in the JS code earlier today... I guess now that I know that the banner will reformat on resize, I could set the size to 100% in the CSS

    10. #10
      nope, 100% in CSS doesn't do it... maybe if I did it in JS ...

    Tags for this Thread

    Posting Permissions

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