Questions tagged as 'css'

4
answers

Limit Input Value

Hello, I have an input called spent, and the value you entered can not be greater than 1,000,00 , if greater than 1,000,00 a modal appears on the screen. Could you help me with how to do this javascript, please?     
asked by 16.10.2018 / 12:45
1
answer

JavaScript Menu GetId

I have a menu that has a hoverline effect ("a line that runs down the clicked element!") with JavaScript, however it is created using getId by pulling the ID of the elements. The challenge is to duplicate the menu keeping the 'hoverline' effe...
asked by 02.09.2018 / 07:06
1
answer

CSS / SCSS: Generic validation element accompanying the input format

I have a problem in my stylesheet. I have a generic Input, as shown below: Iputanelementtovalidatemyform,thevalidationisOK,butI'mhavingproblemsinalignment,becauseifIincreaseordecreasethetextfield,theelementremains.Seeanexample: Thevalidation...
asked by 01.09.2018 / 21:31
1
answer

Multilayer Tablet Does Not Load Svg Positioning Correctly

I created a character using SVG, which appears disassembled on the tablet within the webview, this happened in the tablet's default browser as well:    Multilaser       Android 4.4.2       Model Number: ML02-M9-Quad-Core    QuadCore-A33...
asked by 08.10.2018 / 15:38
1
answer

A display property: flex is bugging my image

The problem is in align-items: flex-end. After I added this line, along with the display: flex. My image increases by 4px below when I hover the mouse over. And I do not know why this happens, I need to figure it out. I've added these two...
asked by 23.08.2018 / 03:42
1
answer

Create a selected jquery option

I have seen several posts about this, but none have been able to help me definitively. I'm trying to put a dynamically selected option (db data). obj.nome = [vitor,joao,carlos] dep_option += '<option name ='+obj.nome+'>'+obj.nome+'...
asked by 25.08.2018 / 18:43
1
answer

Compatibility problem with Chrome and IE, deformed text

Chrome: IE: Nomozila: TherightthingwouldbetostaylikethisinMozilla.InchromeandIEitisnotright.Iputthetextovertheimageusingthisscript:CSS:.img-containerAside{width:359px;height:184px;overflow:hidden;display:-webkit-box;display:-ms-flexbox;displ...
asked by 23.08.2018 / 23:17
1
answer

Margin within table

I have text inside a "table", but basically I wanted to put the side margin as a paragraph. Maggin, padding, among other ways I could not. My HTML: < div class="container texto" id="camps" > < ul > < li > < img class=...
asked by 21.08.2018 / 04:28
1
answer

Make Up button at start appearing in certain part

I would like to create a button to upload to the beginning, but I would not like it to always be visible, only when the page arrives in a certain part     
asked by 19.09.2018 / 20:40
1
answer

How to put image and text on the side with FlexBox?

Hey guys, I'm having trouble positioning the image and text ON THE SIDE of the image. I tried table but it is not responsive. I tried ul / li and I can not position. I am using FlexBox. Any suggestions? <!DOCTYPE HTML> <html>...
asked by 13.08.2018 / 03:58