Jump to content

Website Problems


neo_codman

Recommended Posts

Hi all,can anybody know about solutions for these two?1. I upload my website n its working but every day when I see its take 300px from top. even I mentioned the code for top margin="0" left margin="0". but its still same problem.2. I make a new website, all the hover button is working but I make another object its works only offline, when I upload it it cant hover or animate.for reference I mention the code below:________________________________________________________________________________________________________<td width="22"><a href="#"onmouseover="MM_swapImage('pic','','images/pic-steps_01_over.jpg','steps_01','','images/steps_01-over.jpg',1)"onmouseout="MM_swapImage('pic','','images/pic.jpg','steps_01','','images/steps_01.jpg',1)"onmousedown="MM_swapImage('pic','','images/pic-steps_01_over.jpg','steps_01','','images/steps_01-over.jpg',1)"onmouseup="MM_swapImage('pic','','images/pic-steps_01_over.jpg','steps_01','','images/steps_01-over.jpg',1)"> <img name="steps_01" src="images/steps_01.jpg" width="22" height="23" border="0" alt="" /></a></td> <td width="22" ><a href="#"onmouseover="MM_swapImage('pic','','images/pic-steps_02_over.jpg','steps_02','','images/steps_02-over.jpg',1)"onmouseout="MM_swapImage('pic','','images/pic.jpg','steps_02','','images/steps_02.jpg',1)"onmousedown="MM_swapImage('pic','','images/pic-steps_02_over.jpg','steps_02','','images/steps_02-over.jpg',1)"onmouseup="MM_swapImage('pic','','images/pic-steps_02_over.jpg','steps_02','','images/steps_02-over.jpg',1)"> <img name="steps_02" src="images/steps_02.jpg" width="22" height="23" border="0" alt="" /></a></td> <td width="22"><a href="#"onmouseover="MM_swapImage('pic','','images/pic-steps_03_over.jpg','steps_03','','images/steps_03-over.jpg',1)"onmouseout="MM_swapImage('pic','','images/pic.jpg','steps_03','','images/steps_03.jpg',1)"onmousedown="MM_swapImage('pic','','images/pic-steps_03_over.jpg','steps_03','','images/steps_03-over.jpg',1)"onmouseup="MM_swapImage('pic','','images/pic-steps_03_over.jpg','steps_03','','images/steps_03-over.jpg',1)"> <img name="steps_03" src="images/steps_03.jpg" width="22" height="23" border="0" alt="" /></a></td>____________________________________________________________________________________________________actually these are totally 8 buttons but here I wrote for 3.its a how to use images when mouse come button No. 1 (steps_01.jpg) the button shows hover image (steps_01-over.jpg) in sub <td> and main <td> shows step 1 image (pic-steps_01_over.jpg) in place of first still image (pic.jpg).for refrence you can see www.showertan.com/how_it_works/index.html (the left side image).its all runs in offline, but when I upload it doesn't works.plz help.

Link to comment
Share on other sites

well i just looked at it, and hover, and dropdown menu shows (problem with some text being to long forcing extra line without background colour for FF, but ok for IE7).javascript must be working, for hover and dropdown to work, has javascript been disabled or prevented working on your browser for this site?

Link to comment
Share on other sites

No you do not get the question,the problem in image hover ..... wait i explain by image see this for hover effectin the above mentioned page you see this image in left and its 1,2,3,4,5,6,7,8 buttons in yellow.when mouse over the image change n in main lady pic also change.the all stuff not runing of this image.showertan.com is a sample site I make arabic version for it with same images n little bit change.even I copy all the codes but do not work!!!

Link to comment
Share on other sites

I don't see this Image at all i see a different image, when i hover over the numbered button images, they show a outerglow effect, and the main image changes depending on which button you hover over.do you want the main image to change when you hover over it, also? then will need something like this:<a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('pic','','../images/girl_01_left.jpg',1)"><img src="../images/pic.jpg" name="pic" width="178" height="310" border="0" id="pic" /></a>

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...