wanderer: Drag und Drop eines Img im IE

Beitrag lesen

Danke mal im voraus schon für deinen Mühen, jedoch...

mit divs habe ich es auch schon geschafft, dass ist nicht das problem, den mit imgs funktioniert es nicht (als img habe ich ein PNG). Ich schick dir mal das frameset dazu:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<title>Verschubtest</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<frameset rows="*" cols="220,*" framespacing="1" frameborder="no" border="0" bordercolor="#999999">
  <frameset rows="100,*" cols="*" framespacing="0" frameborder="no" border="0">
    <frame src="navigationframe.html" name="leftFrame" scrolling="no" noresize>
    <frameset rows="*,165" cols="*" framespacing="0" frameborder="no" border="0">
      <frame src="emptyluki.htm" name="topFrame1" scrolling="auto" noresize >
      <frame src="search_module.htm" name="bottomFrame1" scrolling="no" noresize>
    </frameset>
  </frameset>
  <frameset rows="*,150" cols="*" framespacing="1" frameborder="no" border="0" bordercolor="#999999">
  <frameset rows="60,*" frameborder="NO" border="0" framespacing="1">
   <frame src="headerframe.htm" name="topFrame2" scrolling="NO" noresize >
    <frameset cols="*,60" frameborder="NO" border="0" framespacing="1">
     <frame src="XXX - test.htm - XXX" name="mainFrame" scrolling="no">
     <frame src="mapnavigation.htm" name="rightFrame" scrolling="NO">
   </frameset>
  </frameset>
    <frame src="att_engine.asp" name="bottomFrame" scrolling="AUTO" noresize>
  </frameset>
</frameset>
<noframes>
<body bgcolor="#00FF66">
</body>
</noframes>
</html>

den src für die test.htm kann man der vorigen [wanderer]msg entnehmen.

Für mich scheint es beinahe so, als hätten imgs einen flag, der ein verschieben verhindert.

Danke mal im Voraus, wanderer

PS: Entschuldigung für das mehrmalige posting, war nicht böse gemeint (wahsaga)