Search found 24 matches

by IanRob
Sat Mar 16, 2019 1:13 pm
Forum: General Questions
Topic: Unable to login to forum - bitdefender
Replies: 3
Views: 2125

Unable to login to forum - bitdefender

For some reason, Bitdefender is now stopping me from logging into this forum. The only way I can log in is to switch the firewall/virus protection off. The error message is below. even if I click the "take me there anyway" it gives a blank page If I click the Take me to the board administr...
by IanRob
Thu Oct 11, 2018 4:55 pm
Forum: Off Topic Section
Topic: JQuery slider links to Javascript
Replies: 5
Views: 3013

Re: JQuery slider links to Javascript

Hi Pablo I have looked at the color JQuery slider example that you suggested The problem is that on that example, although the min and max for the slider are set to 0 and 255, the "value" of the slider only goes from 1 to 254 at each extreme Is that by design, or a bug? Is there any way to...
by IanRob
Fri Oct 05, 2018 3:11 pm
Forum: Off Topic Section
Topic: JQuery slider links to Javascript
Replies: 5
Views: 3013

Re: JQuery slider links to Javascript

Thank you Pablo

The .bind used in the color example is depreciated in version 3 of JQuery

Can that cause problems?
by IanRob
Fri Oct 05, 2018 10:41 am
Forum: Off Topic Section
Topic: JQuery slider links to Javascript
Replies: 5
Views: 3013

JQuery slider links to Javascript

I appreciate you cannot give advice on specialist code. However, is there any information on how to link the JQuery slider in WebBuilder to Javascript code? My Javascript programmer does not have experience in JQuery. He is having problems linking to WebBuilders JQuery slider. The id (Slider1) creat...
by IanRob
Tue Aug 07, 2018 10:06 am
Forum: Off Topic Section
Topic: active transform on button
Replies: 9
Views: 3920

Re: active transform on button

Thank you for your reply and patience

Yes I am aware that style manager will write the code for pseudoclasses

However, in style manager, when you select transform propery in animation, it does not give a translate option or nor does it ask for x, y coordinates.
by IanRob
Tue Aug 07, 2018 9:37 am
Forum: Off Topic Section
Topic: active transform on button
Replies: 9
Views: 3920

Re: active transform on button

For simplicity, I have put the styles in the header of the html form below. If you run it locally, you will see the buttons move on click Obviously, the style would normally be in a style sheet So I am trying to work out how WB14 would put moving buttons in a style sheet <!DOCTYPE HTML PUBLIC "...
by IanRob
Tue Aug 07, 2018 7:02 am
Forum: Off Topic Section
Topic: active transform on button
Replies: 9
Views: 3920

Re: active transform on button

Thank you and sorry for being slow,

I can see that is annimations on a selected object

How do you set those properties when the animation is in the style sheet?
by IanRob
Tue Aug 07, 2018 6:21 am
Forum: Off Topic Section
Topic: active transform on button
Replies: 9
Views: 3920

Re: active transform on button

Sorry I did not make it very clear I am looking for how to select transform:translate animation command in WB14 In other words how do I put in the standard x and y coordinates in the standard html5 animation command defined at https://www.w3schools.com/css/css3_2dtransforms.asp Example given in that...
by IanRob
Mon Aug 06, 2018 2:47 pm
Forum: Off Topic Section
Topic: active transform on button
Replies: 9
Views: 3920

active transform on button

Hi

I am trying to get an active button style of

button:active {
transform: translateY(4px);
-webkit-transform: translateY(4px); /* Safari */
}

I can get transform translate but cannot see how to put in the Y(4px)

Thansk for any help on this