Questions tagged as 'html'

1
answer

Problem with footer [duplicate]

Oops,couldanyonegivemestrength?IhaveaproblemwiththefooterofasitethatIamcreatingitisnotgettingatthebottomofthepageitgetsawhitepartbelowitevenbeing100%ofthepage.thehtmlcodefromfooter:<footer><divclass="direitos"> <div clas...
asked by 26.12.2017 / 18:38
1
answer

Range: change progress bar color in chrome

In firefox it is possible to change the bar color using: ::-moz-range-progress . Is there any way to do in chrome as well? HTML <input type="range" class="bar" min="1" max="100"> CSS .bar::-moz-range-progress{ backg...
asked by 26.12.2017 / 19:40
0
answers

background menu

Take me another question that I'm having? I'm trying to add a background but it will not at all the only way it appeared was by creating a new div c name background. look how is the html code: <!doctype html> <html> <head> &l...
asked by 24.12.2017 / 00:58
1
answer

Body scrolling even with page up

Help me! I'm developing a layout like you can see, and even with nav overlapping body , when I roll the page in nav , body scrolls. Can you help me? I would like nav to have 100% height and that when I try to...
asked by 26.01.2018 / 16:40
2
answers

Execute PHP function within onclick or href [duplicate]

I have a logoff system, and it works, but, I did not want to run it by using URL: $logoff = filter_input(INPUT_GET, 'logoff', FILTER_VALIDATE_BOOLEAN); if($logoff){ unset($_SESSION['userlogin']); session_destroy(); header('Locati...
asked by 14.12.2017 / 12:24
1
answer

Help with bootstrap grid system

I am studying Bootstrap and would like to ask a question, I did an experiment here and would like to know how to do when it is minimized to cel, how to automatically align the grids, when minimizo it overlaps my section, unless that I put the di...
asked by 18.01.2018 / 22:04
1
answer

Tables materialize

Does anyone know how I can make this table aligned with the white part of the background? I'm using materialize. Picture of how she is. Tablecode<divclass="row"> <div class="col s12 m12 l12"> <div class="box">...
asked by 18.01.2018 / 02:08
0
answers

Problem with a modal button

Well, I have a problem I made a modal button, but it is only opening the first photo, the one of the client 1, the other 3 (client 2 3 4) nothing happens qnd clicks .nav.nav-justified > li > a { position: relative; } .nav.nav-justif...
asked by 19.01.2018 / 03:17
1
answer

I can not get the horizontal submenu

I have the main menu horizontally and then I wanted my sub-menu also horizontally but I can not. My code: .menu ul li{ background-color:; /* muda a cor da barra */ float: left; /* ficar horizontal */ w...
asked by 17.01.2018 / 15:34
1
answer

Does not trigger the video list when I click

I can not trigger youtube video through these codes. When I click on the button fa fa-play it does not give anything. <div class="container"> <div class="vc_row vc_row-fluid"> <div class="wpb_column vc_column_con...
asked by 07.01.2018 / 17:09