Questions tagged as 'html'

1
answer

html with jquery (tabs)

I have a problem getting the tabs up and running. The names of the tabs appear to me but not as they should appear inside a rectangle. because then I want to put the php data in there link PS: I have this code above but I lack a piece...
asked by 14.04.2014 / 13:00
1
answer

Placing tabs inside a form

I have an html document with tabs. This is OK. Now, inside one of these tabs, I have a form, where I put my controls. I could not put inside this form more tabs, so that would have a document and inside it two tabs and within these tabs, but con...
asked by 24.06.2014 / 23:18
2
answers

How to modify the input file path?

Good evening, I have a file-type field, when I click on it it opens a dialog box so I can choose a file from my computer. My question is this: Instead of choosing a file from my computer, I would like to choose a file that is inside a cert...
asked by 24.06.2014 / 01:06
1
answer

Force import of css and js into site pages

<nav class="navmenu center"> <ul> <li class="first scroll_btn active" onclick="atualizarPagina('Home.htm');"> <a>Home</a></li> <li class="scroll_btn" onclick="atualizarPagina('Empresa.htm');"&...
asked by 25.06.2014 / 14:37
2
answers

Do you have a reset when accessing the page?

I would like to know if you can run <input type="reset"> when you access a page, without clicking any button!     
asked by 27.06.2014 / 16:44
2
answers

Global angular variable problem

app.controller('controllerPrincipal', function($scope, $http){ var resultado; $http({method: 'GET', params: {id: 2}, url: 'url'}).success(function(data) { // limpando o retorno var p = data.search...
asked by 31.03.2014 / 22:15
2
answers

Table being rendered by Firefox with different border thicknesses

I'm having a problem specifically for tables rendered in firefox. I need to use the border-collapse property in my tables to join the borders of the cells. But when firefox renders the table, the edges are different thicknesses as shown below....
asked by 04.04.2014 / 16:13
1
answer

Is it possible to customize the Apache directory?

Is it possible to customize the Apache directory where the files sent to the server are listed?     
asked by 06.05.2014 / 23:36
1
answer

Connection with MySQL in Roundcube

Roundcube is a free software webmail. I need to implement an HTML class to connect Roundcube with MySQL database. I have a file that is in skin / larry / template / login.html, the idea was to change the login page. Write the entire page...
asked by 08.05.2014 / 21:27
1
answer

Using 'hide' and 'show' in a div

I have a div that when I click on it it shows and hides an ul. With the code like this: <ul class="homeMenuItens"> <li> <div pagina='/produtos/incendio' class="homeMenuPai">Incendio</div>...
asked by 08.05.2014 / 20:06