/* IE6: oa.js must load as first script! */?>
| Links and Buttons |
Link Text and Titles
Ideally the name of the action should be legible. This helps with accessibility compliance but also helps new users get comfortable with the software quickly. <a href="#" class="places_user-trash">Remove</a> If space is limited you can reduce the font size inline: <a href="#" class="places_user-trash" style="font-size:83%">Remove</a> Or, if the space is really tight you can remove it this way, but remember to add a title on the anchor: <a href="#" class="actions_process-stop" title="Close popup"><span class="offscreen">Close popup</span></a> Target
Links to external URLs should open in new windows (target="_blank"). You can use the class "external" on the anchor tag to add its respective icon. Links to ALL internal URLs should open in the same window, unless the URL can't have ANY back-links such as a link to a PDF or ZIP file. IconsBy adding any of the following classes to an inline tag such as an or tag you can get the matching icon for it. <a class="external" href="/joomla/...">Read Full Story in Apple Learning Exchange</a> Will produce: Read Full Story in Apple Learning Exchange Notice that the class is on the INLINE element "span" and not in the "button" element. Avoid using these classes on button elements because this: <form><input /><span style="color: #ff0000;">class="external"</span> type="submit" value="Open" /></form> will produce unwanted effects across browsers: -- wrong -- TangoWe use the Open Source Tango Icon Library for the icons throughout the site. Appsapps_accessories-character-map apps_preferences-desktop-accessibility apps_preferences-desktop-assistive-technology apps_preferences-desktop-keyboard-shortcuts apps_preferences-desktop-locale apps_preferences-desktop-multimedia apps_preferences-desktop-remote-desktop apps_preferences-desktop-screensaver apps_preferences-desktop-theme apps_preferences-desktop-wallpaper apps_preferences-system-network-proxy apps_preferences-system-session Categoriescategories_applications-accessories categories_applications-development categories_applications-graphics categories_applications-internet categories_applications-multimedia categories_applications-office categories_applications-system categories_preferences-desktop DevicesEmblemsEmotesMimetypesmimetypes_application-certificate mimetypes_application-x-executable mimetypes_text-x-generic-template mimetypes_x-office-address-book mimetypes_x-office-document-template mimetypes_x-office-drawing-template mimetypes_x-office-presentation mimetypes_x-office-presentation-template PlacesAnimationsAnimation icons have been generated using Ajax Load. |