Re: [css-d] Newbie question re: Link Target

2006-02-10 Thread Brian Cummiskey
Bryan White wrote: > 1. How does one duplicate the behavior of the "target" attribute for > hyperlinks using CSS? Specifically, opening links in a new window? Simply put, you don't. CSS is NOT a behavior. This method is the most common way, but it requires JS. http://www.sitepoint.com/article/s

[css-d] Newbie question re: Link Target

2006-02-10 Thread Bryan White
Greetings: 1. How does one duplicate the behavior of the "target" attribute for hyperlinks using CSS? Specifically, opening links in a new window? 2. Is it possible, using CSS rules, to do this *only* for external / fully-qualified links, meaning those that begin with the protocol and specify the