Questions tagged as 'css3'

0
answers

Setting Layou CSS and HTML

I could not get the table " Input Interface and Output Interface " on the sides of the Another question is to sort the entries and exits of each " Plan / Do / Check / Action ", they would have to stay in the same line as in the image below...
asked by 04.07.2018 / 14:03
1
answer

How to center text within input type="time"?

<input class="menor" type="time" id="abre" name="abre" required><br><br> I have this input with the following CSS: .menor { text-align: center; } On the computer, it works normally. But on the cell phone, the text doe...
asked by 20.05.2018 / 20:08
0
answers

Website responsiveness according to Browser

I know it's a hot topic and can easily go through duplicate, but before pointing, read. BootsTraps properties do not apply to the Safari Browser? I have an application that in 3 Browser (Chrome, FireFox and Edge) work norally, but testi...
asked by 04.06.2018 / 16:06
1
answer

AUTOCOMPLETE jquery ui

Galera, beauty? I made a script in jQuery that uses Autocomplete in a search bar, the code works, however when it appears select with the options my header is on top, what can it be? Thank you //JQUERYUICODE$(function(){varCategorias=["Doces",...
asked by 05.06.2018 / 05:18
0
answers

footer positioning!

I'm not able to position my footer, other than that it's accompanying my widget. how can I position it correctly? codes below: body { margin: 0; padding: 0; font-family: hel...
asked by 16.05.2018 / 17:21
0
answers

Doubt - Upload page before loading

Recently I have analyzed websites and always getting doubts. It turns out that on some pages when I quickly enter and load a a diagrammed template of what you will have on the page. First shows the Next Page diagrammed andthenquicklyandloadi...
asked by 16.05.2018 / 22:16
3
answers

spans block does not fit the size!

I have the following code: $(document).ready(function(){ function animaTextos(){ var interval; var contador = 1; var funcao = function() { var corrente = $('div.slider ul.slide li').length; if(corren...
asked by 10.05.2018 / 19:53
0
answers

How to code with Email Marketing?

I'm starting with Email Marketing, I've never done it before and am facing  a world of difficulties. By the tutorials seen on the internet, I could draw the following conclusions: We use table so that it has a greater tolerance and th...
asked by 23.05.2018 / 16:47
1
answer

Scrolling image gallery

I created a gallery and I would like it to only appear the first two lines, and the rest would be hidden, so when the person rolled the scroll of the mouse, appearing the others, until the end, only then when get to the end of the galler...
asked by 17.04.2018 / 13:23
1
answer

Is it possible to recreate this gradient effect only with html and css?

I was visiting the following site link And I thought maybe that would be possible. Here's what I've tried so far: link link     
asked by 17.04.2018 / 15:38