On Oct 22, 2010, at 5:46 PM, Jason Arnold wrote:
> Unless I'm misunderstanding your question all you need to do is style
> your a tags this way in this order to get the right style on the right
> links:
> 

Re-arrange the order that is!!! 

Now I feel like the simpleton who tried enter the room with a long  stick 
holding horizontally.

tee

> a { style whatever the default style you want }
> a[href^="http"] { style whatever style you want for all external links }
> a[href*="sitethatisnotanexternalsite.com"] { style should be the same
> styles used in the a{} style}
> 
> the above order of rules will style external and internal links
> differently and won't fail and if there are additional domains that
> you want styled the same as the internal links you just keep adding
> a[href*="siteyouwanttoadd.com"] { styling} to the bottom of the list.
> Keep adding them to the bottom is the key here.



*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
*******************************************************************

Reply via email to