-
AuthorPosts
-
James Weston Friend
James Weston
- Join date:
- September 2014
- Posts:
- 1030
- Downloads:
- 11
- Uploads:
- 70
- Thanks:
- 408
- Thanked:
- 16 times in 1 posts
February 23, 2010 at 5:26 am #148938Hi can anyone tell me where i need to add the code to get the little hand sign hovering over the top banner when i run the mouse over it. At the moment it works everywhere else on the site apart from there.
http://www.vivaasiamagazine.com
Jim
micrantha Friendmicrantha
- Join date:
- May 2007
- Posts:
- 465
- Downloads:
- 0
- Uploads:
- 6
- Thanks:
- 6
- Thanked:
- 158 times in 148 posts
February 23, 2010 at 7:05 am #333524Hello,
In Firefox I don’t see your banner, but in the area where it should be seen I see the hand you want?
In IE 7 I see your flash-banner, but not the hand!
Maybe you could try adding this css to a-tag specifically for IE-browsers:cursor:pointer
cursor:hand;Regards,
Micrantha1 user says Thank You to micrantha for this useful post
James Weston FriendJames Weston
- Join date:
- September 2014
- Posts:
- 1030
- Downloads:
- 11
- Uploads:
- 70
- Thanks:
- 408
- Thanked:
- 16 times in 1 posts
February 23, 2010 at 7:20 am #333527Thanks for your prompt response. Thats a worry that it can’t be seen in firefox. I am using safari and i can see the banner and no hand. On the rest of the site i can see the hand so am guessing the code must be in the css already but somehow not picking up the banner area?
micrantha Friendmicrantha
- Join date:
- May 2007
- Posts:
- 465
- Downloads:
- 0
- Uploads:
- 6
- Thanks:
- 6
- Thanked:
- 158 times in 148 posts
February 23, 2010 at 7:34 am #333531Take a look at source code of banner:
<div class="banneritem"><script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/swfobject/2.2/swfobject.js"></script>
<script type="text/javascript">
swfobject.registerObject("myFlashContent", "9.0.0");
</script><div id="topHeaderAd" onclick="location.href='http://www.Aston-International.com';" style="cursor:pointer;">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="728" height="90" id="myFlashContent">
<param name="movie" value="http://www.vivaasiamagazine.com/images/banners/astoncorporate.swf" />
<!-->--><object type="application/x-shockwave-flash" data="http://www.vivaasiamagazine.com/images/banners/astoncorporate.swf" width="728" height="90">
<!--<!-->
<a href="http://www.adobe.com/go/getflashplayer">
<img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" />
</a>
<!-->-->
</object>
<!--<!-->
</object></div>
<div class="clr"></div>
</div>
So you can see the code already contains this line:
<div id="topHeaderAd" onclick="location.href='http://www.Aston-International.com';" style="cursor:pointer;">
I don’t know why it is not shown in all browsers.
You could try adding a more specific rule in stylesheet, like:#topHeaderAd object{cursor:pointer}
But I doubt it gives what you want.
Good luck,
Micranthamicrantha Friendmicrantha
- Join date:
- May 2007
- Posts:
- 465
- Downloads:
- 0
- Uploads:
- 6
- Thanks:
- 6
- Thanked:
- 158 times in 148 posts
February 23, 2010 at 7:44 am #333534A follow-up on above answer:
Probably the code for pointer is not the issue.- in Firefox your banner is clickable but not shown
- in Safari/IE/ it is shown but not clickable
One should think when it is not clickable the div is covered by another div.
This div is transparent in Safari-IE, so you can see banner, and has color in Firefox, so banner is hidden. But then why is it clickabel in Firefox?regards,
MicranthaJames Weston FriendJames Weston
- Join date:
- September 2014
- Posts:
- 1030
- Downloads:
- 11
- Uploads:
- 70
- Thanks:
- 408
- Thanked:
- 16 times in 1 posts
February 23, 2010 at 7:52 am #333537Yes al a bit beyond me. You can click on it in Safari and it will go to the link its just you can’t see the hand to show you that you can click on it 🙂
micrantha Friendmicrantha
- Join date:
- May 2007
- Posts:
- 465
- Downloads:
- 0
- Uploads:
- 6
- Thanks:
- 6
- Thanked:
- 158 times in 148 posts
February 23, 2010 at 7:59 am #333539In Safari for PC it is not clickable either.
edit: Nor is it clickable in Google Chrome – but shown!James Weston FriendJames Weston
- Join date:
- September 2014
- Posts:
- 1030
- Downloads:
- 11
- Uploads:
- 70
- Thanks:
- 408
- Thanked:
- 16 times in 1 posts
February 23, 2010 at 8:07 am #333541Ok thanks for that. It is all very strange. I cannot figure out why the hand appears every where else on the site.
micrantha Friendmicrantha
- Join date:
- May 2007
- Posts:
- 465
- Downloads:
- 0
- Uploads:
- 6
- Thanks:
- 6
- Thanked:
- 158 times in 148 posts
February 23, 2010 at 8:15 am #333544You see no hand in Safari but banner is clickable?
In my experience here there seems to be a connection between no-hand/not clickable.
So Firefox shows hand, and banner is clickable; but a pity it is invisible!
Safari and IE make happy by showing banner; but unlucky because no hand/not clickable.Maybe JA-staff wants to help you.
Regards,
Micrantha1 user says Thank You to micrantha for this useful post
James Weston FriendJames Weston
- Join date:
- September 2014
- Posts:
- 1030
- Downloads:
- 11
- Uploads:
- 70
- Thanks:
- 408
- Thanked:
- 16 times in 1 posts
February 23, 2010 at 8:55 am #333554i think that sums it up although Safari on a MAC you can see the banner, you can click on the banner but you cannot see the hand so you would not know you could click on the banner 🙂
James Weston FriendJames Weston
- Join date:
- September 2014
- Posts:
- 1030
- Downloads:
- 11
- Uploads:
- 70
- Thanks:
- 408
- Thanked:
- 16 times in 1 posts
February 24, 2010 at 3:04 am #333641Thanks for your help and taking the time to answer. I have submitted a ticket so lets hope one of the JA team can get to the bottom of it.
Jim
-
AuthorPosts
This topic contains 11 replies, has 2 voices, and was last updated by James Weston 14 years, 9 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum