PDA

View Full Version : weirdest bug ever


ohadpartuck
05-14-2012, 05:31 AM
Hi,
my site (s-maof.com/Forum) contains banners.
one of them (left column 3 from the top - in russian) is a banner which I used a conatining div to be as a url for the landing page.
now check this out:
1. click on the banner - works, right? , refresh the page.
2. click on the benner above it and then click on our banner - works, right? , refresh the page.
3. now click on the blue gray banner in right column 5th from the top where it says 'short' and then click on the banner - doesn't work!! - freaky as hell..

any suggestions why this is happening??

--------------- Added 1336977146 at 1336977146 ---------------

don't mind the site is in hebrew

Lynne
05-14-2012, 03:58 PM
I don't see any banners here - http://www.s-maof.com/Forum/ Can you give us an image and point out these banners (broken one) for us.

ohadpartuck
05-15-2012, 04:37 AM
sorry ,
here (s-maof.com/Forum/forum.php) there are

Lynne
05-15-2012, 05:02 PM
This is the code for your third banner on the left:
<div class="invisible" onclick="document.location.href='http://www.s-maof.com/LandingPages/RussianCourse/index.php'" style="display:block; z-index:500;">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=10,2,0,0" border="0" width="150" height="75">
<param name="movie" value="http://www.s-maof.com/LandingPages/RussianCourse/course_banner2.swf"/>
<embed src="http://www.s-maof.com/LandingPages/RussianCourse/course_banner2.swf" wmode="transparent" loop="false" pluginspage="http://www.macromedia.com/go/get/flashplayer" type="application/x-shockwave-flash" width="150" height="75"></embed>
<param name="wmode" value="transparent">

</object>
</div>


I suggest your take a look at this for the proper code to embed a flash file - http://www.tizag.com/flashTutorial/flashhtmlcode.php .

ohadpartuck
05-16-2012, 04:37 AM
Hi lyne,
The embed flash code is practically the same. all the diff is the invisible div.
which work fine.. just not when you hit certain other benners..
why??

Lynne
05-16-2012, 04:25 PM
I am unable to replicate the problem in firefox. Have you tried removing the invisible div?

ohadpartuck
05-17-2012, 04:32 AM
The invisible div is there in the first place to replace the flash link which is not working.
removing it is not an option.. since I can't modify the flash.
any other suggetions?

lynne, try chrome and IE

Lynne
05-17-2012, 03:12 PM
Try running the page through an html validator and see if it has any problems.