Questions tagged as 'css'

1
answer

Menu with border

I'm developing an application that contains a bordered menu so I'd like the menu to look like this ButI'mnotabletoleavetheborderlikethisandneitherroundlookslikethiswillIputmycssandhtml <h:panelGrouplayout="block" styleClass="pagamento">...
asked by 06.07.2017 / 05:38
0
answers

CSS Animation & Angular JS

Making a small application with Angular and Material Design. To leave more cute I decided to put some simple animations. The first one is SlideInRight that the screen should slide to the right and appear in the view; The second animation is...
asked by 11.07.2017 / 19:48
1
answer

How to organize data in 3 columns without layout break, using CSS Flexbox?

I have a list of items (ul), and each item occupies 33% of the screen, thus forming a horizontal list of 3 columns. When there is no more horizontal space, it forms a new line, something very simple, is perfect when all items have the same heigh...
asked by 28.06.2017 / 17:21
2
answers

Image popping up with Fad-in effect after page loading

I need to make 4 images appear, one at a time, on my page, after loading it. IMAGE EFFECT: It would be the fade-in effect, if I'm not mistaken, that's the name. This effect is one that the image comes up from the center of it. LOADING E...
asked by 20.06.2017 / 21:10
2
answers

How to put a link for each banner in @keyframes

I have the following code working perfectly, however, I need to have an individual link on each of the three @keyframes fine banners. Is there a possibility? HTML <div class="banner"></div> CSS .banner { width: 960px; h...
asked by 22.06.2017 / 15:21
1
answer

Make a smoother transition

I would like to know how to let the transition of this navbar with a smoother appearance JavaScript code used to perform it: var clientHeight = document.getElementById('header').clientHeight; $(function(){...
asked by 16.06.2017 / 04:32
1
answer

How do I set the ASIDE internal images to adjust their height and width automatically?

How do I make the internal% s images automatically adjust their height and width automatically according to browser resizing? CSS aside{ background-color: #222; margin-top: 10px; margin-left: 10px; width: 100%; max-width: 1200px...
asked by 28.06.2017 / 22:29
0
answers

Animation problems

Well I have a problem in the responsiveness of my web page due to navbar. In navbar when the screen is less than 540px wide the navbar gets the dropdown but my problem is that the content of the dropdown is superimposed by another div as you can...
asked by 29.06.2017 / 11:00
1
answer

How to Position with CSS or Quick AdSense

I have a Recent Site and I added Quick AdSense, once it was approved, but the Ads misconfigured or misconfigured the Pages, so I found an answer to a question here in StackOverflow in English, which I do not know much about, Unfortunately I did...
asked by 29.06.2017 / 11:06
1
answer

Video loses size within div with use of resolution slider

I'm using Revolution Slider and when transitioning videos through Carousel, the video loses the default size that I set for my watch page, that is, I determine width:auto and height:768px , but when performing the transition, these...
asked by 26.06.2017 / 23:05