This is first free download on Coohya.com
Windows Media Player 10 – Skin for DotNetNuke portals.
Since WMP10 design is a property of Microsoft Corp. it is recommended to install this skin on ‘non for profit’ websites or even use it for educational purposes only.
Skin contains four containers and separate layouts for Portal and Admin sections of you DNN website.
NOTE!
To ensure proper functionality of this skin under DotNetNuke v2.1.2 apply changes to spmenu.js provided by Jon from Solution Partners Inc. in this post:
------------------------------------------------------
At approx line 594 you should see the following code:
oCell.className = spm_fixCSSForMac(this.getIntCSSName('spmitmsel spmbar') + this.cssMenuBar + ' ' + this.cssMenuItemSel + ' ' + spm_getAttr(oCell, 'saveselcss', ''));
Change it to this
oCell.className = spm_fixCSSForMac(this.getIntCSSName('spmitmsel spmbar') + this.cssMenuBar + ' ' + this.cssMenuItemSel + ' ' + spm_getAttr(oCell, 'saveselcss', '') + ' ' + spm_getAttr(oCell, 'savecss', ''));
Note: the only part that is different is the addition of
+ ' ' + spm_getAttr(oCell, 'savecss', '')
---------------------------------------------------------------
Known issues: Background image of active tab disappear when clicked again.