Questions tagged as 'css'

1
answer

Problems in passing json values

I have the following code: $.post("php/llenar.php",{opcion: op}, function(data){ $("#valor").html(data); }); $("#valor").change(function(){ $("#valor option:selected").each(function(){ op = "valor"; valor= $(this).val()...
asked by 18.10.2018 / 21:08
1
answer

Show the product result of 2 html tags in a div tag

   Please, your support to be able to show the product of the result of   two divs in a div automatically, without pressing a button; when   we increase or decrease the values in these 2 divs, the result   it must be shown automatically in the n...
asked by 17.10.2018 / 23:33
1
answer

Open link in pop up

The problem is that I have that code and it works well with paragraph image tags and a header, but with a link, it does not load, it only remains empty ... .img-contenedor { position: fixed; font-family: Arial, Helvetica,...
asked by 18.10.2018 / 02:33
0
answers

I can not upload the resources (css, js and img) in web page with spring mvc

I'm new to Spring mvc and I'm trying to do a web project, I could load a simple page without styles, but when I want to upload images or css I do not take the route, I would like to know how I can implement it, and try many answers that I saw in...
asked by 22.10.2018 / 21:11
1
answer

how to set the header of my table

<!DOCTYPE html> <!--[if lt IE 7 ]><html class="ie ie6" lang="es"> <![endif]--> <!--[if IE 7 ]><html class="ie ie7" lang="es"> <![endif]--> <!--[if IE 8 ]><html class="ie ie8" lang="es"> <!...
asked by 17.10.2018 / 18:48
0
answers

Cancel jquery effect from 550px

I am using the following code so that 3 containers have the height of the longest: var maxHeight = 0; $(".liste").each(function(){ if ($(this).height() > maxHeight) { maxHeight = $(this).height(); } }); $(".liste").height(maxHeight);...
asked by 12.10.2018 / 09:28
0
answers

Do not close the menu in mobile mode help!

I'm doing a single-page website where there are anchor points and so on that when selecting a menu option, go down to where the content is (until then everything is fine) but the menu does not close and does not let me see the information. I...
asked by 12.10.2018 / 05:50
1
answer

Link a different component per dynamically generated element

I have been trying for a long time to make a ng repeat that for each repeated element insert a component, I was inspecting with track by $ index, but I do not succeed. my code is this: html <div class="benefit" ng-repeat='benefit in $ctr...
asked by 12.10.2018 / 07:08
1
answer

Improve table look with jquery

I have the following code in head to give a better appearance to my table but some reason does not work, the table stays like this, what can it be? <head> <meta charset="UTF-8"> <title> Tabla PHP </title> &...
asked by 19.10.2018 / 06:48
1
answer

css classes included in browsers

Do browsers have default style sheets that I as a programmer can use? Something like for example <span class="chrome_header_default"></span> I have searched the network and I have only managed to find the default styles that...
asked by 19.10.2018 / 03:38