Questions tagged as 'html'

2
answers

Group independent websites into a single WEB type FRAME [closed]

I have 3 different web templates each with their respective assets (css, js, etc.). What I want is to join them in one, I was trying with frames but it does not work out because the window starts. Try PHP saving each web into a variable with a p...
asked by 21.11.2016 / 05:57
1
answer

php dom add an item

Hello friends, you could help me with the following. I have that HTML code: <figure class="class"><iframe src="src" width="xxx" height="xxx"></iframe></figure> But I want to add a iframe more so it looks li...
asked by 27.02.2017 / 23:35
0
answers

move the dropdown button from the right to the left [closed]

How can I move the dropdown button that appears on the right of the dropdown menu, to the left     
asked by 28.02.2017 / 16:08
1
answer

Modify element ranges of MarkerClusterer v3 Gmap.js

Query: I need to modify the ranges of elements that are grouped in MarkerClusterer, so that when the color clusters appear (which in the end are images that I set myself), each one represents a number of elements determined by me, and not the on...
asked by 15.11.2016 / 15:21
3
answers

Remove Scroll in bootstrap

I'm using bootstrap, I have a modal window to which I want to remove the scroll, but I can scrole! I just want it not to be in view. I have this modal inside another modal window.                                                                  ...
asked by 17.11.2016 / 22:09
1
answer

Error with Font Awesome in Laravel

I'm making a website with Laravel . But when I add the icon library Font-Awesome , the iconos do not come out and I get this error in console: What can be the error? The css and the fonts are inside t...
asked by 08.11.2016 / 18:42
1
answer

Div format for list

I'm trying to be able to make a format for a list that will be generated by a ng-repeat . I want to get something like this (Beforehand I ask for forgiveness for my design, it is that I am pesimo in css xD) Where those circles wil...
asked by 05.05.2017 / 17:14
1
answer

Convert a pdf to tiff using tesseract

I need to convert a PDF file to tiff using the library Tesseract.js The application will be in HTML and JavaScript, what I intend is to choose the PDF and at the same time convert it to tiff, what I have for now is the following. <!DOC...
asked by 15.12.2017 / 00:08
2
answers

Window event, when you do not click on a div disappear (Javascript)

Each time a button is clicked, a <div id="fondonegro"> appears which contains menu type information. When you do not click on <div id="fondonegro"> that makes a display:none with Javascript. It is a duplicate...
asked by 13.03.2017 / 20:32
0
answers

Problems with special characters in Highcharts and json

I have a datos.json file that contains data in Spanish with accents and other special characters. When using it in a Highcharts graphic, it displays the accents and eñes with question marks. Needless to say, the .html file contains a...
asked by 12.12.2016 / 15:02