Questions tagged as 'css'

2
answers

Inheritance css in navbar boostrap

I need to be able to make a style that makes hover on li of navbar : <div class="container"> <nav class="navbar navbar-default navar-fixed-top"> <div class="navbar-header"> <button class="na...
asked by 08.08.2017 / 14:13
1
answer

Fit borders in HTML

In my program: $(document).ready(function(){ var $lista1 = $('#lista1'), $lista2 = $('#lista2'); // lista 1 $('li',$lista1).draggable({ revert: 'invalid', helper: 'clone', cursor: 'move' }); $lista1.droppable({...
asked by 08.08.2017 / 20:37
2
answers

Remove full width to fieldset

Good day, I have a detail with a fieldset that I can not solve, I have named class to the fieldset and to the form with padding and width but it is still doing the responsive fieldset, and I want to have it fixed that is not responsive....
asked by 04.08.2017 / 15:53
1
answer

Header always visible in responsive table [closed]

I am working on a web application which handles a large amount of data, when downloading that data on a table as there are too many opted to page them. The paging was done with 1000 records per page so it is imminent that the vertical scroll...
asked by 04.08.2017 / 03:27
1
answer

Hide the blue area of the web links when you press them from the smartphone view

My problem is that I want that on my website, when you browse from the smartphone or tablet view, the blue area does not appear in the links when you click them. When you click on a link, it is filled with a blue color indicating that it is a li...
asked by 21.09.2017 / 14:20
2
answers

Td color according to value

I have an HTML table with two columns (description and value), and I need each row to paint a specific color depending on the value of the "value" column. With jQuery I am using this: $("#mitabla td:last-child:contains(5)") .parents("tr...
asked by 17.07.2017 / 16:59
2
answers

To put elements to ends with Flexbox?

I have 2 children in a container that uses flexbox, I want to have them both placed at each end (left-right) of their container, but I can not do it. The code that I have is the following: HTML <!DOCTYPE html> <html lang="es">...
asked by 23.07.2017 / 17:30
1
answer

How can I display the data of a PHP query in an HTML table?

Greetings, I have the following problem, it turns out that I am making a query to my database with different fields, and I am getting the results as follows. while($fila=mysqli_fetch_array($resultados, MYSQLI_ASSOC)){ echo "<table clas...
asked by 20.08.2017 / 05:13
1
answer

Paint cell of a php dataTable

I have a problem that I have not been able to solve. I have a table with 3 columns. Nombre | Nota | Rango | ------------------------------- Pepe | 5 | Excelente María | 3 | Bueno Luis | 1 | Malo I...
asked by 09.07.2017 / 01:07
1
answer

background image does not look complete -

Hi, I have the following problem, I have the following page: as you see the problem is that you can not see the image completely (the title of the page where pink ranch says susana comment), the image is correctly adpata to different scree...
asked by 01.07.2017 / 19:36