onmouseover not working, what am I doing wrong?
Posted: Wed Jan 10, 2024 11:05 pm
Hi all,
I've recent upgraded to WB19 as I need to rebuild a website and I'm trying to improve the design. I'm not a hardened web designer so this is why I like WB19. I apologies if this is a simple question or I'm doing it completely wrong!
I want to create an effect for some text which is part of a bullet list object. I want a dashed border to appear around the text on the mouseover event before a user clicks on it to follow a link to another page. So I have created the bullet item, selected up the text and click on the link button in the ribbon to insert a link and set the event as shown below:
event = onmousevent
action = set class
target = (self)
style = dashed_box_link
On the Tools ribbon I had clicked on style manager added under general styles a new style called dashed_box_link and under Border style had set that to dashed, Border Width = 1.5 and Border color = some blue colour.
I am expecting a dashed border to appear around the text when I move the mouse over it, but it never does. I have tried this effect on a simple text item (so not part of a bullet list) and that too fails
I've recent upgraded to WB19 as I need to rebuild a website and I'm trying to improve the design. I'm not a hardened web designer so this is why I like WB19. I apologies if this is a simple question or I'm doing it completely wrong!
I want to create an effect for some text which is part of a bullet list object. I want a dashed border to appear around the text on the mouseover event before a user clicks on it to follow a link to another page. So I have created the bullet item, selected up the text and click on the link button in the ribbon to insert a link and set the event as shown below:
event = onmousevent
action = set class
target = (self)
style = dashed_box_link
On the Tools ribbon I had clicked on style manager added under general styles a new style called dashed_box_link and under Border style had set that to dashed, Border Width = 1.5 and Border color = some blue colour.
I am expecting a dashed border to appear around the text when I move the mouse over it, but it never does. I have tried this effect on a simple text item (so not part of a bullet list) and that too fails