fixed that IE 6 Bug, that selectboxes are shown in the left Menu with a frame workaround. Sponsored by Karl Knauber Holding

This commit is contained in:
Stefan Becker 2008-07-25 14:48:06 +00:00
parent c9fda6abcf
commit 134692b51c
4 changed files with 80 additions and 34 deletions

View File

@ -70,6 +70,7 @@
<!-- BEGIN appbox -->
</div><!--[if lte IE 6.5]><iframe frameborder="0" framespacing="0" class="iframeforselectbox"></iframe><![endif]--></div>
<div id="divSubContainer">
<table width="100%" cellspacing="0" cellpadding="0">
<tr>
@ -88,6 +89,7 @@
</div>
<div id="menu2Container">
<!--[if lte IE 6.5]><div class="selectbg" id="dd3"><div class="bdforselection"><![endif]-->
<div id="menu2Content" style="position: relative; left: 0; text-align: left;">
<table cellspacing="0" cellpadding="0">
<tr><td>

View File

@ -477,3 +477,24 @@ Preferences tabs
{
cursor: pointer;
}
.selectbg
{
position:absolute;
z-index:10;
overflow:hidden;
width:250px;
}
.iframeforselectbox
{
display:block;
height:150px;
left:10pt;
position:absolute;
top:0pt;
width:235px;
z-index:-1;
border: 0px;
}
.bdforselection{;padding:12px;}

View File

@ -660,3 +660,24 @@ body {
{
cursor: pointer;
}
.selectbg
{
position:absolute;
z-index:10;
overflow:hidden;/
width:250px;
}
.iframeforselectbox
{
display:block;
height:250px;
left:10pt;
position:absolute;
top:10pt;
width:224px;
z-index:-1;
border: 0px;
}
.bdforselection{;padding:12px;}

View File

@ -75,6 +75,7 @@
<!-- BEGIN appbox -->
</div><!--[if lte IE 6.5]><iframe frameborder="0" framespacing="0" class="iframeforselectbox"></iframe><![endif]--></div>
<div id="divSubContainer">
<table width="100%" cellspacing="0" cellpadding="0">
<tr>
@ -93,6 +94,7 @@
</div>
<div id="menu2Container">
<!--[if lte IE 6.5]><div class="selectbg" id="dd3"><div class="bdforselection"><![endif]-->
<div id="menu2Content" style="position: relative; left: 0; text-align: left;">
<table cellspacing="0" cellpadding="0">
<tr><td>