Thanks! It really works. I tested the code on the site www.w3schools.com and it does not work there.
Type: Posts; User: balki; Keyword(s):
Thanks! It really works. I tested the code on the site www.w3schools.com and it does not work there.
Unfortunately in Mozilla Firefox fullscreen is not active. I tried your advice.
Embedding disables fullscreen option. I do not know why.
<iframe...
Hello,
I can't enable a full screen for embed youtube video in iframe.
This is the code:
<a href="https://www.youtube.com/embed/kXptPzKNMq4?autoplay=1&rel=0&enablejsapi=1&playerapiid=ytplayer"...
Thank you very much for the help! :D
I am still adjusting the code using the information provided in the topic.
When I finish the code I will write again.
Hello,
This does not solve the problem. I'm radically wrong in checking the time. Even an elementary example shows this: https://jsfiddle.net/wbs8s06p/
I'm still wrong somewhere.
if ((hourCompare == 7 && minsCompare >= 30) || (hourCompare == 8 && minsCompare < 10))
{$('#r1').css("background-color", "#ceeca5");}
else if (hourCompare = 8 &&...
Yes, I use nested if to accelerate time and reduce processor load.
You offer this: https://jsfiddle.net/stzw46wq/ but I'm wrong somewhere.:confused:
Hello,
I can not write the javascript code correctly.
Can someone help me, please :)
The code is here: http://jsfiddle.net/sgehkvkz/
Thank you again! I've applied the fixes and everything looks great.
Thank you very much! It looks great on the site.:o
It works perfectly. Thank you so much!:D
P.S.: Is there a way when mouse point to a hyperlink to change cursor with another animated gif?
But I want the beauty of this cursor: 6194
PS: I think the code did not work temporarily. It is currently written correctly, as outlined on the first post. You will see the cursor but downward.
Other solutions do not work in all browsers. But why I can not move the animated image cursor?
I "hid" the default cursor by replacing it with a transparent pixel:
<style type="text/css">body, a, a:hover {cursor:...
I'm trying to put an animated cursor on this page: http://szuspehi.blogspot.bg/p/blog-page_16.html
Unfortunately, gif moves down and to the right. It does not respond to the absolute positioning...
Thanks for the reply.
I have a small problem only in the mobile version, when I use the settings as I described them:
6173
Mobile version (The right edge is cut off):
6174
If I decreases the...
Hello,
It did not work. This code simply specifies the overall text size in the paragraph (Including the main menu). In fact, the problem is that div does not fit into the page.
Is it possible to...
Only Firefox and Opera.
Hello,
I'm talking about the blue background of the title. The percentages are different in the mobile version and the other version, and this displacement length.
I put it in the head part,...
Blue background becomes shorter and looks bad.
Hello!:D
I have the following problem. I have a global style that is not resized in the mobile version of the site.
This is the style:
<style>.page-t, .fullco {background:#5590cc;}.conte...
That solved the problem! Thanks!:o
I have an image (Bulgarian flag) with a hyperlink, but hyperlink is active for only part of the picture.
http://trumpet-sz.blogspot.bg/2016/12/2017-ixth-edition.html
Can you fix the code, please? :o
Oh, I'm so stupid. Many many thanks to both of you! :rolleyes: Worked beautifully!
Hello!
I have an image as the background of the text. I use this code:
<style type="text/css">
.bgimg {
background: #ffffff url("...") no-repeat right top;
margin-right: 100px;
}...