Questions tagged as 'css3'

1
answer

Slide Show with Divs [closed]

I need to do a slide show type only with news, more specifically a slide show of divs. And I have not found a way to do that yet! can anybody help me? Hugs     
asked by 05.12.2015 / 16:30
2
answers

Get full monitor width using CSS3

Is there any way to get the%% of a monitor's total% using CSS or CSS3? I know that in JS there is width that associates a width with the size of the monitor with a variable. Now I need to know if there is a CSS in this way to get the t...
asked by 02.07.2014 / 15:58
1
answer

What are Feature Queries in CSS? How do you use them and what do they do? [duplicate]

I've heard a lot about the term Feature Queries when talking about CSS3. But what are they and what are Feature Queries for? How does this apply to projects' CSS?     
asked by 20.07.2018 / 20:05
4
answers

How to show warning "Refresh your Browser" when it does not support HTML5?

How to display the "Update Your Browser" warning when the user's browser does not support HTML5 tags or CSS3 properties? An initiative that encourages this is the link site, but they do provide a script for it. Would it be possible to...
asked by 13.01.2015 / 13:08
0
answers

Reverse slide transition, VUE JS

I'm developing a single page application / mobile app, with VUE JS, I want to slide effect when swapping pages, and I can do it this way: transition name="slide" router-view transition But I wanted the reverse effect of the slide when the u...
asked by 10.09.2017 / 20:28
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
1
answer

How to make the elements appear with the mouse scrool?

Visibility.onVisible(function(){ setTimeout(function(){ $(".animar").addClass("animated fadeInDown"); }, 400); setTimeout(function(){ $(".animar2").addClass("animated fadeInDown"); }, 800); setTimeout(function(){ $(".animar3"...
asked by 11.05.2016 / 05:06
2
answers

How can I specify a "transition" value to be animated when I use "transform"?

NO css , we can use the transition property to define a transition effect when some of the properties of an element are changed. Example: .box{ transition: all 1s linear; background-color: purple; height: 200px;...
asked by 19.08.2016 / 21:37
2
answers

window.innerWidth does not work on Windows Phone

I have a problem: In the page link , there is a banner where I can not define the size of the div. But as it takes up all 100% of the screen, I got window.innerWidth from the browser and did my calculations. For desktops and And...
asked by 03.07.2016 / 22:11
1
answer

Turn this menu into sub-menus?

I have this vertical menu: <!-- Coluna2 --> <div id="d2" align="right"> <nav id="menu"> <ul id="menu-nav"> <li><a href="cEmpresa.html">...
asked by 26.08.2015 / 20:29