ClientAPICaps.config
- Added new motion functionality
- Set all browsers to not use SingleCharDelimiters as they are not XHTML compliant
- Added new functionality section to control whether or not external scripts are used
default.css
- eipbackimg
added
background-repeat: repeat-x
- eipbuttonbackimg
removed
/*display:-moz-inline-box; *//* Gecko proprietary (ORDER IS IMPORTANT HERE!)*/
/*display: inline-block; *//* supported by Opera and ? */
added
float: left;
- eipbutton_edit
added
float: left;
- eipbutton_save
added
float: left;
Skins\DNN-Blue\skin.css (no change)
Simply added commented section at end for how to customize css specific to tabs
Skins\DNN-Blue\Horizontal Menu - Fixed Width.ascx
added new register directive at top
<%@ Register TagPrefix="dnn" Namespace="DotNetNuke.UI.Skins" Assembly="DotNetNuke" %>
added new custom attributes to nav skin object
bin\DotNetNuke.DNNMenuNavigationProvider.dll
- new dll supports new animation customattributes