L
Lisa A
Is there a way in front page to have mouse overs on buttons without using
the premade buttons? I'd like to use my own.
Lisa
the premade buttons? I'd like to use my own.
Lisa
Lisa said:Is there a way in front page to have mouse overs on buttons without
using the premade buttons? I'd like to use my own.
Lisa
Murray said:Yes. But it works best on <a> tags.
And in your example, you have hit a fly with a sledgehammer. This
would be much better and would work even with js disabled (i.e.,
would convey information to a screenreader) -
<a href="http://www.abc.net.au/" title="ABC Online"><img
src="images/display/abc_banner_logo.gif" alt="You do need something
here" width="40" height="24" />ABC Online</a><hr />
doesn't.
I also tried title= but it didn't work in Firefox either (which surprised
me).
Trevor L. said:Yes, thank you Murray.
I thought alt= had a problem. I only wrote that I tried it before trying
title= to explain my whole thought process.
I will try title= again in Firefox.