Results 1 to 4 of 4

Thread: Changing border of sticky note script

  1. #1
    Join Date
    Mar 2006
    Posts
    43
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Changing border of sticky note script

    Hi,

    I'm using the sticky note script (http://www.dynamicdrive.com/dynamici...stickynote.htm) and I'd like to know if its possible to use images for the border??

    I've tried to put a table inside the DIV tags but that causes the table and sticky note to be displayed separately.

    Is it possible to use images for the border?

    Thanks,
    Riz

  2. #2
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    Hmm I'm confused on what you mean by using "images for the border?" The border for the Sticky note should be just that- a line border defined using CSS:

    Code:
    border: 1px solid black;
    for example.

  3. #3
    Join Date
    Mar 2006
    Posts
    43
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I am trying to customise the look and feel of the sticky note to fit in with the rest of the website.

    I am trying to format the contents of the div with the use of table tags but this seems to display the contents on the page and not in the sticky note. If i take out the table tag formatting the contents is displayed in the sticky note again!!

    any guidance much appreciated.

  4. #4
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    In Firefox, use of table tags within a DIV like this can create problems, though it really depends on the HTML content you're trying to embed. Please post a link to the page on your site that contains the problematic script so we can check it out.

Bookmarks

Posting Permissions

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