Questions tagged as 'html'

1
answer

Variable PHP counter

Good people, I have a form in a PHP file to populate a ranking table. And I wanted my form to ask something like "Athlete number in position
asked by 17.06.2015 / 16:03
1
answer

Input with multiple HTML values

Well, my question is the following would it be possible for me to have a radio input with for example the values: Portugal Spain France Brazil, Germany And the person can select 2 options or later when it is passed to PHP had 2 values?...
asked by 18.06.2015 / 04:27
2
answers

Change hidden field in form

I have two hidden fields inside a form, they must store the values of a radio button and the selected checkboxes (150 checkboxes), I was able to make the first hidden field load the value of the selected radio button but I could not make the tha...
asked by 15.01.2015 / 16:40
1
answer

Image Positioning

I'm having a problem positioning images in a website I'm developing. Some of them apparently are not fitting into a line, in this case, I placed 4 per line. I made a few attempts, created a div that accommodated the entire contents of the image,...
asked by 13.01.2015 / 17:33
1
answer

Change Lightbox Cursor Position

I'm using a lightbox plugin to make the lightbox effect, and I need to make some visual changes, such as the visuals of the cursors and their placements. I changed the close from him to the top and changed the colors of the arrows, now I'...
asked by 08.09.2014 / 18:08
1
answer

What is the best way to add a dynamic banner to another site?

The situation is as follows, I am developing a system where users can create dynamic and customized banners with our products and display on their websites. The data of each banner created is in our database. What I'm finding difficult is to dis...
asked by 26.01.2015 / 14:19
1
answer

Problem with accentuation HTML and MYSQL

I'm having a lot of problems with accentuation, first of all, I'm using WAMP Server. The charset of my site is UTF-8, that's why ISO-xxx ... it simply unconfigures all the accentuation of the HTML page, in other words, I have two fields in MySQL...
asked by 26.01.2015 / 18:04
1
answer

Measure distance between polygon points SVG

I created a very simple% color with a triangle. <svg class="triangulo" height="210" width="500"> <polygon points="200,10 250,190 160,210" style="fill:lime;stroke:purple;stroke-width:1" /> </svg> And what I want to know...
asked by 23.08.2014 / 19:26
3
answers

Trigger an event using pure JavaScript

I would like to know how to dispatch an event using JavaScript. I tried using the following code: var atual = document.getElementById('teste'); atual.addEventListener('mouseover', function(){ alert('HUE HUE HUE BR') }); atual.dispatchEvent('mo...
asked by 22.08.2014 / 19:44
1
answer

Vertical wrap instead of horizontal

When the content of a series of HTML elements with display inline does not fit into a fixed-size container , it is normal for content to be broken as text. That is, from left to right. Something like: div1 div2 div3 div4 div5 (quebra) div6...
asked by 04.06.2014 / 16:35