Package: konqueror
Version: 4:3.2.2-1
When I change 'visibility' property of a table konqueror
hides/shows only content of TD but forgets about
cellspacing, table background.
Here is some code that shows a bug (when table appears you
need to move mouse quickly through one):
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0
Transitional//EN">
<html>
<head>
<style>
.menu A
{
background-color: #ffffff;
color: #104566;
font: 10px Verdana,Arial,Helvetica,sans-serif,Geneva;
text-decoration: none;
text-align: center;
width: 90px;
display: block;
line-height: 20px;
}
.menu A:hover
{
background-color: #FFcc66;
color: #000000;
font: 10px Verdana,Arial,Helvetica,sans-serif,Geneva;
text-decoration: none;
text-align: center;
width: 90px;
display: block;
line-height: 20px;
}
.menu
{
position: absolute;
visibility: hidden;
top: 30px;
background-color: #104566;
}
TABLE.menu TD
{
padding: 0px;
}
</style></head>
<body
onclick="document.getElementById('menu2').style.visibility='hidden'">
<a
onmouseover="document.getElementById('menu2').style.visibility='visible'">OverMe</a>
<table class="menu" id="menu2" cellspacing="1"
style="left: 15px">
<tr><td><a href="/">Item1</a></td></tr>
<tr><td><a href="/">Item2</a></td></tr>
<tr><td><a href="/">Item3</a></td></tr>
<tr><td><a href="/">Item4</a></td></tr>
<tr><td><a href="/">Item5</a></td></tr>
<tr><td><a href="/">Item6</a></td></tr>
<tr><td><a href="/">Item7</a></td></tr>
</table>
<table class="menu" cellspacing="1" style="visibility:
visible; left: 110px" >
<tr><td><a href="/">Item1</a></td></tr>
<tr><td><a href="/">Item2</a></td></tr>
<tr><td><a href="/">Item3</a></td></tr>
<tr><td><a href="/">Item4</a></td></tr>
<tr><td><a href="/">Item5</a></td></tr>
<tr><td><a href="/">Item6</a></td></tr>
<tr><td><a href="/">Item7</a></td></tr>
</table>
</body>
</html>
---------------------------------------------------------
http://mobile.ngs.ru/games - Java-игры для мобильников и не только...
http://love.ngs.ru - Знакомства в Новосибирске