using html to 'mouseover' images - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Skype & Technology (/forumdisplay.php?fid=9) +---- Forum: Tech Talk (/forumdisplay.php?fid=17) +----- Thread: using html to 'mouseover' images (/showthread.php?tid=53056) using html to 'mouseover' images by stoshrocket on 11-17-2005 at 09:27 PM is there any html code i could use to do a 'mouseover' on an image thats going to be a link? i have only heard of js that does this and dont want to learn that just yet, anyone know of any quick fixes??? RE: using html to 'mouseover' images by Dempsey on 11-17-2005 at 09:31 PM
code: RE: using html to 'mouseover' images by stoshrocket on 11-17-2005 at 09:34 PM hmm.... is that all i need instead of the html or do i need some stuff in the head as well?? RE: using html to 'mouseover' images by Dempsey on 11-17-2005 at 09:37 PM thats it, although you could have some javascript in the head tag to preload the rollover images. RE: using html to 'mouseover' images by stoshrocket on 11-17-2005 at 09:39 PM
ok, but what do i do about the areas in bold... code: what do i do about those? do they apply to anything?? RE: using html to 'mouseover' images by hmaster on 11-17-2005 at 09:41 PM
Yeh to preload it do something like: code: and the html code: RE: using html to 'mouseover' images by stoshrocket on 11-17-2005 at 09:42 PM aaaahhhh... cheers you two!! RE: using html to 'mouseover' images by saralk on 11-17-2005 at 09:42 PM well if you are going to have multiple images that rolling over, then you need to change it accordingly, so where is says "search" it would say something else RE: using html to 'mouseover' images by hmaster on 11-17-2005 at 09:43 PM but you dont need the name="whatever" RE: using html to 'mouseover' images by stoshrocket on 11-17-2005 at 10:16 PM
hmm.... i've juts been doing this and i cant seem to get it to work, heres the code i have in so far: code: -and under the body tag code: anyone see why its not working? thanks! edit sorted, seems i did need the 'name whatever' hehe, thanks anyway! RE: using html to 'mouseover' images by Ezra on 11-17-2005 at 11:53 PM
Yeah, you need the name or else the piece of Javascript won't know what to change RE: using html to 'mouseover' images by Eljay on 11-18-2005 at 05:07 PM
quote: you could do this: code: RE: using html to 'mouseover' images by M73A on 11-18-2005 at 05:16 PM
use the create navbar thing in dreamweaver.... save the hassle RE: using html to 'mouseover' images by Concord Dawn on 11-18-2005 at 05:17 PM
quote: IE doesn't support that properly. RE: using html to 'mouseover' images by Plik on 11-18-2005 at 07:33 PM
code: You had the ; inside the single quotes. Which ment it was looking for images/msn.png; RE: using html to 'mouseover' images by stoshrocket on 11-18-2005 at 08:14 PM
quote: yeah, sorted thanks mate, now for another idea... ok, uploaded. Go to this page it uses the js, so i dont know if it'll work in IE, but that isnt the problem. Have a look on the page and mouse over the navi bar at the top and the icons in the middle, after they englarge, what happens???? they disappear, why!?!? ok sorted, can someone tell me whats up with the page please? RE: using html to 'mouseover' images by hmaster on 11-18-2005 at 08:56 PM
change: RE: using html to 'mouseover' images by stoshrocket on 11-18-2005 at 09:04 PM
whoops.... hahaha, thank-you! RE: using html to 'mouseover' images by hmaster on 11-18-2005 at 09:07 PM
lol The hover images should work in IE too now.. RE: using html to 'mouseover' images by stoshrocket on 11-18-2005 at 09:10 PM lol, i havent seen shrbr's site, ill have a look now, the original design wasnt supposed to be but this thread was originally about making my owne icons, but 'thats too advanced' so i had to use absorbtions hahaha, can you look at the problem above please... RE: using html to 'mouseover' images by hmaster on 11-18-2005 at 09:28 PM only thing i can think of is by giving more space around the image so it doesnt seem to move.. RE: using html to 'mouseover' images by stoshrocket on 11-18-2005 at 09:31 PM but how would i do that, all i can think of is either <br />'s or adding a bigger margin/padding, and i dont think they will work, thye wil just shift the image down... RE: using html to 'mouseover' images by hmaster on 11-18-2005 at 09:40 PM dont think so, it will always move, unless the images were the same size.. RE: using html to 'mouseover' images by stoshrocket on 11-18-2005 at 09:51 PM
RE: using html to 'mouseover' images by hmaster on 11-18-2005 at 10:06 PM
good idea RE: RE: using html to 'mouseover' images by stoshrocket on 11-18-2005 at 10:07 PM
quote: thanks, and thank-you for all the help (everybody) quote: good idea.... thank-yooo!!! |