You are not logged in.
Pages: 1
Hi,
I use pageStyleSheets to load an external stylesheet in the editor.
All work fine except for links colors under Firefox.
If editor is not active, links are good (for example in red) but if editor is active they switch to black.
When I try with 2 editors:
- if I activate the first one: links are good in the second
- if I activate the second one: links are good in the first
Idem if I use pageStyle.
Idem if I don't use any plugin or skin.
Idem if I delete all other stylesheets loaded.
So I think the problem is in htmlarea.js
Any idea ?
chaK!
Offline
Hi!
I`m experiencing the same problem. Style for links is ok in IE, but not in Firefox.
Does anybody have a solution to this?
Last edited by marcini (2007-02-09 12:01:17)
Offline
it could be how you're doing your CSS, if you style just the a, it needs to style a:visited as well. If each link state is style individually remember that they must be in the order of:
a:link
a:visited
a:hover
a:active
otherwise you are likely to get unexpected results in your browser.
There's also the case that stylesheets loaded by Xinha's pageStyles don't always appear to update because they are cached - if you make a change and it's not reflected in Xinha just clear your cache and refresh the page.
David G. Paul
[url]http://www.newearthonline.co.uk[/url]
Offline
Hi!
No, it's not the style construction (I have a, a:visited, a:hover) and not the cache.
Seems that Firefox doesn`t carry about my stylesheet and sets it`s own blue links (but all other elements are styled correctly). But why? Is there a way to handle it?
Offline
Pages: 1