Questions tagged as 'html'

1
answer

Strange problem with footer

I'm developing this site: link And I'm encountering problems with footer placement. I'm using twitter bootstrap (grid only) and SASS as tools. If you open the site, you will see that the footer is positioned above the article containe...
asked by 08.06.2014 / 22:40
1
answer

Effect images increase when the page loads

In this script the images increase but only as we scroll link The idea is that the page loads the images without having to do scrolling Images on my site are all in this code <img class='alignleft' src='URL DA IMAGEM' />     
asked by 31.05.2014 / 08:15
1
answer

Check alphanumeric characters in field [closed]

I'm having a validation problem in a text field. I need the field not to allow ALPHANUMERIC characters , this validation must be done with jquery .     
asked by 17.10.2014 / 02:55
1
answer

Open HTML with link using NSAttributedString

I get a similar HTML from the server: "<br>Dummy text<br>Click <a href="www.google.com">Here</a>" No Click Here should be possible to click and open in Safari. I tried to implement the following code: (being textMsg...
asked by 22.09.2014 / 15:42
1
answer

Importing the contents of a div from a site into my application

Well I want to get the contents of a "div" from a website to display it in my application, I've seen something about WebView, but I have no idea how to do it ...     
asked by 06.08.2014 / 03:25
1
answer

Boolean Array in Grid

Hello, I'm making a kind of simcity and had the problem that when I draw I could draw the road over again. So I solved this by creating a Boolean Array when drawing that area of the grid gets true and can no longer draw on it. But the problem th...
asked by 05.08.2014 / 23:53
1
answer

Play an audio every time there are changes in BD [closed]

I'm having problems with a page that reads the last values entered in the DB of a particular counter. The page has a section that is constantly refreshed (Scores) and the idea is to play a sound every time there are changes in the DB the problem...
asked by 05.08.2014 / 17:10
2
answers

How do I position two divs in relation to a third (fixed)?

I want two divs to fall below a third that has position: fixed , the problem is that these divs are behind the third, already tried to change the position of the two divs to relative, absolute and static, but it does not work. p> HTML...
asked by 20.06.2014 / 19:20
4
answers

How to change the color of only one element in a form-group with several others?

Hello What happens to me is the following: I'm using the Bootstrap Validator to validate the fields on my form. However, when you rotate the page, the fields are getting as follows. Note that the "Code" field is disabled. Only the "Social...
asked by 20.06.2014 / 17:01
1
answer

Automatically print image from web app (html, js and php)

Hello, I have a webapp where I take a picture with a frame for a badge and saved it on the server, however I had to send that image automatically, ignoring the prompt that comes up when we print something in the browser for example. > I tried...
asked by 04.04.2014 / 23:04