This topic needs a title

On the latest site I am working on, I noticed something strange.
I created some hyperlink to other pages. Everything worked as expected, the link was in the style created for a elements, and when hovering, the a:hover style was applied, just like I created them.
Then, I decided to create an extra style only for this kind of links, with background color, padding, etc… So I created 3 extra styles (.style1, .style1 a and .style1 a:hover). I applied the .style to the text with the hyperlink. Result: the span class is inserted after the a href, in other words: my new style is not working. Removing the hyperlink and creating the hyperlink again (after applying the new style) made it work, the span class is now added before the a href.
So in order to make this work, I had to remove all the hyperlinks, then apply the new style and then create the hyperlinks again. Anybody has any idea why this is happening?


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

I’ve created a page so you can see what I am talking about.

http://wim.studioindigo.be/hyperlink/


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options