What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » html/webdesign help

html/webdesign help
Author: Message:
-dt-
Scripting Contest Winner
*****

Avatar
;o

Posts: 1819
Reputation: 74
35 / Male / Flag
Joined: Mar 2004
RE: html/webdesign help
quote:
Originally posted by xJ +
here's the code:
code:
<a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image1','','(rollover image)',1)">[img](First Image)[/img]

Change # to the page you want to direct to.
Change (rollover image) to the image you want to see when it's rollovered.
Change (first image) to the image you want to see when the page is loaded.
and where do you define the MM_swapImage and MM_swapImgRestore functions?
!Felu! and  xj+ stop ripping code you have not a clue what it does :(

use the css psuedo :hover

css

code:

#hoverme{
background-image: url("http://normal/image");
}

#hoverme :hover{
background-image: url("http://on/hover/image");
}




and the html
code:
<a href="location" id="hoverme">mooo</a>


you may have to specify css width and height for the image but heh :P
[Image: dt2.0v2.png]      Happy Birthday, WDZ
06-23-2006 03:13 PM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
html/webdesign help - by jordanspringer on 06-23-2006 at 02:42 PM
RE: RE: html/webdesign help - by pollolibredegrasa on 06-23-2006 at 02:54 PM
RE: html/webdesign help - by jordanspringer on 06-23-2006 at 02:56 PM
RE: html/webdesign help - by xJ + on 06-23-2006 at 03:02 PM
RE: html/webdesign help - by jordanspringer on 06-23-2006 at 03:03 PM
RE: html/webdesign help - by -dt- on 06-23-2006 at 03:13 PM
RE: RE: html/webdesign help - by xJ + on 06-23-2006 at 03:18 PM
RE: html/webdesign help - by -dt- on 06-23-2006 at 03:22 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On