Stump the Panel » jQuery for Everyone

Rounded corners for web parts

(5 posts)
  • Started 3 months ago by rwhitworth
  • Latest reply from rwhitworth
  1. I know this has been asked on here previously, but found some info that I hoped you could use to help solve the problem. This link on the ShareTheLearning blog talks about using the jquery.round plugin (http://sharethelearning.blogspot.com/2008/11/jquery-in-sharepoint-example-rounded.html)

    Is there a way to reference this plug-in using the google api so I do not have to download the plug-in? If not, where is the best place to store the downloaded plug-in in sharepoint?

    And, with all that said, do you see a way to do web part rounded corners using this method?

    Posted 3 months ago #
  2. You'd put the google jquery load in the head section of your masterpage.

    You can also check out www.heathersolomon.com for stylizing Sharepoint.

    No experience using jquery rounded corners, maybe Paul does.

    Posted 3 months ago #
  3. I was thinking I could put it in the header. I tried the following:
    google.load("jquery.round","1.3.0")

    I do not think this is working. Is there a list on google somewhere of the plugins available as well as the version to verify I can call this?

    Posted 3 months ago #
  4. The google site only hosts jQuery and jQuery UI. The plugins must be downloaded. You can include them in a few ways:

    - (if short) paste the entire plugin into the master inside a script tag
    - copy the plugin code into your local copy of jQuery
    - download the plugin (usually found on http://plugins.jquery.com/) and use a script tag to include it on your page
    + You can save this to your file server (if you have access)
    + Or save it to a document library

    Posted 3 months ago #
  5. I think I have figured it out, for IE 7 anyway. Here is a link to my blog post with the details. Thank you for all of your help.

    http://www.whitworth.org/2009/03/09/rounded-corners-in-sharepoint/

    Posted 3 months ago #

RSS feed for this topic

Reply

You must log in to post.