equal
deleted
inserted
replaced
287 .shareJamesPot{ |
287 .shareJamesPot{ |
288 background-position:0 -1808px; |
288 background-position:0 -1808px; |
289 } |
289 } |
290 |
290 |
291 .tip{ |
291 .tip{ |
292 position : fixed; /* why not absolute instead of fixed ? because the div containing the tooltip widget is not a subdiv of its parent |
292 /* why not absolute instead of fixed ? because the div containing the tooltip widget is not a subdiv of its parent |
293 widget */ |
293 widget */ |
|
294 /*position : fixed; */ |
|
295 position: absolute; |
294 padding : 3px; |
296 padding : 3px; |
295 z-index: 10000000000; |
297 z-index: 10000000000; |
296 max-width: 200px; |
298 max-width: 200px; |
297 background: transparent url("imgs/white_arrow_long.png"); |
299 background: transparent url("imgs/white_arrow_long.png"); |
298 font-size: 12px; |
300 font-size: 12px; |