Questions tagged as 'html'

1
answer

Control CSS dynamically via PHP [closed]

I'm developing a website, and also a content manager for it, in the manager I control the images of the site and the texts, I wonder if there's any way I can control the font color and the font type of the texts , that is, in the manager, have a...
asked by 09.04.2018 / 21:22
1
answer

I would like to know how I put this fixed header equal the menu of this site next to the logo [closed]

I want my page header (logo menu etc.) to be fixed by scrolling the page down. Also the menu with logo of this site (StackOverflow), that when I roll the screen it stays in the same place. I would like a template in html and css, I have no idea...
asked by 21.03.2018 / 04:21
1
answer

Create custom HTML banner hover overlay style

Hello, I would like to create a hover overlay banner similar to the one found on this site: link Basically,whenyouhoverovertheimage,thelayerwhere"Experiencia" is written moves, and when you remove the mouse from the top of the image, it re...
asked by 18.08.2018 / 23:08
2
answers

Delete last entered digit

I'm creating a calculator, using HTML and JavaScript. My goal was that it had a button that allows the user to delete the last value entered (for example, the user types the number 9 and then 8 and form 98 , but he wants to d...
asked by 21.08.2018 / 16:13
2
answers

Hello, I have an undesired horizontal margin between two divs, I would like to know where the error is [duplicate]

function typeWriter(elemento){ const textoArray = elemento.innerHTML.split(''); elemento.innerHTML = ''; textoArray.forEach((letra, i) => { setTimeout(() => elemento.innerHTML += letra, 75 * i); }); } const titulo = do...
asked by 02.09.2018 / 06:52
3
answers

Create DIV with border crossing title [duplicate]

I need to make a div that has a border of 2 px, but this div has a title and I need this title to be centered with the border. See and image: How can I do this? I researched here on the site but could not find a solution.     
asked by 08.10.2018 / 18:07
1
answer

How to add count with PHP?

I want to put a Carousel effect in a session on the home page where I get the 3 most recent posts. But for this I need index , change as you do loop . As it stands, index appears 0 , for all posts. That is, the first post will be...
asked by 29.12.2018 / 17:45
1
answer

Angular ignores line break in String

I'm putting together a message with several messages in JAVA. After mounted send to the front / view however the angular is eating all breaks of lines: public String salvarPorXLS(){ while (rowIterator.hasNext()) { pErrors += "\n"+"Ativida...
asked by 18.09.2018 / 15:25
1
answer

I can not apply CSS to input button

My code is as follows: <a href="http://compre.vc/" rel="nofollow" target="_blank"> <input type="button" value="Clique aqui para comprar" class="splashywaves-effect splashywaves-light splashybtn" /> </a> If I try witho...
asked by 24.05.2017 / 00:13
2
answers

How to codify this layout? [closed]

1 - How to give this aspect of the "div" be on a plane higher than the body, generating the shadow? 2 - In this case, the section has a certain transparency and the div is solid?     
asked by 27.07.2017 / 21:13