Questions tagged as 'html'

2
answers

iCheck Installation

I can not do iCheck work I installed I include the css and js files in my index and even then it does not work the checkboxes and the radiobuttons continue the same thing, can anyone help me please .. In my head it's like this <link...
asked by 20.11.2015 / 20:30
0
answers

How to display all requested JS code by an iframe?

I want to display a iframe with an external page and then show in a textarea all JS code requested by the iframe in question. I have two problems: the first is how to know all the requests that iframe made, and the...
asked by 28.10.2015 / 16:34
0
answers

Method to protect IIS from hotlinking

There is some efficient method against hotlinking for IIS. I tried two but they did not work. <!--Método 1--> <rewrite> <rules> <rule name="Blacklist block" stopProcessing="true"> <match url=...
asked by 18.09.2015 / 18:24
1
answer

Send signed email using an image

Hello! I have a function in a file of a website in wordpress that triggers a confirmation email when a person fills out a form. But I would like to put a picture as a signature for this email. but when I include an html img of the conflict and t...
asked by 24.03.2015 / 21:45
1
answer

Menu with space between li's [duplicate]

My menu has spaces between li's. I'm using a reset css, but even though I do not need it I've tried to put margin: 0; and padding: 0; on ul and ul li and it did not work, if you can help me I appreciate it. Here is the code: link     
asked by 22.11.2016 / 14:33
2
answers

Is there a way to open an HTML page within a modal? As?

I have the following code that opens a modal: <div class="uk-modal" id="new_task"> <div class="uk-modal-dialog"> <div class="uk-modal-header"> <h3 class="uk-modal-title">{{ newTask.name }}</h3...
asked by 04.10.2016 / 12:26
2
answers

Fit image inside the canvas

I have a page that allows you to insert an image inside the canvas element and it works perfectly. Now, what I need is a way to limit the positioning of the image inside the canvas, not allowing any remaining white space, regardless of the po...
asked by 28.06.2017 / 16:16
1
answer

Hover Effects Interference

I am facing a strange problem. I have some links to social networks with border-radius and with hover of edge rotation, as in the image below: WhenIgivehovertothesesocialnetworklinks,adivthereonanotherpartofthesitelosesitsborder...
asked by 16.01.2015 / 16:24
3
answers

How to make an Inverted Border-Radius?

I was testing border-radius and I got a debt ... Is there any way to with CSS invert the radius of curvature of border-radius ? This is the shape shape I would like to get Butfromthedocumentationitseemsthatborder-radiusdoesno...
asked by 02.08.2018 / 19:27
3
answers

How to insert an element between two elements?

Explanation: I have a <div> parent that contains two <div> daughters, however I would like to insert a <table> using javascript, between, that is, in the middle of these two <div> daughters...
asked by 19.02.2014 / 20:49