Questions tagged as 'html'

1
answer

Move Images with Javascript

I would like an example of how you could move an HTML image using JavaScript. For example, the image is in a position, when touching a button it moves. Thanks!     
asked by 05.07.2016 / 17:28
3
answers

How to animate an anchor call?

The links are inside a div and the buttons that call them are outside this div, everything is working, I would just like to put an animation in this transition. P.S. The transition is horizontal. <style type="text/css"> html, bo...
asked by 28.06.2016 / 22:01
2
answers

How to use float: left correctly?

I've been using heavily float: léft; lately, but there are times when it does not work as I expect. Example: (image1)Noticethatamarginappearsthatshouldnotbehere. (image2)Themarginadds,butsinceithasnofloattheotherdivisonthebottomline.Thep...
asked by 05.06.2016 / 00:42
2
answers

How do I show the notification when it is missing -30 days to the expiration date

I have this condition to show the notification when the expiration date is missing 30 days, but it is not doing what I want. Anyone have a better idea? {% if entity.isExpired %} strong>Alerta!</strong>O produto com o código...
asked by 08.05.2016 / 22:53
2
answers

HTML within a StringBuilder

I have HTML where I am formatting it inside a StringBuilder , where there are "quotation marks" I am passing a slash, but it is not opening the correct HTML. public string CorpoPaginaHtml() { StringBuilder corpoemail...
asked by 21.03.2017 / 18:44
2
answers

How do I resolve the "Notice: Trying to get property of non-object in" error?

I have an administrative panel and in the page of edit the user I receive the data by the form and do the update in the table so that always returns the message of    error Notice: Trying to get property of non-object in C: \ wamp64 \ www \ s...
asked by 27.03.2017 / 01:24
2
answers

Duplicate multiple Table Records at once

I'm developing a payment system for my company where there are two different types of accounts. (Eg IPVA, Pen-Drive, etc.) and Fixed (eg Electricity, Water, Telephone, Internet, etc.); I have a table where only accounts with their type = 'fix...
asked by 12.04.2017 / 21:18
2
answers

Effect of pie div

Well, I have a% d of% that has box2-1 at 100%. I want to create a% div of% that has width in 100%, but that maintain the background with two colors, to have an effect of a pie div. Can anyone help me? Follow the code. The proble...
asked by 20.04.2017 / 15:52
1
answer

Share the content [closed]

Good afternoon, in my html project, I put a button that when it clicks it shares in whatsapp with the title that I put, I wanted it to share and it would appear my content, showing the title, the description ... equal to globe when you share in...
asked by 16.08.2016 / 19:58
2
answers

I can not break the line using JavaScript

Good morning, I'm having some difficulty trying to break a line using javascript's [b] \ n [/ b]. The code is working perfectly, what happens is that at the time of displaying, it looks something like this: My nick: Vinicius How I discovere...
asked by 27.08.2016 / 17:33