hello guys,
i'm a newbie at developing web site
so i don't know this question is belong to which forum
i ask in javascript and html forum
i want to make a bunch of links and when the mouse over a link, the
link background color will change, and when mouse out, the link back to normal
then can a link make a box next to it that contains several new links
thanxx guys
try my beta game at
http://mycgiserver.com/~goldenstudios
One mistake that beginners with JavaScript is to assume that everybody is using the same browser and computer. JavaScript will fail a good 13% of the time and that 13% includes people who cannot use JavaScript because of some disability. It's very important to not rely upon JavaScript, especially for navigation. But here's the CSS for you links:
“The power of the Web is in its universality. Access by everyone regardless of disability is an essential aspect.”
—Tim Berners-Lee, W3C Director and inventor of the World Wide Web
wohoo thank you Charles! nice..
umm.. how about the rectangle thing?
when a mouse hovering on a link then pop up a box next to it contains several sub links, can javascript do this?
Originally posted by role wohoo thank you Charles! nice..
umm.. how about the rectangle thing?
when a mouse hovering on a link then pop up a box next to it contains several sub links, can javascript do this?
On some browsers, but not all. And it will not work on Baille and audio browsers. How do you plan to keep the page working for those people?
“The power of the Web is in its universality. Access by everyone regardless of disability is an essential aspect.”
—Tim Berners-Lee, W3C Director and inventor of the World Wide Web
umm..i don't understand
what do you mean?? is javascript can make it?
the box i mean is like a select tag <select size="4"> with a bunch of links, pop next when mouse hover a link.
Bookmarks