Questions tagged as 'css3'

1
answer

Slide-up effect of uber panel, with css and jquery

I am developing an app with phonegap and jquery mobile. I have a screen similar to the uber map screen. Uber has on the map screen a standing panel which when you touch it and go up the panel goes up. What is it called or how could that effect b...
asked by 21.08.2016 / 07:59
1
answer

Submenu of a Submenu-CSS and HTML

*{ padding: 0; margin: 0; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing: border-box; } .contenedor { background: #ccc; width: 90%; max-width: 1000px; margin: auto; /*Flex*/ display: fl...
asked by 03.06.2016 / 18:42
1
answer

Generate DNA structure with HTML AND CSS

How to create a DNA structure using html CSS that at the same time is in motion, like the following image: but using HTML CSS and if necessary jQuery and this vertical mind structure? I have the following código htm...
asked by 29.11.2018 / 21:51
1
answer

How can I filter the value of a HTMLCollection

I'm doing a type of shopping cart, creating a list of products, through javascript, up there all right, now when I click on some product I will return an HTMLCollection in the form of an array, since there is 9 products I have HTMLCollection (9)...
asked by 27.06.2018 / 01:10
2
answers

iframe for responsive banner

Good morning. I'm having trouble making a responsive banner created with <iframe> . I'm using the same method that I use for videos, but in this case it's not working for me. Code .redes .embed-container { position: r...
asked by 12.03.2017 / 16:06
3
answers

Dimension width "width" of option in a select tag

I have the following fragment of html code and what I intend is to limit the width of each one of the labels so that they are displayed in a whole screen and they are not cut, either through a line break or a horizontal scroll . <sele...
asked by 03.04.2018 / 10:23
6
answers

Adjust CSS text and container

Good afternoon, I had two queries that may be easy to solve. I have placed a gray box at the bottom of two images to show text. Actually at the end it will be a collection of 9 images, but I wanted to see the effect on two images first (at...
asked by 22.11.2017 / 13:50
5
answers

Override the value of a CSS property

I am editing a CSS file, I want to cancel the value of that property, but I do not want to set a new value. I have the file A, that I can not edit . .menu a { padding: 20x; } So now I create another style sheet, but if I put .menu a...
asked by 12.03.2017 / 19:17
2
answers

Change a text using CSS

I need to change a text within a tag using CSS. I already try to do this: .course-media .quick-view .btn:before { display:true; content: ' Registrate ahora '; } But this nothing else adds a text before. Also try with after but add a...
asked by 16.08.2017 / 23:39
1
answer

Remove blank spaces [duplicated]

I need the menu to occupy the entire width so that those edges are not visible in white and also at the top. What simple solution exists? .menu { display: flex; background: #333; } ul { margin-top: 0; margin-bottom: 0;...
asked by 21.03.2018 / 20:03