mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-05 13:39:23 +01:00
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:
parent
c9fda6abcf
commit
134692b51c
@ -70,6 +70,7 @@
|
|||||||
|
|
||||||
|
|
||||||
<!-- BEGIN appbox -->
|
<!-- BEGIN appbox -->
|
||||||
|
</div><!--[if lte IE 6.5]><iframe frameborder="0" framespacing="0" class="iframeforselectbox"></iframe><![endif]--></div>
|
||||||
<div id="divSubContainer">
|
<div id="divSubContainer">
|
||||||
<table width="100%" cellspacing="0" cellpadding="0">
|
<table width="100%" cellspacing="0" cellpadding="0">
|
||||||
<tr>
|
<tr>
|
||||||
@ -88,6 +89,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="menu2Container">
|
<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;">
|
<div id="menu2Content" style="position: relative; left: 0; text-align: left;">
|
||||||
<table cellspacing="0" cellpadding="0">
|
<table cellspacing="0" cellpadding="0">
|
||||||
<tr><td>
|
<tr><td>
|
||||||
|
@ -477,3 +477,24 @@ Preferences tabs
|
|||||||
{
|
{
|
||||||
cursor: pointer;
|
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;}
|
@ -660,3 +660,24 @@ body {
|
|||||||
{
|
{
|
||||||
cursor: pointer;
|
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;}
|
@ -75,6 +75,7 @@
|
|||||||
|
|
||||||
|
|
||||||
<!-- BEGIN appbox -->
|
<!-- BEGIN appbox -->
|
||||||
|
</div><!--[if lte IE 6.5]><iframe frameborder="0" framespacing="0" class="iframeforselectbox"></iframe><![endif]--></div>
|
||||||
<div id="divSubContainer">
|
<div id="divSubContainer">
|
||||||
<table width="100%" cellspacing="0" cellpadding="0">
|
<table width="100%" cellspacing="0" cellpadding="0">
|
||||||
<tr>
|
<tr>
|
||||||
@ -93,6 +94,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="menu2Container">
|
<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;">
|
<div id="menu2Content" style="position: relative; left: 0; text-align: left;">
|
||||||
<table cellspacing="0" cellpadding="0">
|
<table cellspacing="0" cellpadding="0">
|
||||||
<tr><td>
|
<tr><td>
|
||||||
|
Loading…
Reference in New Issue
Block a user