AJAX Forums

Is there anyway to give image MouseOver...

This is a discussion on Is there anyway to give image MouseOver... within the XHTML and CSS forums, part of the Beginners AJAX category; ...with HTML, DHTML, or CSS? I've looked all over Google and Ask and I can't seem to find a MouseOver that uses JUST HTML, DHTML, or CSS AND ...


Go Back   AJAX Forums > Beginners AJAX > XHTML and CSS

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
Old 03-19-2007, 11:27 AM   #1 (permalink)
Junior Member
 
Join Date: Mar 2007
Posts: 1
Rep Power: 0 Short Tech is on a distinguished road
Is there anyway to give image MouseOver...

...with HTML, DHTML, or CSS? I've looked all over Google and Ask and I can't seem to find a MouseOver that uses JUST HTML, DHTML, or CSS AND works. If you know this off the top of your head, or know where to find it or a generator, please and thank you.
__________________
<a href="http://developer.yahoo.com/about"><img src="http://us.dev1.yimg.com/us.yimg.com/i/us/nt/bdg/websrv_120_1.gif" border="0"> </a>
Short Tech is offline   Reply With Quote
Old 03-20-2007, 01:47 AM   #2 (permalink)
Junior Member
 
Join Date: Mar 2007
Posts: 1
Rep Power: 0 BigJohnny is on a distinguished road
yes, it's kind of a hack, but it uses a CSS class called hover.see here:http://www.tutorio.com/tutorial/pure.../picpopup.html
__________________
<a href="http://developer.yahoo.com/about"><img src="http://us.dev1.yimg.com/us.yimg.com/i/us/nt/bdg/websrv_120_1.gif" border="0"> </a>
BigJohnny is offline   Reply With Quote
Old 03-20-2007, 08:55 AM   #3 (permalink)
Junior Member
 
Join Date: Mar 2007
Posts: 1
Rep Power: 0 circusmort is on a distinguished road
Funny enough I've been writing a tutorial on that very subject - here's how I do things like that - works real sweetHere's the HTML for a navigation area:<a href="websites.asp" accesskey="1" title = "Website's I've designed and built">Websites</a><a href="graphic-design-scotland.asp" accesskey = "2" title = "Graphic Design projects">Print</a><a href="multimedia.asp" accesskey = "3" title = "Multimedia projects for CD ROM, DVD and Online">Multimedia</a><a href="directype.asp" accesskey = "4" title = "Learn about Directype custom image creation">Directype</a>and the various CSS you need to make it display correctly - which you can of course play around with.div#navigation{float:left;width:170px;margin: 0px;padding: 0px; }#navigation ul span{ display: none}#navigation ul {width: 170px;margin: 0px;text-align: left;padding-left: 20px;padding-top: 80px;float: left;}#navigation li {list-style-type: none;margin: 0px;padding: 0px;width: 170px;} #navigation li a { margin-top: 10px;_margin-top: 5px;margin-bottom: 5px; display: block;width: 170px;height: 30px;color: #000;text-decoration: none;font-size: 2.2em; border-bottom-width: 2px;border-bottom-style: dotted;border-bottom-color: #004B4B;border-top-style: none;border-top-width: 0px;border-right-width: 0px;border-left-width: 0px;border-right-style: none;border-left-style: none;}/* test \ test */#navigation li a {padding: 0px;}#navigation li a:hover {border-bottom-color: #fff;}#multimediabutton a{background-image: url(images/nav/multimedia.gif);background-repeat: no-repeat;background-position: left top;}#multimediabutton a:hover{background-image: url(images/nav/multimedia-b.gif);background-repeat: no-repeat;background-position: left top;}#websitebutton a{background-image: url(images/nav/websites.gif);background-repeat: no-repeat;background-position: left top;}#websitebutton a:hover{background-image: url(images/nav/websites-b.gif);background-repeat: no-repeat;background-position: left top;}#printbutton a{background-image: url(images/nav/print.gif);background-repeat: no-repeat;background-position: left top;}#printbutton a:hover{background-image: url(images/nav/print-b.gif);background-repeat: no-repeat;background-position: left top;}#directypebutton a{background-image: url(images/nav/directype.gif);background-repeat: no-repeat;background-position: left top;}#directypebutton a:hover{background-image: url(images/nav/directype-b.gif);background-repeat: no-repeat;background-position: left top;}Hopefully the way it's all laid out will make sense in dreaweaver - or whatever editor you're using - the names should all clearly tie in with each other and you'll easily be able to adjust the names and CSS properties to suit your own needs
__________________
<a href="http://developer.yahoo.com/about"><img src="http://us.dev1.yimg.com/us.yimg.com/i/us/nt/bdg/websrv_120_1.gif" border="0"> </a>
circusmort is offline   Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 
Thread Tools
Display Modes


Similar Threads

Thread Thread Starter Forum Replies Last Post
AJAX Jobs : mouseover tooltip by technochem admin AJAX Freelance Jobs 0 06-23-2008 06:01 PM
Opinion: Give ColdFusion Some Room to Breathe microbee AJAX Help 0 05-15-2008 03:39 PM
AJAX and Web 2.0 Tools Give Content Publisher New Capabilities microbee AJAX Help 0 06-21-2007 10:44 PM
Please give me a link where I can download java runtime environment for linewire? IranianMiss JavaScript 2 06-10-2007 08:28 PM
Kaleidescape - Give It a Better Image microbee AJAX Help 0 06-03-2007 07:03 AM


All times are GMT -4. The time now is 05:01 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0 RC5
Copyright ©2006 - 2008, AJAXwith.com