Questions tagged as 'css3'

1
answer

Bootstrap Navbar Fixed Top overlapping the carousel slider

I'm making a navbar fixed top menu and I want this menu to accompany the scroll when the page slides, but the navbar is overlapping the section just below that is the slider. I wanted to know how to put it in position without overlapping the sli...
asked by 21.01.2016 / 18:31
1
answer

Padding x position: fixed or position: absolute

I need to use padding to leave a spacing between the border and the center so what when I use padding the div is moving any have any ideas? link css html, body { height: 100vh; width: 100vw; margin: 0;background-image: url("http://img...
asked by 07.02.2016 / 22:56
1
answer

CSS3 Gradients - Doubt over syntax in Firefox and IE

I created the CSS code below in my Web project, the goal is to leave the top menu bar with a gradient from black to transparent, Chrome works perfectly, however I do not know which syntax to use for the code to work in Firefox and IE . .barra-...
asked by 03.11.2015 / 04:25
1
answer

Placing scroll in a table so it does not go beyond the size of the window

I have a table that has many columns. I want it to be at the maximum size of the window. The problem is she passes the window. How to put a scrool if the content passes the size of the window horizontally?     
asked by 15.11.2015 / 22:57
2
answers

how to make a DIV that increases in size whenever you increase the content?

I'm doing a course work, I need to make a DIV that grows in size according to the content I add. Can anyone help me? Is it okay if in css I put it like this: height:; ? Taking the value.     
asked by 10.11.2015 / 13:42
1
answer

Links does not work in menu

I have a problem with my concert menu I did it with HTML and CSS pure but I will have to link some PDF'f to can open in a new guide co target="_blank" but I create the links normally and the my menu simply closes when I clic...
asked by 09.06.2015 / 14:39
1
answer

Why does not the transition work?

The #sub div should make an opacity transition by hovering over #item , but it does not work. It only works when I display: none How do I resolve this? #item,#sub{ height: 40px; width: 300px; padding: 0p...
asked by 07.06.2015 / 22:55
1
answer

Footer is not hidden with page content

A few weeks ago I asked a question about making a parallax effect in a footer and got the answer: Parallax in the footer But now I've made another page that I want to achieve this same effect. I followed the same steps and still not going...
asked by 07.05.2015 / 16:05
2
answers

Difficulties with slider and overflow: hidden

I have an HTML and CSS structure to make a slider, it should work as follows: The images are next to each other, however, only one appears on the screen, and because the images will be next to each other, the slider goes "spinning", snapping the...
asked by 12.07.2015 / 19:42
1
answer

Gray scale cross browser

Follow the css: .parceiros li a img{ margin-top: 5%; -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%); } .parceiros li a img:hove...
asked by 21.05.2015 / 15:45