Questions tagged as 'css'

4
answers

Assign value to hidden div

I am a newbie and learning new things, I would like them to help me solve my problem, I am working with 3 different radiobuttons and when selecting a certain radio a hidden div appears: the radiobuttons are called like this: monthly_payme...
asked by 16.11.2017 / 16:52
1
answer

parallax inside div

I want to apply a parallax effect in div so that when I pass the text I change the image but the second image places it outside the div father html, body{ padding: 0; margin: 0; width: 100%; heigh...
asked by 09.11.2017 / 17:36
1
answer

How to darken all the elements except an iframe?

Hi, I have a page where clicking on a video title opens a player in the middle of the screen. Attached photo: What I do not know how to do is to select all the elements that are not this player and make them darken. The closest thing I've...
asked by 07.11.2017 / 09:22
3
answers

Show image from the center in a div

Good morning. I have the following problem, an index file that shows photos with the url from a database, each picture is sorted in col-md-4 bootstraps or I have 3 photos per row, 3 down, 3 down and so on. The problem I have is that the photos a...
asked by 15.01.2018 / 14:01
1
answer

Problem with css

I have the following css code <style> p { text-align: justify; text-justify: inter-word; } </style> But I want it only for this part of the document in html <p style="margin-top: 20px; line-heigh...
asked by 28.10.2017 / 00:33
1
answer

Why when you open the Modal, you keep the modal class-backdrop fade in?

I have a button that when I clicked it should open a modal, but it stays with the modal-context fade in class and the modal one does not appear (I can not close it either). The code is this: <td class="orderproject tdcenter"><p id=...
asked by 24.10.2017 / 14:08
2
answers

I am working with DATATABLE, how can I save the current page that I am in, and then return to show the same page?

Greetings, I'm new to the community! I hope corrections in case the question is wrongly formulated! I have data in a Dashboard from a DB that are paginated. I'm using DataTable. When pressing on one of the products I go to the details of it....
asked by 24.10.2017 / 15:43
2
answers

Datepicker does not work

again asking about datepicker with Bootstrap It turns out that perfectly appears the calendar but the options that I give seems to barely recognize the format. The rest is long and especially I need to block previous dates to which I mention. Th...
asked by 20.10.2017 / 17:24
2
answers

My footer leaves the body, and an article is not shown

For some reason that I can not understand my footer, declared inside the body, it shows me out! And here is the footer, outside the body My HTML follows this structure: Body Header /Header Section main Article1...
asked by 21.10.2017 / 13:07
1
answer

Maintain the value of the variable when opening a modal

I have a table in which to each row I pass some variables through a foreach. And when I give 'Delete' a modal opens, that has the first value of the table, it does not matter if I click on the delete button of the row with ID 5, that I...
asked by 18.10.2017 / 16:40