Steinvirus
Neues Mitglied
Hallo leute,
ich ahbe folgendas problem: ich möchte gerne ein bild über ein bild verschieben. ich habe eine gallerie gebaut diese hängt allerdings zusammen und ich konnte das ganze nur durch die absolute trennen. es ist auch nicht anders möglich. jetzt ist die frage wie bekomme ich es hin das wenn ich das fenter kleiner mache, dass sich das bild nicht verschiebt. also genau da bleibt wo ich es hingesetzt habe.....
ich habe das ganz problem komischerweiße nur im FF im IE geht alles so wie es sein soll.... das ganze ist in einem cms eingebunden aber bei diesem problem denkeich nicht maß schlag gebend
ich ahbe folgendas problem: ich möchte gerne ein bild über ein bild verschieben. ich habe eine gallerie gebaut diese hängt allerdings zusammen und ich konnte das ganze nur durch die absolute trennen. es ist auch nicht anders möglich. jetzt ist die frage wie bekomme ich es hin das wenn ich das fenter kleiner mache, dass sich das bild nicht verschiebt. also genau da bleibt wo ich es hingesetzt habe.....
ich habe das ganz problem komischerweiße nur im FF im IE geht alles so wie es sein soll.... das ganze ist in einem cms eingebunden aber bei diesem problem denkeich nicht maß schlag gebend
Code:
/**
BILDWECHSEL
*/
#bigimg {
position: absolute;
margin-left: 11px;
bottom: 205px;
}
#smallimg {
margin-right: 0px;
margin-left: 11px;
padding-top: 50px;
}
#inhalt {
padding-top: 130px;
margin-left: 11px;
}
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1" http-equiv="content-type">
<title>Template</title>
<link rel="stylesheet "href="http://localhost/typo3wamp/uploads/tf/Template.css" type="text/css">
<!--[if lte IE 7]>
<style type="text/css"> @import url('http://localhost/typo3wamp/uploads/tf/ie_01.css'); </style>
<![endif]-->
</head>
<body>
<!-- ###DOCUMENT_BODY### start-->
<br>
<table style="text-align: left;
margin-left: 110px;
margin-right: 110px;
width: 154px;
height: 739px;"
border="0"
cellpadding="0"
cellspacing="0">
<tbody>
<tr>
<td style="background-image: url(http://localhost/typo3wamp/uploads/tf/kingebiel_header_links.gif);
background-repeat: no-repeat;
height: 301px;
font-family: Arial;
white-space: nowrap;
width: 231px;">
<div id="namenformatierung">
<span style="font-family: Arial;">
<p class="namenklein">Holzbau & Bedachungen<br></p>
<strong class="namengroß">Uwe Klingebiel </strong>GmbH
<p class="namenklein">Zimmerer & Dachdeckermeister</p>
</span>
</div>
</td>
<td style="background-image: url(http://localhost/typo3wamp/uploads/tf/kingebiel_header_mitte.gif);
background-repeat: no-repeat;
width: 421px;">
<div style="margin-top: 177px;">
<img src="http://localhost/typo3wamp/uploads/tf//kingebiel_header_mitte_oberteil.gif" alt=""></div>
</td>
<td style="background-image: url(http://localhost/typo3wamp/uploads/tf/kingebiel_header_rechts.gif); background-repeat: no-repeat; height: 302px; width: 282px;">
<!-- ###ZUSATZ_NAVI### start-->
<div id="zusatznavicontainer">
<ul>
<li><a href="#">Start</a></li>
<li><a href="#">Kontackte</a></li>
<li><a href="#">Impressum</a></li>
</ul>
</div>
<!-- ###ZUSATZ_NAVI### stop-->
</td>
</tr>
<tr>
<td style="background-image: url(http://localhost/typo3wamp/uploads/tf/klingebiel_Black_links.JPG);
text-align: left;
height: 301px;
width: 231px;">
</td>
<td style="height: 175px; width: 412px;">
<div id= "inhalt">
<!-- ###INHALT_MITTE### start-->
Hier befindet sich ein Text der als Platzhalter dient
<!-- ###INHALT_MITTE### stop-->
</div>
<!-- ###BILDER_MITTE### start-->
Hier befinden sich Bilder die als Platzhalter dienen
<!-- ###BILDER_MITTE### stop--></td>
<td style="background-image: url(http://localhost/typo3wamp/uploads/tf/klingebiel_Black_links.JPG); height: 175px; text-align: left; width: 282px;">
<!-- ###HAUPT_NAVI### start-->
<div id="mainnavcontainer">
<ul>
<li><a href="#">Leistungen</a></li>
<li><a href="#">Planung</a></li>
<li><a href="#">Sanierung</a></li>
<li><a href="#">Qualität</a></li>
<li><a href="#">Service</a></li>
<li><a href="#">Partner</a></li>
<li><a href="#">Jobs</a></li>
</ul>
</div>
<div id="leerraum">###LEERRAUM###</div>
<!-- ###HAUPT_NAVI### stop--> </td>
<!-- ###HAUPT_NAVI### stop--> </td>
</tr>
<tr>
<td style="background-image: url(http://localhost/typo3wamp/uploads/tf/klingebiel_Black_links.JPG); text-align: left; height: 301px; width: 231px;">
<div style="text-align: left;">
<img style="width: 301px; height: 301px;" src="http://localhost/typo3wamp/uploads/tf/klingebiel_Black_links.JPG" alt=""></div>
</td>
<td style="height: 175px; text-align: left; width: 412px;">
<div style="text-align: left;">
<img src="http://localhost/typo3wamp/uploads/tf/kingebiel_header_mitte_unterteil.GIF" alt=""></div>
</td>
<td style="background-image: url(http://localhost/typo3wamp/uploads/tf/klingebiel_Black_links.JPG); text-align: left; height: 302px; width: 282px;">
<img style="width: 301px; height: 302px;" src="http://localhost/typo3wamp/uploads/tf/klingebiel_Black_links.JPG" alt=""></td>
</tr>
</tbody>
</table>
<!-- ###DOCUMENT_BODY### stop-->
</body>
</html>