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
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
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 />
Murray said:Soitenly. 8)
But take it a little at a time. If you are serious about building web
pages, you will want to bring this technology on board at your
earliest opportunity.
I suggest you start here -
http://www.w3schools.com
</style>COLOR: #1981a5;
TEXT-DECORATION: none
}
A:visited {
COLOR: #1981a5;
TEXT-DECORATION: none
}
A:hover {
BACKGROUND-COLOR: #e7e7e7;
TEXT-DECORATION: none
}
A:active {
BACKGROUND-COLOR: #e7e7e7;
TEXT-DECORATION: none
}
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.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.