Questions tagged as 'css3'

2
answers

Div overlaps using property top

Well, I'm developing a web page, and I have something like this: HTML <section> <article class="first"> <!-- Resto de estructura --> </article> <article class="second"> <!-- Resto de estructura -->...
asked by 03.06.2017 / 22:01
2
answers

Error in the datalayer

Good evening community, I'm following a video, and how many times it plays. With your events with tag manager , to get your preview of metrics in google analytics, I have created the following events in the datalayer, so that they can be l...
asked by 18.05.2017 / 06:23
1
answer

icons with fontawesome do not load css styles in android browsers

I have these icons that look good on PC but Android does not take styles. also an image in parallax does not appear and the menu does not appear, I'm using modernizr and I do not know if the error is here or in js .... the console tells me th...
asked by 08.06.2017 / 21:40
1
answer

Different appearance of buttons in iOS safari

I have a button but in iOS Safari it looks different. I have tried with this code -webkit-appearance: none; and it does not work for me. This is the CSS of the button (also in JSFiddle ): button { padding: 5px 20px; over...
asked by 28.05.2017 / 22:47
3
answers

Compatibility problem with box-shadow

The shadow of div is displayed differently in safari and chrome. Do I need some type of prefix? I have given it many laps and I can not find the solution so that the shadow is also displayed in the other browsers. HTML: <articl...
asked by 28.04.2017 / 19:23
1
answer

Problem Answer message php form

I have a form that responds with a welcome message, but that welcome message does not apply any style and I do not know how to put it or where the fault is. This is my code: if(mail($emailA,$headers,$contenido)) { $mensajeExito = '<div...
asked by 12.05.2017 / 13:29
2
answers

Display submenu when hovering over the LINK of the menu

Good afternoon, I am starting to learn HTML, in this case I am experimenting with the menu, and I would like the submenu to be opened by passing the mouse over the menu link. This is the pull-down menu I have now. The options "Slab...
asked by 03.04.2017 / 22:13
1
answer

Image 2 pisa hover of image 1

I have the following problem with the animation where you leave the cursor in the smaller image and the second larger one appears: My image 1: "pearl" is smaller than image 2 (the 1 has hover in css) Image 2: "flowers" is bigger and suppos...
asked by 04.10.2017 / 23:07
1
answer

Error to apply event onmouse over on image [closed]

Hello, I need help to apply an effect of this web: When we pass the mouse over an image (bottle), the enlarged image appears on the left, see:  [ link I can not perform the effect on myweb when the mouse is hovered over an image and it comes...
asked by 10.05.2017 / 21:45
1
answer

How to control the dimensions of the class div class="overlay" / div from Bootstrap

The problem I have is that when I have the page in full screen I can see perfectly the layer that darkens the image and the slider, but when I go to look at the page in the mobile, this part that goes dark has a fixed dimension and lack opacity...
asked by 06.03.2017 / 20:30