Questions tagged as 'html'

1
answer

List of Items with checkbox

I would like to know how I can complement the code below to work as follows: when marking any item in the checkbox, enter in the case a number indicating the order of its marking with the number appearing in front of the text next to the checkbo...
asked by 31.07.2015 / 15:35
2
answers

How can I make this div disappear?

I'm a beginner, and I'm creating a personal website. In it, I want to put a style of modal with a product to buy. I was able to find something that at least looks like modal , but I'm having problems. I wanted this mode to appear...
asked by 30.04.2015 / 02:15
1
answer

Drag div into another

I wanted to do a volume controller, I already did css, php, html, but js and jquery are missing to finish. I wanted the ball to drag inside the .controlar CSS: .bola { width: 10px; height: 10px; } .controlar { width: 100px; height: 10px; }...
asked by 23.07.2015 / 23:43
1
answer

How to save an image generated by php gd?

I'm trying to use jcrop + php gd to make image cuts and save in another directory but I do not know what the problem with my code is: <?php if ($_SERVER['REQUEST_METHOD'] == 'POST') { $targ_w = $targ_h = 150; $jpeg_quality = 90;...
asked by 21.07.2015 / 17:40
1
answer

Search SQL database in a text saved by TinyMCE

I'm using TinyMCE for text editing on my site. When I search for a word with an accent. Eg: análise , the query does not count because the bank is saved in HTML an&aacutelise . I'm using ASP.Net MVC with SQL Server.     
asked by 17.08.2015 / 17:21
1
answer

CSS Menu disconfigured mobile

When the site is responsive the menu is with that button to open a menu. The problem I'm experiencing is the CSS issue of it. It should have a cute style, stay in block , but it stays that way: Idonotknowwhy,thecodelookslikethis:...
asked by 16.05.2015 / 09:57
1
answer

Questions about JavaScript and HTML

* HTML code * <div id="apresentar"> <img src="img2/fechar.png" class="fechar-foto"> <div id="foto-grande" ><img src="" width="100%" height="100%"><p></p></div> </div> <header&...
asked by 14.05.2015 / 19:44
2
answers

Countdown, divide time by div

I needed some help with this countdown system of how I could split the | DAY | TIME | MINUTE | SECONDS | on each div Example: Div day would show the day Div time would display the time Div minute would show by the minute Div secon...
asked by 16.10.2015 / 06:05
2
answers

Scroll scroll to button

I need to make the user click on div with class panel-heading ( h2 ), scroll the screen to the sitebusca.html/ link. How can I create this code? HTML: <div class="panel panel-default pulse animated"> <...
asked by 07.04.2015 / 05:21
1
answer

Fixed Bar at the top

Hello, I would like to put a black bar at the top of my page, but I can not do it. Does anyone know how to do it ??     
asked by 02.03.2015 / 18:45