<html>
<head>
<style>
P
{
margin:0px;
padding:0px
}
body
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body>Pardon&nbsp;me asking, but what UA are you targeting with&nbsp;your aplication?<BR>
<DIV class=ExternalClass id=MessageBodyText style="BORDER-RIGHT: #fff 1px solid; BORDER-TOP: #fff 1px solid; BORDER-LEFT: #fff 1px solid; BORDER-BOTTOM: #fff 1px solid"><BR class=EC_khtml-block-placeholder>
<DIV>
<DIV>&gt;Thanks to John Warner the cursor should be fixed. I was able to do it in CSS.</DIV></DIV>
<DIV>&nbsp;</DIV>
<DIV>No doubt about that, but "cursor: hand" will only do it in Explorer.</DIV>
<DIV>&nbsp;</DIV>
<DIV>&gt;&gt;But two "<FONT>onclick"</FONT> events? You don't need that!<BR></DIV>
<DIV>&gt;Well... I do. Here is what I want to have happen.</DIV>
<DIV>&gt;<BR class=EC_khtml-block-placeholder></DIV>
<DIV>&gt;Click on Text - Select/Deselect</DIV>
<DIV>&gt;Double click - Select single, Deselect everything else</DIV>
<DIV>&gt;Click on Icon - Do content specific stuff (i.e. Folder will go to the folder, TXT will open editor in popup, </DIV>
<DIV>&gt;IMG will open uploader, etc...)</DIV>
<DIV>&nbsp;</DIV>
<DIV>Well,&nbsp;that's&nbsp;again one single event&nbsp;per element.</DIV>
<DIV>So what does the Icon dblclick do?<BR class=EC_khtml-block-placeholder></DIV></DIV>
<DIV class=ExternalClass style="BORDER-RIGHT: #fff 1px solid; BORDER-TOP: #fff 1px solid; BORDER-LEFT: #fff 1px solid; BORDER-BOTTOM: #fff 1px solid">&gt;I have the click events working :) , but....&nbsp; now I need to figure out how to put the icon before the text. </DIV>
<DIV class=ExternalClass style="BORDER-RIGHT: #fff 1px solid; BORDER-TOP: #fff 1px solid; BORDER-LEFT: #fff 1px solid; BORDER-BOTTOM: #fff 1px solid">&gt;Any ideas on how I might do that.<BR></DIV>
<DIV class=ExternalClass style="BORDER-RIGHT: #fff 1px solid; BORDER-TOP: #fff 1px solid; BORDER-LEFT: #fff 1px solid; BORDER-BOTTOM: #fff 1px solid">I first need to see how are you putting your icons currently.</DIV>
<DIV class=ExternalClass style="BORDER-RIGHT: #fff 1px solid; BORDER-TOP: #fff 1px solid; BORDER-LEFT: #fff 1px solid; BORDER-BOTTOM: #fff 1px solid">Seen it, its:</DIV>
<DIV class=ExternalClass style="BORDER-RIGHT: #fff 1px solid; BORDER-TOP: #fff 1px solid; BORDER-LEFT: #fff 1px solid; BORDER-BOTTOM: #fff 1px solid"><FONT color=#ff0000>&nbsp;<FONT>o.insertBefore</FONT>(newimg);</FONT></DIV>
<DIV class=ExternalClass style="BORDER-RIGHT: #fff 1px solid; BORDER-TOP: #fff 1px solid; BORDER-LEFT: #fff 1px solid; BORDER-BOTTOM: #fff 1px solid">&nbsp;</DIV>
<DIV class=ExternalClass style="BORDER-RIGHT: #fff 1px solid; BORDER-TOP: #fff 1px solid; BORDER-LEFT: #fff 1px solid; BORDER-BOTTOM: #fff 1px solid">Try:</DIV>
<DIV class=ExternalClass style="BORDER-RIGHT: #fff 1px solid; BORDER-TOP: #fff 1px solid; BORDER-LEFT: #fff 1px solid; BORDER-BOTTOM: #fff 1px solid"><FONT color=#008000>var filelist = <FONT>o.parentNode</FONT>//you can&nbsp;drop this line&nbsp;in IE</FONT><BR class=EC_khtml-block-placeholder><FONT color=#0000ff><FONT><FONT>filelist.insertBefore</FONT></FONT>(<FONT>newimg, o</FONT>)</FONT></DIV>
<DIV class=ExternalClass style="BORDER-RIGHT: #fff 1px solid; BORDER-TOP: #fff 1px solid; BORDER-LEFT: #fff 1px solid; BORDER-BOTTOM: #fff 1px solid">&nbsp;</DIV>
<DIV class=ExternalClass style="BORDER-RIGHT: #fff 1px solid; BORDER-TOP: #fff 1px solid; BORDER-LEFT: #fff 1px solid; BORDER-BOTTOM: #fff 1px solid">This should do it, [!but only in case "o" is what I think it is!]<BR><BR>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Troy&nbsp;III<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;progressive&nbsp;art&nbsp;enterprise<BR>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</DIV><br /><hr />With MSN Spaces email straight to your blog. Upload jokes, photos and more. It's free! <a href='http://clk.atdmt.com/MSN/go/msnnksac0030000001msn/direct/01/?href=http://www.imagine-msn.com/spaces' target='_new'>It's free!</a></body>
</html>