auf meiner in überarbeitung befindlichen
seite wird ein <div> layer (der bei mouseover über den gelben wmv/mov-button unsichtbar wird und das hintergrundbild der darunterliegenden <td> sichtbar macht) von FF 2.0 richtig, von IE6 allerdings vertikal verschoben angezeigt.
habe alle möglichen positionierungsarten durchprobiert, aber keine lösung gefunden.
für tips wäre ich dankbar
photopilote
der entsprechende Quellcode:
Code:
<head>
<style type="text/css" media="screen">
<!--
...
#passport {
visibility: visible;
position: absolute;
top: 330px;
left: 629px;
width: 335px;
height: 240px;
background-image: url(images/pass-rollover_02.gif);
margin: 0 auto;
}
--></style>
</head>
<body>
...
<table width="1157" cellspacing="2" border="0" cellpadding="0">
<div id="passport"></div>
<tr height="240">
<td colspan="2" align="center" background="http://www.traum-projekt.com/forum/images/kompass1.gif" height="240" width="619">
</td>
<td align="center" background="http://www.traum-projekt.com/forum/images/kompass2.jpg" height="240" width="335">
</td>
<td rowspan="4" valign="top" align="right" width="200">
<b><p>
berlin jerusalem (34 minutes 2006) is a poetic, dreamy roadmovie that is probably very different from what you've
seen before in this genre. A minimalist narration, solely structured by its compilation of drive-by shots, covering a journey
by car through south eastern europe and the entire middle east.<br>
your welcome to watch the movie embedded in a map by clicking to the yellow play button (wmv or mov) or download it in various
encodings and resolutions or even as a vodcast by clicking to the download button ...<br>
its online, free and for you
<br></p>
<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/2.0/de/"><img alt="Creative Commons License" style="border-width: 0" src="http://creativecommons.org/images/public/somerights20.png" width="88" height="31"/>
</a>
<br><br>
<hr WIDTH="50%">
<b><p id="linktext">
project links<br>
<a href="videomp4.html" onclick="return newwindow3()" title="160mb as compared to the orignial mov-file (300mb), still linked through the yellow play button">*new mp4-coded directors cut</a><br>
<a href="video.html" onclick="return newwindow4()" title="160mb as compared to the orignial wmv-file (240mb)">*new wmv-coded directors cut</a><br>
<a href="http://leaving-berlin.dyndns.org/vodcasts/vodcast.xml" target="_blank">*rss feed with<br>all available codings</a><br>
<a href="http://bbs.keyhole.com/ubb/showthreaded.php?Cat=&Board=EarthTourism&Number=626613&Searchpage=1&Main=626613&Words=photopilote&topic=&Search=true#Post626613" target="_blank">*bj-l on google earth</a><br><br>
my other movies ...<br>
<a href="http://leaving-berlin.blogspot.com/2006/11/update-on-still-motion-mlancholie.html" target="_blank">*still motion roadmovie<br>'mélancholie transalpine'</a><br>
<a href="http://leaving-berlin.blogspot.com/2006/11/leaving-heimat-another-minimalist-stil.html" target="_blank">*still motion roadmovie<br>'leaving heimat'</a><br><br>
non-commercial & free online video ressources<br>
<a href="http://www.archive.org" target="_blanks">*internet archives</a><br>
<a href="http://dmoz.org/Arts/Movies/Filmmaking/" target="_blank">*open directory dmoz</a><br>
<a href="http://www.videoart-denmark.dk/" target="_blank">*videoart denmark et.al.</a><br>
<a href="http://search.creativecommons.org/" target="_blank">*search content under<br>commons content license</a><br>
<a href="http://netzpolitik.org/ccwiki/index.php/CC-Filme" target="_blank">*cc movies (german)</a><br>
<br>
middle east web documentaries<br>
<a href="http://www.hometownbaghdad.com/" target="_blank">*hometown Baghdad<br>web documentary series about life in Baghdad</a><br>
<br>
moving perception projects<br>
<a href="http://www.layalina.tv/programming/ontheroadinamerica.asp" target="_blank">*Ala al Tariq fi Amrika<br>(On the Road in America)</a><br>
<a href="http://m.ash.to/@/@/Projects/VIE-SOF" target="_blank">*Vienna - Sofia</a><br>
<a href="http://www.philip.battlix.com/datatecture/arcticcircle.html" target="_blank">*arctic circle</a><br>
<a href="http://www.screenonline.org.uk/film/id/440503/index.html" target="_blank">*Crossing Great Sagrada</a>
<br><br>
tools4noncommercials<br>
<a href="http://creativecommons.org" target="_blank">creative commons</a><br><br>
thoughts on roadmovies<br>
<a href="http://www.latrobe.edu.au/screeningthepast/20/virtual-voyages.html" target="_blank">virtual voyages:<br>cinema and travel<br><br></a>
</td>
</tr>
<tr height="196">
<td background="NewFiles/polltextfeld_vuelta_a_espan.gif" height="196" width="273">
</td>
<td background="http://www.traum-projekt.com/forum/images/kompass4.jpg" height="196" width="346">
</td>
<td background="http://www.traum-projekt.com/forum/images/kompass5.jpg" height="196" width="335">
</td>
</tr>
<tr height="196">
<td background="http://www.traum-projekt.com/forum/images/kompass6.gif" height="196" width="273">
</td>
<td background="http://www.traum-projekt.com/forum/images/kompass7.jpg" height="196" width="346">
</td>
<td background="http://www.traum-projekt.com/forum/images/kompass8.jpg" height="196" valign="bottom" width="335">
</td>
</tr>
<tr height="600">
<td>
</td>
<td>
</td>
<td>
</td>
</tr>
</table>
</body>