<html>
<head>
<style>
P
{
margin:0px;
padding:0px
}
body
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body>&nbsp;&lt;div id="filelist"&gt;<BR>&nbsp; &lt;div class="NOR PRI DIR" id="images"&gt;&lt;img&gt;1&lt;/div&gt;<BR>&nbsp; &lt;div class="NOR PUB TXT" id="bugs.txt"&gt;&lt;img&gt;2&lt;/div&gt;<BR>&nbsp; &lt;div class="SEL PRI PDF" id="bugs.pdf"&gt;&lt;img&gt;3&lt;/div&gt;<BR>&nbsp; &lt;div class="NOR PUB MOV" id="<FONT>bugs.<FONT>mov</FONT></FONT>"&gt;&lt;img&gt;4&lt;/div&gt;<BR>&nbsp;&lt;/div&gt;<BR>
<BR>(You can't do anything with this, this way you wont be able to later <BR>
separate the clicks that easily).<BR>
&nbsp;<BR>
I think you need to separate icons from the text in order to get clear click events.<BR>
All you need to do now is to set the (css property) <BR>
<FONT color=#3366ff>display: inline </FONT><BR>
for images (icons)&nbsp;and the script lines:<BR>
<BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px">
<DIV class=EC_ExternalClass style="BORDER-RIGHT: #fff 1px solid; BORDER-TOP: #fff 1px solid; BORDER-LEFT: #fff 1px solid; BORDER-BOTTOM: #fff 1px solid"><FONT color=#3366ff>var filelist = <FONT><FONT>o.parentNode</FONT></FONT>;</FONT></DIV>
<DIV class=EC_ExternalClass style="BORDER-RIGHT: #fff 1px solid; BORDER-TOP: #fff 1px solid; BORDER-LEFT: #fff 1px solid; BORDER-BOTTOM: #fff 1px solid"><FONT color=#3366ff><FONT><FONT>filelist.insertBefore</FONT></FONT>(newimg, o);</FONT></DIV></BLOCKQUOTE>
<DIV class=EC_ExternalClass style="BORDER-RIGHT: #fff 1px solid; BORDER-TOP: #fff 1px solid; BORDER-LEFT: #fff 1px solid; BORDER-BOTTOM: #fff 1px solid">will become fruitful.</DIV>
<DIV class=EC_ExternalClass style="BORDER-RIGHT: #fff 1px solid; BORDER-TOP: #fff 1px solid; BORDER-LEFT: #fff 1px solid; BORDER-BOTTOM: #fff 1px solid">&nbsp;</DIV>
Because if you place images inside the div containing f.i.&nbsp; text&nbsp; bugs.ext<BR>
you will get back&nbsp;to where you've started it.<BR>
&nbsp;<BR>
P.S.:<BR>
I case images continue to drop&nbsp;new line as before, please add this alert <BR>
to (bottom of) your js code:<BR>
<FONT color=#3366ff>alert(filelist.innerHTML) </FONT><BR>
so I can see what is happening within the html code<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>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<BR><BR><BR><br /><hr />Express yourself instantly with Windows Live Messenger! <a href='http://imagine-msn.com/messenger/launch80/default.aspx?locale=en-us&source=joinmsncom/messenger' target='_new'>Windows Live Messenger!</a></body>
</html>