Questions tagged as 'html'

1
answer

? php wp_head (); ? = FIX when scrolling in wordpress?

Hello everyone, I want to know how I can make my menu stay fixed when scrolling the browser, regardless of the theme I'm using, until I'm using a Customify free theme and I've seen that it does not give me that possibility , only the pro version...
asked by 14.08.2018 / 22:36
1
answer

How do I pass a variable into a frame?

Hello, how are you? I wanted to pass a variable that contains a result into a frame that contains a chart and then the chart would use that value and plot it on the chart. I'm programming in Ionic 3, HTML, JavaScript and SCSS. How do I get...
asked by 18.08.2018 / 17:06
1
answer

Display real-time data [duplicate]

I'm trying to display data taken directly from my database with this script : <script> setInterval( function contaUser(){ document.write,("<?php $sql = "SELECT Count(id) as c FROM tb_usuari...
asked by 20.08.2018 / 15:03
1
answer

How to pass javascript from ".js" to HTML

I have the following code embedded in my HTML: <script> // dec2hex :: Integer -> String function dec2hex (dec) { return ('0' + dec.toString(16)).substr(-2) } // generateId :: Integer -> String function generateId (len) { var a...
asked by 18.08.2018 / 21:13
1
answer

how to expand or decrease the height of an image in html and css

Hello everyone, I would like to know how I can expand the image from above until it reaches all this white part without leaving the left part blank and tmb would like to know how to decrease the height of the image below. >     
asked by 24.02.2018 / 21:38
2
answers

What does the aside tag do in HTML? [duplicate]

I would like to know what the function of the <aside> tag is and to know if there is any similarity to the <nav> tag, since in the code I am doing I changed aside to nav and there were no changes.     
asked by 23.02.2018 / 14:12
1
answer

Calculator with the 4 basic operations and create a place for the user to write their information and display on the alert after the result

Hello, this is my first post on this site and I would like a help, I need to create a calculator so that the user can put the name so that when the alert displays the result, the name appears, for example: '' Hello , Mark, the result of the sum...
asked by 28.02.2018 / 14:23
1
answer

I want to use DISPLAY: FLEX in CSS but I can not?

<iframe class="OrganizarPosicao" src="https://www.linkedin.com/embed/feed/update/urn:li:activity:6378354762370285568"height="525" width="504" frameborder="0" allowfullscreen=""> </iframe> .OrganizarPosicao{ display:flex; Justify-co...
asked by 10.03.2018 / 23:03
1
answer

select / form / input / html and php integration

I'm trying to create a system that looks like this: As I'm starting now, I'm trying anyway to learn even if it takes a long time to get something close to it.  So far I've been able to do this: htmlcodesofar:<!DOCTYPEhtml><htmlla...
asked by 25.12.2017 / 20:25
1
answer

Overlay a video on a background, and add a logo on a menu

I can not overlay a logo on a menu that I created on the site, and I'm not able to add a video over an image on the site. Could someone give me this strength? Follow the img: link I wanted to put this video on top of that background image....
asked by 23.12.2017 / 19:06