Evotec

Project

PSWriteHTML

PSWriteHTML is an open-source PowerShell project with packages, release history, and working documentation.

Stars 995
Forks 114
Open issues 69
PowerShell Gallery downloads 7,436,513
Release v1.41.0
Language: PowerShell Updated: 2026-04-11

API Reference

Function

New-HTMLNavFloat

Namespace PSWriteHTML

Creates a new HTML floating navigation menu with customizable options.

Remarks

This function creates a new HTML floating navigation menu with various customization options such as navigation links, title, tagline, colors, and button styling for hover effects.

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.

Syntax

New-HTMLNavFloat [-ButtonColor <String>] [-ButtonColorBackground <String>] [-ButtonColorBackgroundOnHover <String>] [-ButtonColorOnHover <String>] [-ButtonLocationBottom <Object>] [-ButtonLocationLeft <Object>] [-ButtonLocationRight <Object>] [-ButtonLocationTop <Object>] [-NavigationLinks <ScriptBlock>] [-Tagline <String>] [-TaglineColor <String>] [-Title <String>] [-TitleColor <String>] [<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.