Results 1 to 3 of 3

Thread: DD Window dhtml modal window

  1. #1
    Join Date
    Mar 2007
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default DD Window dhtml modal window

    1) Script Title: modal.css

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...dhtmlmodal.htm

    3) Describe problem: Just trying to set a background-image attribute for the drag-handle class in css. I would like to style the title bar of the window to use a background image instead of a color but I cannot get it to work. Any help would be greatly appreciated.

    Thanks,

    Chris

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

    Default

    Have you tried something like:

    Code:
    <style type="text/css">
    
    .drag-handle{
    background: transparent url(mybg.jpg); 
    }
    
    </style>
    Works for me.

  3. #3
    Join Date
    Mar 2007
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thank you. I never thought to try it on the page. I was trying to do it in the css and it wasn't picking it up for some reason.

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
  •