• Skip to primary navigation
  • Skip to main content
  • Skip to footer
  • Books
    • Content Strategy for WordPress (2015)
    • WordPress for Web Developers (2013)
    • Beginning WordPress 3 (2010)
  • Blog
    • Content Modeling for WordPress
    • WordPress Hidden Gems
    • Web Design
  • Work
    • MLIS Class Projects (2019-2022)
    • Portfolio (2002-2019)
    • Services
    • WordPress Plugins
    • WordPress Themes
    • Presentations and Interviews
    • on GitHub →

Stephanie Leary

Writer, WordPress consultant, recent MLIS grad

  • About
    • Press Kit
    • Presentations and Interviews
  • Contact Me

DevEdge redesign

February 13, 2003 Stephanie Leary

Netscape DevEdge has redesigned with an all-CSS layout. Nothing new there, although their DHTML menus are nicely done. What’s interesting, from my point of view, is that they’re using some very nifty CSS to ensure that in the printed page, the URL of every link in the page content is displayed in brackets after the linked text:

#main a:link:after, #main a:visited:after {font-size: 85%;

content: ” [” attr(href) “]”; text-decoration: none; }

I did this in the Tackling Tobacco site at work, but I did it the hard way – I copied each URL into a span, and then hid those spans with the screen stylesheet. This method is infinitely better.

Web Design

Footer

My Books

I’m a front end developer at Equinox OLI, working on open source library software. I was previously a freelance WordPress developer in higher education. You can get in touch here or on LinkedIn.

Copyright © 2023 Stephanie Leary · Contact