moin zusammen,
ich hab da nen problem
wie ihr seht ist die hovergrafik + text hinter der selectbox.
aber nur im IE firefox z.B. stellt es da so wie ich es haben will.
hier mal ein paar codeschnippsel
falls ihr noch mehr code braucht sagen
ansonsten hoffe ich das jemand weiss wie ich das problem lösen kann.
MFG
Maik
ich hab da nen problem
wie ihr seht ist die hovergrafik + text hinter der selectbox.
aber nur im IE firefox z.B. stellt es da so wie ich es haben will.
hier mal ein paar codeschnippsel
PHP-Code:
#box_2 {
font-size: 8pt;
color:#000000;
}
#box_2 a {
color:#000066;
font:normal 8pt verdana, sans-serif;
text-decoration:none;
display:inline;
width:50px;
padding:0px;
border:0px;
position:relative;
}
#box_2 a:hover {
color:#000066;
background:#EBEBEB;
}
#box_2 a span {
display:none;
}
#box_2 a:hover span {
position:absolute;
top:-9em;
left:45px;
z-index:5;
display:block;
width:490px;
color:black;
font:normal 8pt verdana, sans-serif;
border:0px;
padding:0px;
}
return'<span id="'.$css_box.'"><a href="#">'.$link.'<span>
<TABLE WIDTH="'.($width+43).'" BORDER="0" CELLPADDING="0" CELLSPACING="0">
<tr>
<td background="'.$cfg['base_uri']
. '/d/imgs/layer_01.gif" width="35" height="40"><img src="'.$cfg['base_uri']
. '/imgs/blind/2x2t.gif" width="7" height="1" alt=""></td>
<td background="'.$cfg['base_uri']
. '/d/imgs/layer_'.$layer_pic1.'.gif" width="'.$width.'" height="40"></td>
<td background="'.$cfg['base_uri']
. '/d/imgs/layer_03.gif" width="8" height="40"></td>
</tr>
<tr>
<td background="'.$cfg['base_uri']
. '/d/imgs/layer_'.$layer_pic2.'.gif" width="35"></td>
<td background="'.$cfg['base_uri']
. '/d/imgs/layer_05.gif" width="'.$width.'" height="50">'.$info.'</td>
<td background="'.$cfg['base_uri']
. '/d/imgs/layer_06.gif" width="8"></td>
</tr>
<tr>
<td background="'.$cfg['base_uri']
. '/d/imgs/layer_07.gif" width="35" height="7">
<img src="'.$cfg['base_uri'] . '/imgs/blind/2x2t.gif" width="7" height="1" alt=""></td>
<td background="'.$cfg['base_uri']
. '/d/imgs/layer_08.gif" width="'.$width.'" height="7"></td>
<td background="'.$cfg['base_uri']
. '/d/imgs/layer_09.gif" width="8" height="7"></td>
</tr>
</TABLE>
</span></a></span>';
ansonsten hoffe ich das jemand weiss wie ich das problem lösen kann.
MFG
Maik
Kommentar