Questions tagged as 'css'

1
answer

display table-cell does not work well on safari

I'm trying to design a component with an input and a right-wing button, it's to do a search, inside the CSS I'm using display table, to align the components. The problem is that in chrome works well the heigth that I apply to the button to us...
asked by 13.02.2017 / 20:36
3
answers

I do not want my modal to be closed when sending form

I have a modal with a form that takes some user data to receive the demo of a service. Now I need that, when the user completes the fields and sends the data by submit , the modal does not close automatically. The idea is that in the sa...
asked by 17.02.2017 / 18:34
0
answers

Parallax & Slider materialize.css

I'm developing in front-end and I'm looking for a way to make a slider with parallax with the materialize framework but I could not, the effect is to make a slide of images but also using a parallax. If someone has used this framework, they will...
asked by 08.02.2017 / 14:40
3
answers

Undefined in php with ajax

The console shows me that the variable has not been defined 'undefined' my js function UpdateUser(str){ var id = str; var name = $('#nm-'+str).val(); $.ajax({ type: "POST", url: "app/bin/adduser.php?p=update", data: "id="+id+"&...
asked by 08.02.2017 / 18:16
2
answers

"onclick" method does not work on files added with "? php require?

Well my problem is this, I have a website of a real estate company. It has a Sidebar on the right with buttons to enter the different sections, the "main" part which is the one on the left and occupies 70% of the screen is where a display of all...
asked by 22.01.2017 / 20:17
1
answer

Keep the horizontal scroll of a responsive table on my footer

I am using a responsive table that is in between a fixed navbar at the top of the screen, and another fixed to the bottom of it (my footer) You can see it here (by visualization I have not done a fiddle). If you shrink the width of the s...
asked by 22.01.2017 / 14:21
0
answers

compatibility problem with input search button and search bar

I have this button that opens a top bar when the screen is less than 1080px and when it is greater than 1080px opens a horizontal line to do the search, but I have a problem with mobile, when I click on the button from my mobile device the top b...
asked by 11.01.2017 / 00:16
0
answers

Editable fields of a grid are enlarged

I have an% editable% co_ that directly inherits from grid with the Classic theme of ExtJS 6.0.2. Some of its columns are editable fields (using Ext.grid.Panel for it). However, when we click on one of those editable cells, it st...
asked by 17.01.2017 / 13:59
1
answer

Styles for commandButton

I have a problem putting styles to an h: commandbutton: -my css to which I refer can not be modified. -my commandbutton has as input type="submit" and inherits the styles of the text boxes (input) -the style for my button are for button tags -to...
asked by 20.04.2017 / 00:03
1
answer

Slide an input range from a point other than the middle

How can I make an input range have the widest slider? I want to achieve this and that the slider can be pressed at any of its points, not just in the middle. For example, in the following link I have managed to make a very wide slider but it onl...
asked by 30.11.2016 / 13:03