Questions tagged as 'html'

1
answer

to toggle divs by time or with click

I'm working with the following js: $(document).ready(function () { var allBoxes = $("div.boxes").children("div"); transitionBox(null, allBoxes.first()); }); function transitionBox(from, to) { function next() { var nextTo; if...
asked by 09.09.2016 / 11:43
1
answer

Blank space in header - caused by margin-top of ul

Edit : I just saw that it's the ul, but should not I leave the margin relative to the father? I'm doing something as simple as a header, but for some reason, entering a margin in the ul produces the margin outside the parent's contain...
asked by 18.11.2016 / 17:54
2
answers

Ajax - PHP - Error status change button

I have a table where I show users with a column / id of "state". Where you will have two values: color green (activo, estado=1) or color red (inactivo, estado=0) . I have the following code to change the state but it shows me the in...
asked by 14.11.2016 / 11:44
1
answer

Change effect of a font

I have a wordpress with a theme in which I want to customize a title that I want to be like this : But the source is like this : I have manually assigned the source that you use and other css effects: .text--superior {...
asked by 11.04.2016 / 21:51
1
answer

Load content from another page

I have a problem with an index.html page that loads content from another page using javascript. The issue is that in this second page single-project.html I have inserted a slider (bxslider) and when executing this page individually it works corr...
asked by 19.08.2016 / 02:29
4
answers

CSS generates a blank space

I am making a web page, in this case the layout , and I have a problem with the CSS since this generates a small blank space between the background ("wallpaper") and the footer . The code is as follows: * { margin: 0;...
asked by 13.12.2016 / 19:01
1
answer

DobleClick to Edit

I'm doing an HTML table which has the fields of: No., Name, Area, Position and Email, the only thing I need is to edit the rows that were already entered in the table, to edit them I want to doubleclick in the row , but the problem is that I edi...
asked by 19.07.2017 / 19:11
1
answer

CSS last: child does not work on my button

I have a series of buttons that when click display a text, each button has a border-bottom , I want to make all the buttons have that border minus the last one. This is my code: <div class="collapse-container"> <butt...
asked by 30.11.2018 / 05:51
2
answers

display html files from a directory in a php

I have a directory with html files that are articles (no header or footer, I want to show all those html files in a php called articles.php with a link to access them (the article.php file has a header and footer by require () Finally, what I...
asked by 14.07.2016 / 17:53
2
answers

Special ASPX or HTML tags?

I'm starting to design websites with asp.net in c #, so from the toolbox I have the graphic components as if I were designing a desktop app. When I drag a button, the code shows me: <asp:Button ID="Button1" runat="server" Text="Button" />...
asked by 01.08.2016 / 16:57