Questions tagged as 'css'

3
answers

How to stylize a "file" input?

I have this structure: <section id="cadastro" class="cadastroVersao pg-i"> <div class="titulo"> <h1><i class="icon-clientes"></i>Cadastro de versão</h1> <a href="<?php echo base_url...
asked by 01.10.2015 / 22:54
1
answer

How to retrieve the value separately from input numbers with the same class

Well, I'm having a little problem in getting the value entered in the input number of some cards I created ... Basically, it is repeating the value on all inputs of all cards Allinputsareinthesameclass,andeverytimeIclicktheaddbuttonortypeavalue...
asked by 04.06.2018 / 23:42
1
answer

Place the image on the right side of the screen

How can I put the image in the right corner? See: Thecode:HTML<sectionclass="apresentacao"> <div class="container"> <div class="row"> <div class="col-md-8 col-sm-9">...
asked by 10.06.2018 / 14:15
0
answers

Change the color of part of the text in the input using Vuejs / Html / css

As for example on Facebook when we type Congratulations so-and-so inside the input the word congratulations turns bold and orange and the person keeps typing normally ... that is ... when the person types the word parabens I need to just chang...
asked by 03.06.2018 / 22:48
0
answers

Problem with page numbering with CSS in print preview

I have a report where multiple tables are created separated by categories with specific header and footer that repeat. I need to add a numbering of pages to the categories where in each new category this numbering is restarted and because of...
asked by 04.06.2018 / 13:34
1
answer

How to change the color of the scroll bar by JQuery

I want to change the color of the scroll bar only when the user scrolls the screen. I tried the code below but it did not work. How do I? $('body').scroll(function(){ setTimeout(function(){ $("body::-webkit-scrollbar").css("backgro...
asked by 04.06.2018 / 04:40
0
answers

Set up footer on mobile devices?

My footer is well-configured for web pages, but for mobile it is in the middle of the page. How do I get it down to the bottom of the screen?     
asked by 11.06.2018 / 23:41
0
answers

Fix sections in CSS right

I have the following HTML and CSS codes. HTML: <body> <div class="container"> <nav> <ul> <li>Home</li> <li>Notícias</li> <li>Planos<...
asked by 11.06.2018 / 22:04
0
answers

Problem with slides, which assign radio and target inputs

I mixed two types of checks in a slide transition code, the gray side bars of the box, move the images and move all the lower blocks by checking the last 'block 5' checking the images and the blocks are made of 'radios', the two white squares ma...
asked by 31.05.2018 / 21:02
1
answer

Centralize Icons in mobile - Css + Html

I am not able to centralize my icons in the mobile, I need this forcinha, here is my code below @media (max-width: 700px); footer{ bottom:0 ; position: initial; padding: 10px 0; height: 78px; right:0; left:0;...
asked by 07.06.2018 / 23:23