I'm having problems with <input> tags of type type="date" , as shown below, when the user uses Chrome (ie in Firefox it works as expected).
<input name="dt_fim" id="dt_fim" type="date" placeholder="99/99/9999" value="<...
I made this little code based on what I read on the internet, but the captions do not appear in any browser I've tested.
<div class="embed-responsive embed-responsive-16by9">
<video poster="filmes/A-cabana-HD.jpg" class="embed-respons...
Hello,
I need to insert a text on top of an image, which is responsive in the correct place of the image, until it is working "well", but the site is done in bootstrap, and when it leaves col-md-4 and goes to the size col-xs-12 (when you resi...
I have a a no link, only for the display of additional information, but it is not being displayed correctly. I wanted it to be displayed as follows:
However,itisdisplayedasfollows: BelowisthecodeHTMLandCSSused:CodeHTML:<aclass="too...
I'm having trouble making a function. Can you help me? Home
After clicking on the checkbox or on the label, it only colors the word, I would like it to also color the background of the div, I tried to make a script like: var obj = document.g...
I made a code in js and php, but I'm not finding where the color of the numbers that show the values above the points of the graph lines is set. I need to know at what time that red arrow in the numbers.
Code:
<div class="large-12 column...
When I try to run the following code
var largura = 800,
altura = 500,
mainColor,canvas,ctx,
player = {
x:400,
y:250,
largura:50,
altura:50,
color:"#cc3030"
},
obstaculo = {
obstaculos:[],
time:0,
inse...
Good morning, I'm trying to make a menu responsive to my portfolio, I'm using the materialize but when I put it fixed the side-nav of the mobile buga version, it's all dark and does not click on the items, here's the image how it gets when you'r...
Hello
I'm making a simple product page, but I'm having some difficulties when positioning the elements as in the print below:
Firstly I was using attributes like: Left: ?? px; bottom: ?? px;
, but it did not work very well, because the s...