16.9.6 Providing CSS for drop-down
links and blocks
By default, the CSS class for links and blocks is
dropdown. To specify a different
class:
[DropDowns]
DropClass = dropdown
The same class name can serve for all link types,
and also for blocks. Use CSS to differentiate:
p.dropdown { drop-link text stuff }
a.dropdown { drop-link icon stuff }
button.dropdown { drop-link button stuff }
div.dropdown { drop block stuff }
See §31. Setting up CSS
for HTML.
Previous Topic: 16.9.5 Configuring
drop-down blocks
Next Topic: 16.9.7 Deploying
JavaScript code for drop-down sections
Parent Topic: 16.9 Including
expandable sections in Help topics
Sibling Topics:
16.9.1 Understanding
DITA2Go expandable drop-down sections
16.9.2 Setting
up expandable sections for your document
16.9.3 Delimiting
expandable drop-down sections
16.9.4 Configuring
drop-down links
16.9.5 Configuring
drop-down blocks
16.9.7 Deploying
JavaScript code for drop-down sections
16.9.8 Emulating
Web Works Publisher drop-down hotspots