Hi
Disabling the cache didn't seem to help, but the codepen.io link did the trick.
THANK YOU so much
Pete
Search found 6 matches
- Tue Jan 19, 2021 5:09 pm
- Forum: Links and Navigation
- Topic: shape link with animation
- Replies: 7
- Views: 1027
- Tue Jan 19, 2021 11:33 am
- Forum: Links and Navigation
- Topic: shape link with animation
- Replies: 7
- Views: 1027
Re: shape link with animation
Hi Having got a delayed link to work with timers - just spotted an annoyance. Page 1 - click on button - does a hide with slide left and links to page 2. All good Page 2 - clicking on home displays page 1 correctly However, if when on page 2 you use the 'back' button in Mozilla Firefox the button th...
- Tue Jan 19, 2021 10:19 am
- Forum: Links and Navigation
- Topic: shape link with animation
- Replies: 7
- Views: 1027
Re: shape link with animation
@Pablo - yes, thank you - a timer for each link option works fine
@crispy68 - doh! - having spent an afternoon adding a timer to each link option, I then saw your post.
Which would have done what I wanted and for $3 would have saved me an afternoon's work .....
thanks for the replies
@crispy68 - doh! - having spent an afternoon adding a timer to each link option, I then saw your post.
Which would have done what I wanted and for $3 would have saved me an afternoon's work .....
thanks for the replies
- Mon Jan 18, 2021 2:40 pm
- Forum: Links and Navigation
- Topic: shape link with animation
- Replies: 7
- Views: 1027
shape link with animation
Hi Simple shape, link to another page in the same project is all fine. Is it possible to click on the link (shape) and animate it (slide off screen) just before the link takes place. I can add an event Onclick to activate the animation, but that stops the link from working I can add a second Onclick...
- Wed Nov 05, 2008 2:04 pm
- Forum: WYSIWYG Web Builder Tips, Tricks, Tutorials and Code Examples
- Topic: CAPTCHA protection using PHP
- Replies: 27
- Views: 175129
Hi with reference to the post above ..... ( imagettftext() not working ) .... it's all sorted! In case anyone else had this....... I had to change the $font assignment from $font = 'akbar.ttf'; to $font = dirname(__FILE__)."/akbar.ttf"; It seems the '/' before the font is important. Sometimes. Hope ...
- Wed Nov 05, 2008 11:51 am
- Forum: WYSIWYG Web Builder Tips, Tricks, Tutorials and Code Examples
- Topic: CAPTCHA protection using PHP
- Replies: 27
- Views: 175129
Hi I had this CAPTCHA protection all working fine and now it seems to have stopped working properly! The problem appears to be the text is not showing in the "1 + 2 = ?" box. The background is shown & if I change the RGB() values the background colour will change. Also, if I guess the answer(!) and ...