Jump to content

[SOLVED] Problem with "events" in Editorial module


greativan

Recommended Posts

Hi everyone!

In module "editorial" in "Insert/Edit link" event "onfocus" and other option from menu "Events" does not work when insert event in them like "color:red;". Anyone know how to make links change colors when pointer on them in this module? I try many changes with CSS but nothing works in my case..

2lloyzp.jpg

Edited by greativan (see edit history)
Link to comment
Share on other sites

Solved, I found in html edit mode <span> tag in wrong place inside anchor tag what caused problem:

<p style="text-align: left;"><span style="font-size: 14pt; color: #0000ff;"><a href="http://mysite.com"><span style="color: #0000ff;">Title</span></a></span><span style="color: #0000ff; font-size: 14pt;">

and change to:
 

<p style="text-align: left;"><span style="font-size: 14pt; color: #0000ff;"><a href="http://mysite.com">Title</a></span></p>


After css hover works fine.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...