Questions tagged as 'html'

1
answer

how to put text in a while in php only once

I have an image gallery made with fancybox that all the images that appear come from the database. the gallery is something so . I have this: <div id="exterior"> <?php $con = mysqli_connect("localhost","root","","gibellin...
asked by 30.11.2015 / 18:34
1
answer

Error with CSS application

I'm using Adobe Brackets for the first time, and I'm applying a style in CSS in a Small "Project" in Html, but unfortunately it's not generating results related to CSS.     
asked by 25.01.2016 / 04:27
2
answers

Mask in html field does not work

Good afternoon, I have a page in my application to register clients, nothing out of the ordinary. In this page, I have some fields (cif, rg, phone, telephone_2, etc.) that when typing are formatted with javascript with the following functi...
asked by 22.01.2016 / 20:57
1
answer

Scrollbar does not descend to the end

I have a side menu that has a fixed position , if the screen resolution decreases, the scroll bar does not scroll down to the end, like this: Currently I make this bar using the overflow property of css : overflow: auto;...
asked by 26.01.2016 / 20:05
2
answers

Height 100% in Side-Bar

Good evening, friends, I'm setting up a learning-focused project, my project basically consists of an Administrative Panel Layout, where it has a side menu on the left, and the content on the right. I'm using to format it HTML, CSS (Bootstrap...
asked by 04.02.2016 / 21:30
1
answer

Print Content That Has Several Canvas

I'm making a website where you have a painting to color a drawing. After much research I was able to paint a certain area of the canvas drawing. Now I want to do a function that prints the drawing I made. I'm trying to do this:...
asked by 28.10.2015 / 16:48
2
answers

build a conditional using object

Is it possible to create a conditional by assigning the conditional within a value? I did it the way it did, but it did not work: HTML <input type="radio" name="pg1" value="SIM"> TESTE <BR/> <input type="radio" name="pg1" v...
asked by 23.10.2015 / 17:56
1
answer

Coloring Canvas Design and Enlarging Painting Area

I have a type of entertainment on a page where I choose a drawing that is placed inside a% color%. I already have the brush and the colors. But I want something that does the bucket function that paints an entire area. Click on the bucket,...
asked by 26.10.2015 / 18:41
1
answer

Hide element after it has been loaded onto the page

I have on my page the following google script: <body> <!-- Google Tag Manager --> <noscript> <iframe src="//www.googletagmanager.com/ns.html?id=GTM-abcdef" height="0" width="0" style="display:none;visibility:hi...
asked by 09.11.2015 / 15:55
3
answers

How do I unselect checkboxes when only one is selected?

I have nine checkboxes on my page. <input id="chkCamp1" type="checkbox" style="margin-left: -25px" onclick="showMe('optCamp1', this)"> <input id="chkCamp2" type="checkbox" style="margin-left: -25px" onclick="showMe('optCamp2', this)"&...
asked by 23.10.2015 / 13:41