Questions tagged as 'html'

1
answer

Resize image with CSS

I have a question regarding image resizing in CSS. I have a 1920x1080 image. This image should be resized automatically so that it fits on any screen, but I can not do that. See this site: link At the top begins to pass a video, th...
asked by 04.07.2015 / 01:37
1
answer

How to know which is the first and last element with Jquery?

Good evening everyone. I have a doubt. I'm doing an image gallery and would like to know how do I know which is the first and last element. Type I have the right and left arrows for previous image or next image. Dai type when I get the last imag...
asked by 11.05.2015 / 02:41
1
answer

Make Submit text and image at the same time

Good night everyone, I have the following question, can someone help me do this (?): Make submit image and text at the same time when doing submit . My idea was to type="file" to make submit of an image be in id=...
asked by 26.04.2015 / 00:47
1
answer

Do submit with and appear JS dialog

<form action="" name="Insert" method="post" onsubmit="alert(1); return false;"> <a href="#" onclick="javascript:document.Insert.submit()" type="submit" >Eliminar</a> <form action="" name="Insert" method="post" o...
asked by 25.04.2015 / 17:01
2
answers

Images above the carousel

I'm not able to put the images above the carousel, I'm trying to put my remaining content above the car but it's not working, I've tried everything, but it's coming down. Follow the codes. Index.php <div id="middle"> &...
asked by 29.06.2015 / 20:40
2
answers

Add Header and Footer on all pages

I am creating a new version of a city guide portal, there are several pages and currently the staff uses the .shtml include: include virtual="../header.htm" include virtual="../footer.htm" Is there any other way to pull the header and f...
asked by 01.07.2015 / 14:51
1
answer

Filter table data through checkbox

I have the following checkboxes: <div class="row smart-form"> <section class="col col-1.5"> <label class="toggle"> <input type="checkbox" name="checkbox-toggle" rel="Natureza" value="Produtos">...
asked by 10.02.2015 / 16:02
2
answers

center form vertically to center

I'm finalizing a website and the form has to be vertically centered on the page. I have tried everything to have a margin in% but no technique works. I already bought % , I voted as absolute to top and nothing. I'll leave the beta...
asked by 04.02.2015 / 15:51
1
answer

Delete generated table and re-create with other data

I have this table which will be generated with values of checkboxes that I select. HTML: <table class="table table-hover" id="table"> <thead> <tr></tr> </thead> <tbody> &l...
asked by 05.02.2015 / 12:43
1
answer

Results in iframe

I want to show the results of the variable "date" in an iframe called "final.html", when I execute the code in the iframe it goes into a loop that results in an error. views.py def notification_html(request): data = _notification(request...
asked by 09.04.2015 / 12:10