Questions tagged as 'html'

1
answer

How to adjust span next to labels?

I'm wondering how to align spans alongside labels as an example: Mystufflookslikethis: Belowismyhtml: <!DOCTYPE html> <html> <body> <div class="outputs"> <ul> <li>...
asked by 29.05.2017 / 16:38
1
answer

Change url via .HTACCES

Sehores, good afternoon. I need to change my homepage to be a subfolder. I added the following code in my .htaccess file, but only worked for url without www , ex: dominio.com.br , redirects to dominio.com.br/webstore (corre...
asked by 29.05.2017 / 21:45
0
answers

Problem when submitting form with laravel 5.2?

I've developed a site in Laravel which has a problem with the form because it just does not work and does not display no error on the screen it simply has no action and the strange thing is that localhost the site works for examp...
asked by 01.06.2017 / 15:08
1
answer

DataTable sorting problem in the Brazilian standard of numerals

I have a problem, I bet many have already been through this situation. We know there are several format patterns in different countries, I'm using a well-known front-end plugin when dealing with tables, which is the datatable, and it has several...
asked by 26.05.2017 / 19:01
0
answers

Javascript function is not loaded with onload, but it is with onclick

In the page I'm developing I have this code that starts the menu of the site <section id="yt_menu" class="block" style="visibility:hidden"> I'm using visibility: hidden to leave the menu hidden by default, and would like to display...
asked by 26.05.2017 / 20:13
1
answer

Anchor and link in same href without losing effect

I'm having a problem, I have a javascript file that makes the scroll soft when clicking on an anchor, but I need this href to contain the anchor but also contain the link for when I'm on another page back to the one I want, already tried to do s...
asked by 05.06.2017 / 15:23
0
answers

How to redirect after login - Rails

Routes: Rails.application.routes.draw do get 'home/inicio' root 'login#new' scope "/login" do get "/acesso", to: "login#create" post "/acessorecebendo", to: "login#create" get "/sair", to:"login#destroy" end resources...
asked by 05.06.2017 / 18:55
1
answer

How to find out the value of a select that is pulled from the database

I am putting together a plan table TABLE , where the" JOIN THE PLANE "button changes the link according to the options chosen in the select. Two of the 4 select the user should select, are STATUS and CITY, these, not written in the select op...
asked by 24.05.2017 / 19:43
1
answer

Animation Slide to

I have a problem with the slide, it does the image transactions but when it arrives on the last it stops and does not go back to the first image It stops exactly in this image @charset "utf-8"; /* CSS Document */ #topo { ba...
asked by 24.05.2017 / 20:31
1
answer

How to automatically scroll in the page using javascript?

I'm developing a screen where I have a step by step and I use slideUP and slideDown to close and open the divs related to them. How do I scroll down the page automatically when I scroll down one?     
asked by 02.06.2017 / 15:39