Questions tagged as 'html'

1
answer

Position fixed mixing margin

When I set my header # header as position fixed, it took the style (for example the margin) of the div.interface, I do not understand why this happens, I want my div.interface to have margin-top: 100px and mine header 0px @charset "UTF-8";...
asked by 10.09.2018 / 16:46
1
answer

Center text within a fixed CSS HTML header

I do not know what to do, but I can not seem to get the text out of my menu (it's a little lower than up), I've tried padding, align: center, margin, Please answer please take the time to see the code, I wanted an explanation that I learn, thank...
asked by 13.09.2018 / 19:46
1
answer

Detect scroll when start and end of div with jquery

Well, I need to detect when scrolling the page (regardless of whether it is the mouse scroll or browser sidebar) to go through a particular div to identify the beginning and end of it, since I need to apply an animation when the scrolling is goi...
asked by 14.09.2018 / 01:07
1
answer

How to insert angular script? In simple HTML it works!

Well, my .html component looks like this: <script> window.onload = function () { var chart = new CanvasJS.Chart("chartContainer", { animationEnabled: true, title:{ text: "Monthly Expenses, 2016-17"...
asked by 12.09.2018 / 20:35
1
answer

Help logging in to the login system, dropping the 2 form's

Well, I want to leave a login system that after login is validated when it goes to the login form page it appears that it is logged in and not the login form: ex: pimpslogonthesamepagesumisseesseform: phpcode:<?phpsession_start();require'ini...
asked by 27.09.2018 / 04:03
1
answer

How to create a dynamic search box?

On this site - link - when you type in the search box, the results appear instantly without having to press enter. How can I do this on Blogger? Thank you!     
asked by 28.09.2018 / 19:36
1
answer

Regressive Counter in HTML & JavaScript [closed]

So, guys, I want to do a countdown timer that tells you the time you came in, and it does the sum for 6hrs and 20mins, and tells you the time you're leaving and picks up that hour and subtracts Current computer time and play pro countdown timer....
asked by 03.12.2018 / 21:20
1
answer

How to differentiate clones to color certain parts of SVG

Following my series of questions to solve this, I would like a tip on how to differentiate these clones that are generated because I would like to paint only one slice at a time. The idea is to click on a space, it turns black, and color the othe...
asked by 07.12.2018 / 00:44
1
answer

HTML code error Hyperlink

Hello everyone. I do not understand much of programming, I got a code and I developed a little according to what I wanted, but the hyperlink of each entry does not work, I tried several ways to solve, but nothing worked so far. Can someone give...
asked by 05.12.2018 / 22:22
1
answer

I click the button and it does not add the div - C # Asp.Net

I click the button and it does not add me to the div, but sends it to the database, can anyone help me? C # protected void img_btn_enviar_nome_Click(object sender, EventArgs e) { UtilizadoresBot msg_nome = new Utilizad...
asked by 15.10.2018 / 00:37