Questions tagged as 'css'

1
answer

HTML text is not displayed in Safari browser [duplicated]

On the website link , the mobile phone number in the SAFARI browser is not shown at the bottom of the page, only "cellular:" and the number goes blank. In Chrome you see the text well, can it be the typography? <p>Celular: +...
asked by 18.12.2018 / 05:24
3
answers

How to change background color only to certain elements of a grid?

Greetings! I need a little help with a CSS theme, the thing is that I'm developing a Wordpress project and I use a plugin to display the posts on a grid. The theme is that I have placed 3 columns, each photo has a button "Read more", however, in...
asked by 06.11.2018 / 03:17
1
answer

I can not center horizontally a div child of a container div with flexbox

I can not horizontally cen a div with flexbox. I have a half query for mobile screens @media only screen and ( max-width: 479px ) { .filadisco1 { display: flex; width:280px; justify-content:center; flex-direction:column; align-content: center...
asked by 26.09.2016 / 16:38
1
answer

Add items in two lists at the same time

I have the following code that allows you to pass an element, in this case inputs, from one div to another by a button or drag and drop. The idea is that when an element of div1 is passed to div2, it remains in div1 but also passes to div2...
asked by 10.08.2018 / 16:37
1
answer

Box-shadow does not work as expected for large values in Safari

I am developing a small library / plugin in JavaScript that serves to highlight different parts of a page (with the intention of creating instructions or similar). But I'm encountering some problems, especially with Safari. For the highlight...
asked by 16.08.2018 / 18:37
1
answer

How to choose a color / css

How can I select a color with gray border? .color-picker { font-size: 0; } .color-picker__item { display: inline-block; } .color-picker__item + .color-picker__item { margin-left: 10px; } .color-picker__item:hover { curs...
asked by 26.06.2018 / 14:14
1
answer

Problems with lc_switch.js

The issue is that my new buttons replace the previous ones. The styles of other inputs that I already had in a version of jquery 1.9.0, I did what the jQueryNoConflict indicates and it did not work for me. Can you help me please. I need the inpu...
asked by 22.05.2018 / 00:49
1
answer

How can I put a slider type background on my website?

I want to put a background that moves with a slider style, and that has some opacity so that the main content can be noticed perfectly, would there be a clear code way to do it? I've tried with javascript and css but nothing has worked for me...
asked by 03.07.2018 / 02:42
1
answer

Create a new table if the date is not the same

I'm going through a foreach and the data I load into a table, but I want to load the data in different table views depending on the fecha example if the variable fecha='11-11-2017' there are 3 fields that load that data there and i...
asked by 28.06.2018 / 19:37
1
answer

How to specify the menu that would display the button with Dropdown class of Bootstrap?

I'm doing a YouTube project and I'm creating the buttons that appear when I upload the video and I have two menus that will be shown when I click on each of them, the problem is that by clicking on the "btn-" button opc "shows me the same menu a...
asked by 05.04.2018 / 05:14