Questions tagged as 'html'

1
answer

Php Extracting items from a list

How do I stop extracting items from a <table> using php?? The situation is as follows: $ch = curl_init(); curl_setopt($ch, CURLOPT_URL,"url_onde_pego_os_dados"); curl_setopt($ch, CURLOPT_RETURNTRANSFER,1); $result=curl_exec ($c...
asked by 22.09.2018 / 19:43
1
answer

Use variable angularjs in iframe

I know there is a question similar to mine, however the use was different and did not work the example that was mentioned. I need to get a variable from my database that has the url and pass to be shown in the iframe. Here is the whole cod...
asked by 21.09.2018 / 07:07
2
answers

Div fixed behind the others

Hello, the first div of my site has the fixed position ( position:fixed ), and when I roll down, it stays behind the other elements, like images and etc. Does not work even if I put position:absolute or position:sticky , can an...
asked by 29.09.2018 / 04:30
1
answer

Problem with jQuery addclass and RemoveClass

Speak up, I'm having trouble using addClass and Remove Class in jQuery. I need the class="lala" section to click on it, it will disappear and appear at class="video" . I need the class "video" to occupy the same space as the class "lala"...
asked by 25.09.2018 / 19:01
0
answers

How do I set the dropzone JS to receive an image just by typing the CTRL + V, so that it accepts text and images together?

I was observing the outlook and the edit field of the email receives images via CTRL + V, searching I found that this would be a dropzone component. I would like to know how to configure. Below the example of Outlook.     
asked by 25.09.2018 / 21:05
1
answer

How to send formatted message from Html to Outlook via Form

I'm having a little problem, I'm trying to send via Outlook an email from a Send via Form, but when it goes to Outlook it all messes up:   "comment=ção são é é" . <form action="mailto:[email protected]" method="post" enctype="t...
asked by 17.09.2018 / 21:56
2
answers

Customize select option

Personal I'm trying to customize the options of the select however the colors of hover do not change always turn blue. Follow the code .personalizar-select{ border: 1px solid red; } .personalizar-option{ border: 1px solid...
asked by 13.11.2017 / 23:28
0
answers

Owl.Carousel action of NAV buttons

Owl.Carousel's duplicate gallery causes nav to move the number of galleries instead of 1 position at a time. The default Nav works by walking from 1 in 1 position. In the custom Nav, the number of tabs interferes with the floor of the...
asked by 18.09.2018 / 09:31
1
answer

How to leave several images responsive

section { font:bold; text-align: center; } h1 { font-size: 30px; text-align: center; color: #fff; } img { width: 233px; height: 302px; border-radius: 5px; cursor: pointer; -moz-transition: all 0.3s; -webkit-transitio...
asked by 18.09.2018 / 05:22
1
answer

How to create a filter with images?

I'm creating a project that lists several store images, I want to create a filter so that I can search the store name and just show it, or search the type of cuisine, distance and everything. I tried to use a jquery but it did not work if som...
asked by 18.09.2018 / 12:46