equal
deleted
inserted
replaced
298 |
298 |
299 .tip{ |
299 .tip{ |
300 /* why not absolute instead of fixed ? because the div containing the tooltip widget is not a subdiv of its parent |
300 /* why not absolute instead of fixed ? because the div containing the tooltip widget is not a subdiv of its parent |
301 widget */ |
301 widget */ |
302 /*position : fixed; */ |
302 /*position : fixed; */ |
303 position: absolute; |
303 position:fixed; |
304 padding : 3px; |
304 padding : 3px; |
305 z-index: 10000000000; |
305 z-index: 10000000000; |
306 max-width: 200px; |
306 max-width: 200px; |
307 background: transparent url("imgs/white_arrow_long.png"); |
307 background: transparent url("imgs/white_arrow_long.png"); |
308 font-size: 12px; |
308 font-size: 12px; |