Re: [WSG] a:link behaviors issues

2011-07-29 Thread Oliver Boermans
Mathew is asking the pertinent question. There are five pseudo selectors to consider on links: :link :visited :focus :hover :active By applying the font attributes to link and visited you leave the others undefined. You could apply the attributes to all states, although the more efficient

Re: [WSG] a:link behaviors issues

2011-07-29 Thread David Dorward
On 29 Jul 2011, at 14:14, Oliver Boermans wrote: Mathew is asking the pertinent question. There are five pseudo selectors to consider on links: :link :visited :focus :hover :active By applying the font attributes to link and visited you leave the others undefined. A link doesn't

[WSG] a:link behaviors issues

2011-07-27 Thread olivia antonin
Hi , I don't understand, my navigation bar, on my mac they behave as I want, so that the font size remain the same , as well as when visited. a:link, a:visited{ font: 13px Myriad pro, Lucida Grande, Calibri, sans-serif; color:#686868; text-decoration: none; } But when I test on my pc, when

Re: [WSG] a:link behaviors issues

2011-07-27 Thread Mathew Robertson
This is going to sound like an odd question, but have you also applied this style to the non-psuedo-selector (ie just 'a')? regards, Mathew Robertson On 28 July 2011 08:42, olivia antonin olivianto...@hotmail.com wrote: Hi , I don't understand, my navigation bar, on my mac they behave as

Re: [WSG] a:link behaviors issues

2011-07-27 Thread Vedran Tonsic
Olivia, I found using em instead of px dimensions works well cross platform. Cheers Ved On Thu, Jul 28, 2011 at 8:42 AM, olivia antonin olivianto...@hotmail.comwrote: Hi , I don't understand, my navigation bar, on my mac they behave as I want, so that the font size remain the same , as