Questions tagged as 'html'

1
answer

Dropdown nav, with menu and submenus centralized: what error am I committing?

I'm having a small problem centering a submenu from a dropdown menu. The following example is fairly simple, but it illustrates my problem well: <ul id="menu"> <li>Menu1 <li>Menu2 <ul> <li...
asked by 11.09.2014 / 02:19
1
answer

How to redirect form to a verification code?

When the user clicks "Sign up," the service asks you to enter the security check words. If you can not read what is written, you can click on the "Try different words" link, or you can hear the words by clicking on "a sound captcha".     
asked by 02.10.2014 / 05:45
2
answers

View in browser pdf file with url in database

Hello! I have an application that uploads the PDF file whose url is saved in the database and the file in a folder. By clicking the view button the pdf file opens in the browser. <a href="view.php?id= NÃO SEI O QUE COLOCAR AQUI"><butt...
asked by 21.06.2017 / 00:48
1
answer

How to level the columns in HTML / CSS?

Personal. Beauty? Next, I'm starting to make small sites and would like to know how to level the columns (divs) of this site: link The images should be flush to the top, but they are flush at the bottom of the page. How do I solve it?...
asked by 01.05.2017 / 23:38
1
answer

How to create a 3D object [closed]

Hello, I'm thinking of making a website that is set on a single screen. When clicked in the options menu, the screens would appear as a slide, similar to what happens today on Android systems, in the application menu. Being that each such film...
asked by 26.04.2017 / 16:42
0
answers

Overwrite an html code from an Android Studio webview

I have a java code, where the function is simply to generate a web page with the basic navigation functions, what I want is to change a part of the html code. html code: WhatIwanttochangeinhtml:<tablewidth="match_parent" class="mSimple...
asked by 28.12.2018 / 19:48
1
answer

page orientation with a dropdown menu

I have on a page of my site a dropdown menu with a list of rock bands. When you click on the menu it "drops" down showing the list, clicking on some band in that list it closes that menu dropdown and brings in a div down t...
asked by 26.09.2016 / 14:26
1
answer

Error in html file

I'm trying to make a form in html where it gets a person's name and gender, and make comparisons to see if the past age is greater than the age that is currently in the textbox. man), if any, will pass the age that was passed in the textbox to o...
asked by 25.10.2016 / 01:18
2
answers

Identifying a page exchange in a PHP web system [closed]

When the user enters a certain system page, I update the database, but when the user exits the page I need to pick up the event and do another update, I can not figure out what the event is. user exit the page and go to another, I am using php o...
asked by 23.11.2016 / 11:18
1
answer

Responsive footer content

I would like help in my code to make the "content" columns of the footer responsive. Here is the code below: *{ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; margin:0; padding: 0; } *....
asked by 15.11.2016 / 15:51