Ich weiß nich ob es bei Dir funktioniert,
aber versuche mal mit der Quellcodevariante,
ich habe die Ebene aus static gesetzt und
den gelben Anfasser in eine Tabellenzelle,
damit sich die Ebene daran ausrichten kann:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
<title>W O Y T O N</title>
<link href="woyton.css" rel="stylesheet" type="text/css" media="all">
<link rel="shortcut icon" href="favicon.ico">
<style type="text/css" media="screen"><!--
#Ebene1 { visibility: visible; position: absolute; top: 476px; left: 244px; width: 100px; height: 100px }
#standorte { visibility: visible; position: static; z-index: 2; top: 428px; left: 352px; width: 100px; height: 92px }
--></style>
<csactions>
<csaction name="1F3AE941" class="ShowHide" type="onevent" val0="standorte" val1="1"></csaction>
<csaction name="BD7EE9E41" class="ShowHide" type="onevent" val0="standorte" val1="2"></csaction>
</csactions>
<csscriptdict>
<script type="text/javascript"><!--
function newImage(arg) {
if (document.images) {
rslt = new Image();
rslt.src = arg;
return rslt;
}
}
userAgent = window.navigator.userAgent;
browserVers = parseInt(userAgent.charAt(userAgent.indexOf("/")+1),10);
mustInitImg = true;
function initImgID() {var di = document.images; if (mustInitImg && di) { for (var i=0; i<di.length; i++) { if (!di
.id) di.id=di.name; } mustInitImg = false;}}
function findElement(n,ly) {
var d = document;
if (browserVers < 4) return d[n];
if ((browserVers >= 6) && (d.getElementById)) {initImgID; return(d.getElementById(n))};
var cd = ly ? ly.document : d;
var elem = cd[n];
if (!elem) {
for (var i=0;i<cd.layers.length;i++) {
elem = findElement(n,cd.layers);
if (elem) return elem;
}
}
return elem;
}
function changeImagesArray(array) {
if (preloadFlag == true) {
var d = document; var img;
for (i=0;i<array.length;i+=2) {
img = null; var n = array;
if (d.images) {
if (d.layers) {img = findElement(n,0);}
else {img = d.images[n];}
}
if (!img && d.getElementById) {img = d.getElementById(n);}
if (!img && d.getElementsByName) {
var elms = d.getElementsByName(n);
if (elms) {
for (j=0;j<elms.length;j++) {
if (elms[j].src) {img = elms[j]; break;}
}
}
}
if (img) {img.src = array[i+1];}
}
}
}
function changeImages() {
changeImagesArray(changeImages.arguments);
}
CSStopExecution=false;
function CSAction(array) {return CSAction2(CSAct, array);}
function CSAction2(fct, array) {
var result;
for (var i=0;i<array.length;i++) {
if(CSStopExecution) return false;
var aa = fct[array];
if (aa == null) return false;
var ta = new Array;
for(var j=1;j<aa.length;j++) {
if((aa[j]!=null)&&(typeof(aa[j])=="object")&&(aa[j].length==2)){
if(aa[j][0]=="VAR"){ta[j]=CSStateArray[aa[j][1]];}
else{if(aa[j][0]=="ACT"){ta[j]=CSAction(new Array(new String(aa[j][1])));}
else ta[j]=aa[j];}
} else ta[j]=aa[j];
}
result=aa[0](ta);
}
return result;
}
CSAct = new Object;
CSAg = window.navigator.userAgent; CSBVers = parseInt(CSAg.charAt(CSAg.indexOf("/")+1),10);
CSIsW3CDOM = ((document.getElementById) && !(IsIE()&&CSBVers<6)) ? true : false;
function IsIE() { return CSAg.indexOf("MSIE") > 0;}
function CSIEStyl(s) { return document.all.tags("div").style; }
function CSNSStyl(s) { if (CSIsW3CDOM) return document.getElementById(s).style; else return CSFindElement(s,0); }
CSIImg=false;
function CSInitImgID() {if (!CSIImg && document.images) { for (var i=0; i<document.images.length; i++) { if (!document.images.id) document.images.id=document.images.name; } CSIImg = true;}}
function CSFindElement(n,ly) { if (CSBVers<4) return document[n];
if (CSIsW3CDOM) {CSInitImgID();return(document.getElementById(n));}
var curDoc = ly?ly.document:document; var elem = curDoc[n];
if (!elem) {for (var i=0;i<curDoc.layers.length;i++) {elem=CSFindElement(n,curDoc.layers); if (elem) return elem; }}
return elem;
}
function CSGetImage(n) {if(document.images) {return ((!IsIE()&&CSBVers<5)?CSFindElement(n,0):document.images[n]);} else {return null;}}
CSDInit=false;
function CSIDOM() { if (CSDInit)return; CSDInit=true; if(document.getElementsByTagName) {var n = document.getElementsByTagName('DIV'); for (var i=0;i<n.length;i++) {CSICSS2Prop(n.id);}}}
function CSICSS2Prop(id) { var n = document.getElementsByTagName('STYLE');for (var i=0;i<n.length;i++) { var cn = n.childNodes; for (var j=0;j<cn.length;j++) { CSSetCSS2Props(CSFetchStyle(cn[j].data, id),id); }}}
function CSFetchStyle(sc, id) {
var s=sc; while(s.indexOf("#")!=-1) { s=s.substring(s.indexOf("#")+1,sc.length); if (s.substring(0,s.indexOf("{")).toUpperCase().indexOf(id.toUpperCase())!=-1) return(s.substring(s.indexOf("{")+1,s.indexOf("}")));}
return "";
}
function CSGetStyleAttrValue (si, id) {
var s=si.toUpperCase();
var myID=id.toUpperCase()+":";
var id1=s.indexOf(myID);
if (id1==-1) return "";
s=s.substring(id1+myID.length+1,si.length);
var id2=s.indexOf(";");
return ((id2==-1)?s:s.substring(0,id2));
}
function CSSetCSS2Props(si, id) {
var el=document.getElementById(id);
if (el==null) return;
var style=document.getElementById(id).style;
if (style) {
if (style.left=="") style.left=CSGetStyleAttrValue(si,"left");
if (style.top=="") style.top=CSGetStyleAttrValue(si,"top");
if (style.width=="") style.width=CSGetStyleAttrValue(si,"width");
if (style.height=="") style.height=CSGetStyleAttrValue(si,"height");
if (style.visibility=="") style.visibility=CSGetStyleAttrValue(si,"visibility");
if (style.zIndex=="") style.zIndex=CSGetStyleAttrValue(si,"z-index");
}
}
function CSSetStyleVis(s,v) {
if (CSIsW3CDOM){CSIDOM();document.getElementById(s).style.visibility=(v==0)?"hidden":"visible";}
else if(IsIE())CSIEStyl(s).visibility=(v==0)?"hidden":"visible";
else CSNSStyl(s).visibility=(v==0)?'hide':'show';
}
function CSGetStyleVis(s) {
if (CSIsW3CDOM) {CSIDOM();return(document.getElementById(s).style.visibility=="hidden")?0:1;}
else if(IsIE())return(CSIEStyl(s).visibility=="hidden")?0:1;
else return(CSNSStyl(s).visibility=='hide')?0:1;
}
function CSShowHide(action) {
if (action[1] == '') return;
var type=action[2];
if(type==0) CSSetStyleVis(action[1],0);
else if(type==1) CSSetStyleVis(action[1],1);
else if(type==2) {
if (CSGetStyleVis(action[1]) == 0) CSSetStyleVis(action[1],1);
else CSSetStyleVis(action[1],0);
}
}
// --></script>
</csscriptdict>
<csactiondict>
<script type="text/javascript"><!--
var preloadFlag = false;
function preloadImages() {
if (document.images) {
pre_uu1 = newImage('img/uu1.gif');
pre_ho1 = newImage('img/ho1.gif');
pre_ko1 = newImage('img/ko1.gif');
pre_st1 = newImage('img/st1.gif');
preloadFlag = true;
}
}
CSAct[/*CMP*/ '1F3AE941'] = new Array(CSShowHide,/*CMP*/ 'standorte',1);
CSAct[/*CMP*/ 'BD7EE9E41'] = new Array(CSShowHide,/*CMP*/ 'standorte',2);
// --></script>
</csactiondict>
</head>
<body onload="preloadImages();" bgcolor="#870000" link="#ffffb3" vlink="#ffffb3" alink="#ffffb3" leftmargin="0" marginheight="0" marginwidth="0" topmargin="0">
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center" height="100%">
<tr>
<td align="center" valign="middle">
<div align="center">
<table width="600" border="0" cellspacing="0" cellpadding="0" height="520">
<tr height="35">
<td width="600" height="35"> <img src="img/banner_mu.gif" alt="" height="35" width="110" align="bottom"></td>
</tr>
<tr height="450">
<td align="center" valign="middle" width="600" height="450">
<table class="rahmen" width="600" border="1" cellspacing="0" cellpadding="0" height="450">
<tr>
<td align="center" valign="middle">
<table width="100%" border="0" cellspacing="0" cellpadding="0" height="100%">
<tr height="19">
<td align="center" valign="middle" width="280" height="19"></td>
<td height="19"> </td>
</tr>
<tr height="347">
<td align="center" valign="middle" width="280" height="347"><img class="rahmen" src="img/pic2.jpg" alt="" height="345" width="230" border="0"></td>
<td height="347">
<div class="text">
<p>
<iframe src="mit_text.html" style="border:0px #FFFFFF none;" name="impressum" scrolling="auto" frameborder="0" align=left marginheight="0" marginwidth="0" height="345" width="280"></iframe>
</p>
<p></p>
</div>
</td>
</tr>
<tr height="70">
<td colspan="2" align="left" valign="middle" height="70">
<table width="280" border="0" cellspacing="0" cellpadding="0" height="45">
<tr height="45">
<td align="center" valign="middle" width="70" height="45"><a onmouseover="changeImages('unteruns','img/ho1.gif');return true" onmouseout="changeImages('unteruns','img/ho0.gif');return true" href="index.html"><img id="unteruns" src="img/ho0.gif" alt="" name="unteruns" height="42" width="70" border="0"></a></td>
<td align="center" valign="middle" width="70" height="45"><a onmouseover="changeImages('unteruns2','img/uu1.gif');return true" onmouseout="changeImages('unteruns2','img/uu0.gif');return true" href="unter.html"><img id="unteruns2" src="img/uu0.gif" alt="" name="unteruns2" height="42" width="70" border="0"></a></td>
<td align="center" valign="middle" width="70" height="45"><a onmouseover="changeImages('unteruns3','img/ko1.gif');return true" onmouseout="changeImages('unteruns3','img/ko0.gif');return true" href="kontakt.html"><img id="unteruns3" src="img/ko0.gif" alt="" name="unteruns3" height="42" width="70" border="0"></a></td>
<td align="left" valign="middle" width="70" height="45">
<div id="standorte">
<table onmouseout="CSAction(new Array(/*CMP*/'BD7EE9E41'));" width="100" border="0" cellspacing="0" cellpadding="0" csout="BD7EE9E41">
<tr>
<td><img src="img/blank.gif" alt="" height="45" width="100" border="0"></td>
</tr>
<tr>
<td><a href="duesseldorf.html"><img src="img/navi_dd.gif" alt="" height="15" width="100" border="0"></a></td>
</tr>
<tr>
<td><a href="koeln.html"><img src="img/navi_ko.gif" alt="" height="15" width="100" border="0" vspace="1"></a></td>
</tr>
<tr>
<td><a href="whv.html"><img src="img/navi_wi.gif" alt="" height="15" width="100" border="0"></a></td>
</tr>
</table>
</div>
<a onmouseover="CSAction(new Array(/*CMP*/'1F3AE941'));changeImages('unteruns4','img/st1.gif');return true" onmouseout="changeImages('unteruns4','img/st0.gif');return true" href="#" csover="1F3AE941"><img id="unteruns4" src="img/st0.gif" alt="" name="unteruns4" height="42" width="70" border="0"></a></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr height="35">
<td align="left" valign="top" width="600" height="35">
<div>
</div>
</td>
</tr>
</table>
</div>
</td>
</tr>
</table>
<p></p>
<p></p>
<p></p>
</body>
</html>
Gruß
Dirk
[Adobe GoLive Tipps & Tricks]
http://www.gltipps.de
Adobe GoLive CS Buch
http://www.galileodesign.de/685?GPP=levy