Filed under: General at 12:57:18 On 2006-08-12
Well,
Here is the CSS which does this !
No JS , no messy code .... just 3 lines of CSS 
#tooltip { font-size: 1em; float: left; display: inline;}
#tooltip A:hover { float: left; display: inline; background-color: #dbe4f2; text-decoration: none; font-size: 1em; }
#tooltip .toolbox A:hover span { display: block! important; font-size: 1.2em; background: white; border: black 1px solid; color: black; position: absolute; padding: 5px; min-width: 100px; text-decoration: none; }
See it in action here
PS : Tested for Internet Explorer 6.0.2800.1106. SP1 / Q823353 / Q333989
[Comments :5] [Permalink]
Filed under: General at 16:44:17 On 2006-08-04
Open the Registry Editor click on the Start button on your taskbar, then click on Run and type "regedit" and click on OK to start the regedit utility.
Expand HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control.
From there right click and create a new key and name it "StorageDevicePolicies". In the window on the right then create a new DWORD value and label it WriteProtect, give it a value of "1" and users can no longer write to USB drives. To re-enable this option change the value to 0 and users are again allowed to write.
[Comments :213] [Permalink]