CSS styles
Allows to include customized CSS styles which you can define a customized graphic appearance for the menu, thus it can be a little complicated to define all the styles for the popup menu, so it is necessary being careful if default styles are disabled.
A simple exercise of using the styles template will be:
#id_contenedor_menu { margin-bottom: 10px; }
With the previous code, the menu is separated 10px from the central topic or the first block, according to the position defined for the menu.
Note:
-
The identifier (id) of the layer (div) that the menu contains is id_contenedor_menu. This data can be useful to manipulate the menu styles without to affect other components of the page.
- It is possible that to make changes in the styles, they cannot visualize immediately in the course. If so, it must refresh the page. In many browsers, you can do it pressing the key combination Ctrl+F5.