topbanner added
authorMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Sun, 30 Mar 2008 18:32:55 +0000 (18:32 +0000)
committerMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Sun, 30 Mar 2008 18:32:55 +0000 (18:32 +0000)
web/commons.js
web/index.php
web/room.css

index 1849705..189effc 100644 (file)
@@ -109,15 +109,15 @@ function getStyle(x,IEstyleProp, MozStyleProp)
 
     // var card_pos = RANGE 0 <= x < cards_ea_n
 
-function show_bigpict(obj, act)
+function show_bigpict(obj, act, x, y)
 {
    var big;
 
    // alert("offsetTop: "+obj.offsetTop+"  offsetLeft: "+obj.offsetLeft+"obj.id: "+obj.id);
    big = $(obj.id+"_big");
    if (act == "over") {
-       big.style.left = obj.offsetLeft + 100+"px";
-       big.style.top  = obj.offsetTop  +  10+"px";
+       big.style.left = obj.offsetLeft + x+"px";
+       big.style.top  = obj.offsetTop  + y+"px";
        big.style.visibility = "visible";
        }
    else {
index 3ba6d91..a6f4082 100644 (file)
@@ -224,7 +224,7 @@ google_color_url = "000000";
     </div>'.($with_topbanner ? '</td>
 
 <td><div class="topbanner" id="topbanner" onMouseOver="show_bigpict(this, \'over\', -100, 80);" onMouseOut="show_bigtopbanner(this, \'out\', 0, 0);">
-<a href="http://www.briscolachiamatamilano.it/maggiotorneo.htm">
+<a target="_blank" href="http://www.briscolachiamatamilano.it/maggiotorneo.htm">
 Torneo di briscola<br>
 chiamata - Milano<br>
 17/05/2008</a>
index c789467..63bdaa9 100644 (file)
@@ -281,3 +281,30 @@ div.esco {
     line-height: 20px;
     text-decoration: none;
 }
+
+.topbanner { 
+    position: relative;
+    align: center;
+    text-align:center;
+    background-color: #f8f8f8;
+    padding: 4px;
+    border: 1px solid #000000;
+}
+
+.topbanner a:link {
+    color: black;
+    line-height: 16px;
+    text-decoration: none;
+}
+
+.topbanner a:visited {
+    color: black;
+    line-height: 16px;
+    text-decoration: none;
+}
+
+.topbanner a:hover {
+    color: RGB(255,174,0);
+    line-height: 16px;
+    text-decoration: none;
+}