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...
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....
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...
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...
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...
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">...
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...
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...
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...