PDA

View Full Version : can somone write me a html code?



veggie1232
November 20th, 2005, 05:34
Please read everything to understand what i need thanks!- I need a code for a mouse over effect but its diffrent then most- I need the code where i can place 2 links that will go driectly to an image of the same size img 1 and img 2. So when you look at the image you see img one and when you put your mouse over it you see img 2, and i also need a place where i can place the link where when u click the image it takes you to that link :D thanks this is exacely what i need please help

Craig
November 20th, 2005, 08:22
Hi

I have just written this for you, just change the (1ST IMAGE, 1ST IMAGE AGAIN, 2ND IMAGE & LINK & SIZES)

If you need anything els just give us a shout :-).

CODE: Put between body

<div id="rollimg1" style="position:absolute; overflow:hidden; left:00px; top:00px; width:00px; height:00px; z-index:0">
<a onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('rollimg1','','1ST IMAGE)" href="http://www.yoursite.com">
<img name="rollimg1" onLoad="MM_preloadImages('1ST IMAGE AGAIN')" width=126 height=32 alt="" border=0 src="2ND IMAGE">
</a></div>

veggie1232
November 20th, 2005, 18:15
im kind of confused with it but i need you to make one change please

i dont understand what u mean when u say put it in body ??

also i cant have any absolute position tags on it :D

thanks :D

Craig
November 21st, 2005, 06:11
im kind of confused with it but i need you to make one change please

i dont understand what u mean when u say put it in body ??

also i cant have any absolute position tags on it :D

thanks :D

well in your HTML code you get body tags <body> & </body> & once you place the code in you can move it to where you want it. What builder are you using ?

Regards

P.S, Take the absolute position tags out if you dont need them :-)

veggie1232
November 22nd, 2005, 00:52
oh lol when you do the size part is it by how many pixals?

stuffradio
November 22nd, 2005, 01:04
you can do pixels by doing
width="100 px" or width="100" it's the same thing really.. but the term px is placed to make it proper.

veggie1232
November 22nd, 2005, 01:21
lol i thank you for helping me so much lol but can u edit it for me lol :D

like post it again with these changes

take aposition absolute tags out

make the size pixals and say "size here"

and where ever i put the links can you say "image one link" "image 2 link" so where ever im supose to put a image link write what one :D

im really bad with html :D

thanks