Creates a new HTML floating navigation menu with customizable options.
Examples
Authored help example
EXAMPLE 1
New-HTMLNavFloat -ButtonColor 'Value'
Common Parameters
This command supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
For more information, see about_CommonParameters.
Parameter set: All Parameter Sets
Parameters
- ButtonColor String optionalposition: 9pipeline: False
- Specifies the color of the floating navigation menu button.
- ButtonColorBackground String optionalposition: 10pipeline: False
- Specifies the background color of the floating navigation menu button.
- ButtonColorBackgroundOnHover String optionalposition: 12pipeline: False
- Specifies the background color of the floating navigation menu button on hover.
- ButtonColorOnHover String optionalposition: 11pipeline: False
- Specifies the color of the floating navigation menu button on hover.
- ButtonLocationBottom Object optionalposition: 8pipeline: False
- Specifies the bottom position of the floating navigation menu button.
- ButtonLocationLeft Object optionalposition: 6pipeline: False
- Specifies the left position of the floating navigation menu button.
- ButtonLocationRight Object optionalposition: 7pipeline: False
- Specifies the right position of the floating navigation menu button.
- ButtonLocationTop Object optionalposition: 5pipeline: False
- Specifies the top position of the floating navigation menu button.
- NavigationLinks ScriptBlock optionalposition: 0pipeline: False
- Specifies the script block containing navigation links to be displayed in the menu.
- Tagline String optionalposition: 2pipeline: Falsealiases: SubTitle
- TaglineColor String optionalposition: 4pipeline: False
- Specifies the color of the tagline text.
- Title String optionalposition: 1pipeline: False
- Specifies the title of the floating navigation menu.
- TitleColor String optionalposition: 3pipeline: False
- Specifies the color of the title text.