Questions tagged as 'css3'

1
answer

Put one element above another in html with css

I have two attributes in the html, but I have one over the other and I want the one that fits me over the other. I already show you the photo This should be This is how Code Default.ctp (Menu) <div class="menuPrincipal"...
asked by 19.04.2018 / 23:07
0
answers

Problems with shadow in a div using transition

I have a problem with the visualization with a shadow on a div. Detail the code in a codepen Codepen What am I doing wrong? Edit: In chrome I visualize it like this Apparently it's a rendering bug. article.item { c...
asked by 17.04.2018 / 19:41
3
answers

How to make the footer of my website stay fixed in the bottom part? [duplicate]

Code HTML : <!DOCTYPE HTML> <html lang="es"> <head> <title>Primer página HTML5</title> <meta charset = "utf-8" /> <meta name = "viewport" content="width=device-width"> <li...
asked by 07.04.2018 / 01:13
2
answers

Style for the div that contains a button with style

Well the problem I have is that the submit is very low, as you can see in the photos, and what I want is to be below the "Previous" Css /* To change this license header, choose License Headers in Project Properties. To change th...
asked by 23.03.2018 / 20:57
0
answers

What to do so that the text and the elements do not overflow in html5, css3 and bootstrap?

I'm making a small system in HTML5 , CSS3 , JS , PHP and BOOTSTRAP , which I want the text to scale to the size of the screen. I understand that BOOTSTRAP makes the site become responsive , but when...
asked by 18.03.2018 / 19:19
0
answers

3D Pyramid with CSS

I need to create this figure with CSS. Taking into account that there must be 3 different elements to be able to work on each independently. I have knowledge to create a trangulo but I am stuck on how to join the 3 that I need. <div class="...
asked by 18.03.2018 / 17:03
0
answers

FullCalendar, Problem with drag of events and edge of the days

I have a section based on a fullCalendar which I use to create and move the dates of the events. The problem I have is that when doing drag with one of the events, the border of the cells and the row where I position the cursor disappear:...
asked by 14.03.2018 / 19:07
0
answers

use event click to show html pages in a section

Requesting your help to verify my code and create a website with HTML5 and CSS3, trying to click on a menu text to update a "section" with a different web page but at the time it runs the click event does not perform any action; Javascript has b...
asked by 01.03.2018 / 18:02
0
answers

The dropdown does not work for me

I was trying to make a hamburger menu (collapsible menu) in HTML and CSS for mobile but it broke the dropdown for bigger screens and I can not find the turn to make it work again. I enclose the HTML code and the CSS HTML: <d...
asked by 28.02.2018 / 20:39
0
answers

How to fade the first bar, with a half query, keeping the fixed-top, from the navigation bar below?

Así esta la primera barra <div class="row social"> <div class="col-xs-12 col-sm-3"></div> <div class="col-xs-12 col-sm-3"></div> <div class="col-xs-12 col-sm-3...
asked by 22.02.2018 / 13:40