Questions tagged as 'html'

3
answers

Button and span logic from CSS

I have a button and a span from the following code: <div id="onestepcheckout-place-order"> <button type="button" class="button btn-proceed-checkout btn-checkout" title="<?php echo $this->__('Place Order Now')...
asked by 07.11.2017 / 20:42
1
answer

Change the visibility of a select

I have this form, where depending on what the person choose will appear another select for her to select, however that way I did, it is not appearing. Does anyone know if this does not work for select? because I have one to change the visibility...
asked by 20.11.2017 / 15:17
3
answers

Is it possible to remove all files in file explorer?

With accept I can set which formats are supported. <input type="file" accept="image/png"> It filters, however in the explorer it is still possible to select all the files as in the photo. Is it possible to remove...
asked by 08.11.2017 / 14:38
1
answer

Display div after a certain time, with setTimeout

I'm trying to put setTimeOut in div in javascript, but I can not do it at all! My code: <script language="JavaScript" type="text/javascript"> if(document.all){} else document.captureEvents(Event.MOUSEMOVE);document.onmo...
asked by 07.06.2015 / 03:24
1
answer

How to jump line with View Bag?

I have the following code public ActionResult Action1 { TempData["msg"] = "Essa parte primeiro.\n Essa parte na linha de baixo."; return RedirectToAction("Action2"); } public ActionResult Action2 { if (TempData["msg"] == null) { Te...
asked by 10.06.2015 / 15:59
1
answer

Like / Like Button

I want to make a button on my site with a counter next to it and I would like every time the counter to increase by 1 number. But I wanted to save that number of clicks on a file .txt on the server, and that everyone could click and see t...
asked by 10.06.2015 / 21:52
3
answers

How not to show img element where src is equal to null

I am making a system where the user can post images, texts, etc ... however in the system every image posted must be uploaded to the server and the user can delete them. With the deletion of the image from the server, the posts that contain s...
asked by 07.10.2014 / 01:37
1
answer

width 100% responsive bootstrap

I'm using the bootstrap for your fluid grid, I've used row-fluid out of container-fluid to run out of bounds. In the desktop resolution the footer is normal with the width 100%, but when it decreases the resolution it gains the mar...
asked by 08.10.2014 / 16:18
2
answers

Appear div to close just after clicking iframe

It is possible to have a div with a iframe and only after the user clicks on one of the links within iframe , would appear a div to say fechar and when the user clicked there, it closed to div fechar a...
asked by 03.02.2015 / 19:35
2
answers

Detect browser and redirect user

I have an animation problem in Safari and would like to know how to restrict the use of Safari of all versions without having to list one by one, for example if I were to redirect a version of < in> Internet Explorer would be: <!--[if IE...
asked by 05.11.2015 / 18:21