*** empty log message ***

This commit is contained in:
sebastian 2005-04-29 15:00:49 +00:00
parent 1dc66e71a3
commit 8cff2c1d3c
15 changed files with 104 additions and 85 deletions

View file

@ -25,7 +25,7 @@
//return false;
}
function showalttextthan(e) { // alert("now");
function showalttextthan(e) {
if (ie5) {
if (event.clientX + contextmenuWidth > document.body.clientWidth) xPos = event.clientX - contextmenuWidth + document.body.scrollLeft;
else xPos = event.clientX + document.body.scrollLeft;
@ -65,17 +65,17 @@
<style type="text/css">
#alttext {
font-size : 80%;
float: left;
width: 200px;
list-style: none;
line-height: 20px;
padding: 4px;
margin: 0px 0px 0px 0px;
display: block;
clear: left;
background: yellow;
border: 1px solid #ACB3BA;
font-size : 80%;
float: left;
width: 200px;
list-style: none;
line-height: 16px;
padding: 4px;
margin: 0px 0px 0px 0px;
display: block;
clear: left;
background: #FFFACD;
border: 1px solid #ACB3BA;
}
</style>
{/literal}