need help making these photos work in tool tip js

Discussion in 'JavaScript' started by kb1, Mar 15, 2007.

  1. #1
    Hello

    With some good help managed to get this thing working to some measure - but I need the pop ups to be without any padding, and of course in their frames/boxes - just want a 1 px black border around the pics, no white or BG color showing - currently they are bursting out of the boxes. IE 6 puts the pics in the center but with way too big box.

    http://www.enhancedwireless.net/Company/whoJS.shtml

    Thanks
    KB
     
    kb1, Mar 15, 2007 IP
  2. kb1

    kb1 Peon

    Messages:
    5
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    OK it all now works, thanks to 3 other person's advice...altered the following:

    var tip = '<img src="' + messages[num][0] + '" border="0">';

    and also

    var startStr = '<img src="';
    var midStr = '" border="1" />';
    var endStr = '';


    Thanks much
    KB
     
    kb1, Mar 16, 2007 IP