Questions tagged as 'html'

1
answer

Nest tag ul in another tag ul with foreach

I have this foreach, which I did with your help here at SOPT. I made it work, but it worked. Only I did it with just one knot. What I'm going to need is this. I have a parent node, inside that parent node a child, inside the child a grandson and...
asked by 16.09.2014 / 15:29
1
answer

How to mark a specific item in a CheckBoxList with jquery

I have seen several examples of how to mark and unmark all, but I have not seen how to mark a specific, see: <asp:CheckBoxList ID="ChkAcoesListarGrupo" runat="server" RepeatDirection="Horizontal" Width="100%" >...
asked by 21.12.2018 / 13:57
2
answers

Alignment of images inside the box

I have a 'box' where images are loaded, all the boxes have the same size, this size is: width:700px; height:575px But not all images have the same size, that is, their sizes vary and can reach the maximum measures of the box to which it is...
asked by 24.05.2014 / 07:21
1
answer

Change the checked value of an input type = 'radio'

I have two radio inputs <input id="tab-1" type="radio" value="juridica" name="tab" class="sign-in"><label for="tab-1"class="tab">Jurídico</label>...
asked by 07.12.2018 / 15:18
1
answer

How to display the hidden div after reloading the page?

Hello, everyone. I'm developing a page where there is a hidden button that appears after a certain time. My code: HTML: <script src="https://f.vimeocdn.com/js/froogaloop2.min.js"></script><divclass="diminuir-video" styl...
asked by 06.12.2018 / 17:21
2
answers

Image opacity linked by CSS

Is there any possibility of giving attributes to a linked item via CSS? #content-homepage { background-image: url(../img/back.jpg); } I wanted to decrease the opacity of this image     
asked by 07.12.2018 / 04:19
1
answer

preventDefault does not work in Browsers for Mobile

In computer browsers I can prevent the standard anchor action normally, but when I use it in most mobile browsers it does not work. I need to click on the link the browser does not point to the URL of the link, just show in an alert what is t...
asked by 06.12.2018 / 20:36
2
answers

How to configure menu to direct the user to the exact point defined in href="#"

How to configure a menu so that when clicking on an item, you direct the user to the exact start point of the section related to the item clicked? The problem is that when I click, it directs to the beginning of the paragraph tag instead of t...
asked by 11.12.2018 / 17:38
1
answer

How do I insert anchors to my page?

I have a page called noticias.html with several news divided in several articles, but only the links of this part that is written "CONTINUE READING ..." I would like to make when clicking on this part the news will open all with the res...
asked by 12.12.2018 / 00:05
2
answers

php / html Insert multiple data with the same information

I'm in need of help because I'm a bit blocked on this issue. I have a form where I put information about a worker. Now I want to change this page to be able to insert several workers. At most up to 16 workers. Page 1: <form method="p...
asked by 11.06.2014 / 16:39