Difference between revisions of "Team:Tuebingen/Notebook"

Line 21: Line 21:
 
week.style.cssText = 'width:210px;height:30px;cursor:pointer;';
 
week.style.cssText = 'width:210px;height:30px;cursor:pointer;';
 
week.onmouseover = function() {this.style.backgroundColor = 'rgba(0,0,0,0.2)';};
 
week.onmouseover = function() {this.style.backgroundColor = 'rgba(0,0,0,0.2)';};
week.onmouseout = function() {this.style.backgroundColor = 'none';};
+
week.onmouseout = function() {this.style.backgroundColor = 'transparent';};
 
for (var q=0;q<7;q++) {
 
for (var q=0;q<7;q++) {
 
var date = document.createElement('div');
 
var date = document.createElement('div');

Revision as of 01:38, 18 September 2015

<
>