Questions tagged as 'css'

1
answer

Active class is reset

In the following very simple Script. Why, after switching to Active and coloring it of the desired color, once the view has been loaded, is the asset reset to the active item by Default? what will be happening. HTML <div class="list-grou...
asked by 23.05.2017 / 00:00
2
answers

It is possible to show in the browser a empty xml element with css

I have this xml code for example: <br> <?xml version="1.0" encoding="iso-8859-1"?> <raiz> <activo/> </raiz> <br> and I would like to show the active word in the browser by applying css....
asked by 08.06.2017 / 13:01
0
answers

Change style with JS from visibility: hidden to visibility: visible - Problem

Hi, I have a webapp that connects to an API and pulls out a series of data. That's right, everything works. The problem comes when I put all the divs (or the majority) in visibility: hidden with the intention of making them visible once a...
asked by 14.05.2017 / 12:16
2
answers

Create a specific style by means of the render () of the zebra form

This is my code: //Todos los permisos a contratar a continuacion, y todos ellos vendran como no mostrados // Permisos del area social y sus partes $form->add('label', 'label_SOCIAL', 'SOCIAL', 'ÁREA SOCIAL'); //contactos $form->add('...
asked by 16.05.2017 / 14:32
2
answers

Why do not I upload the values of the css in my index?

this is my index. *{ margin:0 auto; width: 960px; } p{ color:red; } body{ background-color: #FAF8EF; color: #776E65; font-size: 16px; } #tiempo{ padding: 5px; margin: 2px; border-radius: 2px; border-style:solid; height: 40px; wi...
asked by 17.05.2017 / 04:23
0
answers

Problems with margin-top

I have a h3 and I want to give margin-top , but it only works if I put a size greater than 500px. If I lower the value to 499, it does not work and there is no margin. The div that I need margin is the one that says "S...
asked by 17.05.2017 / 07:01
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
2
answers

AddClass RemoveClass

I'm doing a simple menu, I want the menu item to be left where I click. I have my class activo and my code of
asked by 04.05.2017 / 19:31
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

Keep High of Background image to the entire screen in Portrait and Landscape

I have a background image in an element that is 100% height and width. CSS #splash{ background-image: url("../img/background_splash.jpg"); background-position: center; background-repeat: no-repeat; background-size: cover;...
asked by 02.05.2017 / 19:58