Questions tagged as 'css3'

3
answers

How to apply CSS to HTML element before and after text?

Considering the HTML code below, is there any way to use only CSS to apply different style to the i element before the text and the other i element after the text? <a href="#"> <i class="i i--icon"></i> Text...
asked by 11.10.2015 / 13:57
1
answer

Center loading on page

I'm building a load and I'm having 2 problems. 1st How to leave the circle div that contains the animation in the vertical and horizontal center of the screen. 2º How to leave the load tips rounded. .loading { background:...
asked by 08.03.2017 / 13:41
3
answers

Effect on jQuery [closed]

How to make an effect in jQuery, that when using the SCROLL the divs and the elements appear in fadeIn, like in that site: link     
asked by 29.01.2014 / 19:01
3
answers

Disable tab that shows all results

I have problems with this code, because I want to register the case, however I want to remove the tab where everyone appears, either part of each selected! The first tab is to show all (I want to disable), I want it to start straight from tes...
asked by 15.11.2018 / 16:51
1
answer

Div's appearing and running

I have the following structure of div's <div id="box"> <div id="1">1</div> <div id="2">2</div> <div id="3">3</div> </div> And the following css: #box { width: 1000px; height: 300px;...
asked by 26.02.2016 / 12:42
2
answers

li's goes up and down one after one

So I have the following ul HTML <div class="atividades"> <ul> <li">Agência Funerária</li> <li>Funerais</li> <li>Cremações</li> <li>...
asked by 19.04.2018 / 17:42
1
answer

input: checked is not applying properties

I'm developing a responsive menu using css3 (I can not use JS), and I'm having a problem that's keeping me from moving forward, the problem is this: input:checked ~ nav { display: none; } But the property is not applied to the nav when th...
asked by 17.11.2016 / 22:54
3
answers

Button and span logic from CSS

I have a button and a span from the following code: <div id="onestepcheckout-place-order"> <button type="button" class="button btn-proceed-checkout btn-checkout" title="<?php echo $this->__('Place Order Now')...
asked by 07.11.2017 / 20:42
4
answers

How to put a gif before displaying the page of the site

I would like to place a loading gif on my site. When I access the page before opening the site, I would first open the gif and stay for 1.5 seconds or so. Is this possible? Note: I want something more or less like this link     
asked by 26.05.2015 / 20:29
1
answer

width 100% responsive bootstrap

I'm using the bootstrap for your fluid grid, I've used row-fluid out of container-fluid to run out of bounds. In the desktop resolution the footer is normal with the width 100%, but when it decreases the resolution it gains the mar...
asked by 08.10.2014 / 16:18