Questions tagged as 'css3'

1
answer

Transparency problem using position fixed in css

I'm trying to create a menu that does not move independent of the user's scrolling on the page using position fixed . But I'm having a problem with transparency, whenever the menu finds other content, it's transparent. Before I used...
asked by 02.07.2018 / 17:08
2
answers

I can not remove standard background

Next, I'm using a wordpress plugin to organize the dishes of the restaurant menu, this: (food-and-drink-menu - url: link ) Well, come on! The plugin settings are very simple and by default it adds a light pink background, as follows: ( link...
asked by 03.07.2018 / 19:59
2
answers

Center DIV in Bootstrap Grid

I have the following section, and I need the Divs to be centered horizontally in my Grid of Boostratp 3. It always stays on the Left side and I do not mind changing that. <section id="servicos"> <div class="container">...
asked by 21.05.2018 / 13:43
1
answer

submit button does not show it was clicked

I have the page below: link It has a form of email and, of course, a send button But this submit button is receiving a return false because it is sending a request to jQuery Ajax to perform actions in the database....
asked by 18.05.2018 / 15:28
1
answer

CSS shows only part of the elements of a DIV

I have the following CSS: @charset "utf-8"; /* CSS Document */ @import url('http://fonts.googleapis.com/css?family=Open+Sans'); * { font-family: 'Open Sans'; margin: 0; padding: 0; border: none; outline: 0; box-sizing:...
asked by 14.05.2018 / 15:04
1
answer

Problems with attribute: css not ()

I'm having a problem editing a h2 with css and within that h2 has a span but wanted to apply the style in h2 but I do not want the style to apply to my span I'm using the :not(span) selector for this how...
asked by 11.05.2018 / 16:31
1
answer

Video as Background HTML 5 does not work in Safari and Chrome on Mac

I put a background video of a website with HTML 5, I open it in Chrome and Firefox in Windows and the video scrolls normal, but when I open the Mac (Chrome version 67.0.3396.40, and Safari 11.1) the video no scroll ... Anyone know of any solutio...
asked by 10.05.2018 / 22:42
1
answer

Transparent lines with CSS

Is it possible to do something like this with just CSS? Thanks     
asked by 13.06.2018 / 13:15
1
answer

Errors in slide show

Some questions: 1) If we reduce the height of the browser by changing the resolution, div.slider does not match the height of div.slide . That is, it keeps the same height. Soon, the image will be small, the div.slide...
asked by 04.05.2018 / 18:53
1
answer

auto zoom in the image

I have the following code: .zoom { overflow: hidden; } .zoom img { max-width: 100%; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; } .zoom:hover img { -moz-transform: scale(1.1); -webki...
asked by 27.04.2018 / 22:37