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...
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...
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">...
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....
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...
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...
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...
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...