Questions tagged as 'html'

2
answers

transition navbar semantic-ui

I want to create a transition in navbar (menu), when I scroll the page scroll, I do not know the name of the effect but it's this one (it just rolls down and the navbar is solid with a white background, or roll up it dissolves with a fade out...
asked by 16.01.2018 / 20:01
1
answer

Effect: focus overlapping: active

I can see the effect of :active even though I have :focus? I'm trying here but when I click on the element the effect of :active is not shown jumping straight to :focus . .btn{ color: black; background-colo...
asked by 18.01.2018 / 01:43
3
answers

How to prevent background scrolling when opening a modal window with javascript?

How do I get the background to stop scrolling when I open my modal window? I already tried some options with javascript but all continue scrolling. Follow the code: HTML: <div id="openModal" class="modalDialog"> <div class="b...
asked by 17.01.2018 / 19:07
1
answer

print div content on another page

I have a php page that receives values from a form (post) and wanted to print those results on paper. It turns out that by clicking the button the value in textarea does not appear in the printout. On the source page I have this form with...
asked by 03.11.2017 / 21:25
2
answers

how do I capture the value of this input when I click enter in the input and without using form?

How do I capture the value of this input when I click enter on input and without using form? input , shown below: <input id="searchinputid" type="text" class="searchinput" name="txtbuscan" placeholder=" Search..." onkeyup="showUs...
asked by 03.11.2017 / 17:20
2
answers

I would like to know how to pass the value of a radius via post with ajax or jquery

I needed help to pass any value of one of these inputs via Ajax or jQuery: <input type="radio" id="valorum" name="valor" value="38,70" ></br> <input type="radio" id="valordois" name="valor" value="71,40" ></br> &...
asked by 30.10.2017 / 21:02
1
answer

How to leave the header of a fixed menu

I have the following menu: How do I do when I click on a link it opens the content under the menu, always leaving it fixed? <!DOCTYPE html> <html> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4...
asked by 30.10.2017 / 20:05
1
answer

How do I keep the input date bootstrap on the page?

I implemented the "date" class of Bootstrap 3. When the page is accessed, the field is rendered normally, but at the end of the page load the input text and the calendar icon simply disappear. Inspecting the element, the div tha...
asked by 02.01.2018 / 11:41
1
answer

As the second cell of the last column?

Opa galera, blz? How to align this table? It is giving a stick here the Browser is not recognizing that it has 8 lines, and with this it is playing the second cell to the right. <table class="table" width="100" style="width: 100%!important;...
asked by 30.10.2017 / 23:21
2
answers

Input not being checked via php

I have the following input : <input type="radio" id="isgift0" name="isgift" value="0" class="arredondado" <?php if(Mage::getSingleton('core/session')->getInputMensagem() == 1){echo "checked='checked'"} ?> /> Trying to...
asked by 29.12.2017 / 20:48