7.0
Table Of Contents
<? if(function_exists("generateUserInfo")) { ?>
<div id="userinfo">
<div>
<h3><? generateAdditionalInfo(); ?></h3>
<? generateUserInfo(); ?>
</div>
</div>
<? } ?>
Below you'll see a variant of the User Info bar. In this case the orientation is placed vertical and a custom
string was added.
A variant of the User Info bar showing additional information.
4.4.3 Highlighting "hovered" items
The hover attribute set for the a tag will render a different background color when the user places the cursor
over this item. Additional parameters can be added to change the style of the text (for example the text color,
font weight, text decoration or font style).
Styling - User information
Objectif Lune Inc. © 2010 23