Forum Replies Created
-
AuthorPosts
-
thorsten moehleCustomer
Hi There
Here is the link to the files
thorsten moehleCustomerHi
Sure is there a way to upload bigger files?
Best regardsthorsten moehleCustomerHi
Thank you for the tip.
I think my question was not precise, sorry.
I look for a solution where i can move the HTML/CSS scroll with small increments.
If i make a “print scroll amount” i get an increment of approx. 100 when i use my mouse wheel.
Does that make sense?
Thank you for your help!thorsten moehleCustomerHi There
Could solve the problemCSS property opacity was the key bat had to use id’s for collection of several text boxes.
Thank you guys for the fast responses!
thorsten moehleCustomerJust tried (still no luck)
in the css i have the rule:
.P_14 {
opacity: 0;
position: absolute;
top: 400px;
}
in verge:Attachments:
You must be logged in to view attached files.thorsten moehleCustomerHi Yuri thank you for the fast reply.
i tried the css bot it was not working with the scroll amount?.fadeOut {
visibility: hidden;
opacity: 0;
transition: visibility 0s linear 300ms, opacity 300ms;
}
.fadeIn {
visibility: visible;
opacity: 1;
transition: visibility 0s linear 0s, opacity 300ms;
}thorsten moehleCustomerHi
Yes i watched it but what i need is to fade in/out the scroll text
also tried to execute on Frame xx the java script (i loaded j query in the head of the document)
$(document).ready(function () {
$(“#xx”).fadeIn();
});But this seems not to work either…?
-
AuthorPosts