Questions tagged as 'html'

2
answers

How do I get the background on a select option?

I have select option with several countries I created CSS to take the default style of it in browsers. I have two problems, I need to take out that blue background when I step over each option I need the text to be left alone and when...
asked by 26.07.2017 / 11:12
2
answers

Display text contained in span in hover

I have the following html code below: <a class="tooltips" href="#"><strong>!</strong><span>Ingresse o máximo de informações possíveis para uma entrega acertiva</span></a> With the following CSS cod...
asked by 28.09.2017 / 20:52
1
answer

Change textarea's background color when button is clicked

Developed an application in Javascript, Jquery and HTML. I would like to make when the user clicks the btnalterar button, the textarea created changes their background color. Does anyone have an idea how to do this? <...
asked by 24.09.2017 / 13:45
2
answers

html tag within a string displayed one character at a time

When I run the code it writes the "<" of the tag before interpreting it, I would like it to interpret the tags directly without writing the opening signal. var TxtType = function(el, toRotate, period) { this.toRotate = toRotate; t...
asked by 27.09.2017 / 20:16
1
answer

Problem aligning navbar on the right

Hello, I'm new to css and I'm having trouble trying to align the buttons on my right% with%; so I can put a logo on the left. Here's my code! .menu, .menu ul li { margin: 0; padding: 0; } .menu {...
asked by 30.04.2018 / 12:47
1
answer

MySQL How to return only part of the result of the FULL-TEXT query

Let's say I have this text stored in a table in my database:    Lorem ipsum dolor sit amet, consectetur adipisicing elit, eiusmod sed   tempor inciudunt ut labore et dolore magna aliqua. Ut enim ad minim come,   wanted nostrud exercitation u...
asked by 04.05.2017 / 11:15
1
answer

Device keyboard stays on Input

I have an application in Xamarin using HybriWebView (HTML screens). Inside it I have a text input at the bottom of the screen and when I click on the input the cell phone keypad is over my input, so I can not see what I'm typing. I found solutio...
asked by 04.05.2017 / 16:27
2
answers

Webpack not updating bundle.js

I'm new to this React and Webpack stuff, and I'm studying hard, but I came up with a problem that I'm not finding a way to solve. const webpack = require('webpack') module.exports = { entry: './html/js/index.jsx', output: { pa...
asked by 29.05.2017 / 17:39
1
answer

How to do select in postgres from an html field and use the return to fill the other fields?

Basically I do not have any experience with html, php or javascrip and I'm trying to get around what I'm asked here. The problem is this: I have to make a registration page where the user selects a base year and if the record exists in the da...
asked by 03.04.2017 / 14:26
1
answer

CSS options menu

Good morning, I need to create a menu in the right corner like the example, but I'm not able to ... When you click on my button you need to open the menu on top of the button without leaving the screen I need it to look like this: f...
asked by 30.10.2017 / 14:18