October 2008 meeting
From AAWAwiki
Contents |
[edit] Attendees
Dawna Ishler, Reginald Lucien, Peter George, Travis Thompson, Agyenim Wiredu
[edit] Topics
[edit] Budget Issues and IT Related Changes
Open discussion of IT server consolidations and future offerings.
[edit] Print-Friendly Webpage Using Only CSS
By using CSS to hide web elements that are unnecessary on paper (header, footer, menu, etc), a print-only page is an easy way to make your site more user-friendly. But what about the elements that need to be "un-hidden?" Properly constructed hyperlinks are of the form USF homepage - not http://www.usf.edu - which means that when printed, URLs will be missing. David Walsh has an article with sample CSS to un-hide full URLs in modern browsers. Unfortunately and unsurprisingly, IE does not support this code. Also available is a sample page to preview how it works.
