Questions tagged as 'css'

4
answers

css does not work with div added with append

I have a list and I add the elements with the jquery append, and the elements of the list do not capture the css of my styles file, it simply ignores. Why? html: <ul id="list_arquivos"></ul> css: #list_arquivos{ list-st...
asked by 10.12.2017 / 15:52
2
answers

Div does not accompany internal bootstrap 4 content

I'm having difficulty making the internet content of my side menu follow my div, my menu has options that expand, when I open all the options the content comes out of the div, I would like the div to accompany the content. / p> Follow the code...
asked by 28.02.2018 / 21:30
1
answer

How to make a structure with divs of the same id

Well, lately I've seen in many templates, that a div with the same id, takes different places in space. I, as I have little knowledge of CSS, wanted to do something that looks like this: Thatis,adivwiththesameidtakes4placesontop,andinthe"5th...
asked by 04.11.2016 / 17:35
1
answer

Use bootstrap alert 3

I'm trying to use bootstrap alert in a project, but I'm having a hard time doing it, what I have at the moment is this: if (sNome == "" || sTel == "" || sCEP == "" ){ $("p.erro").html("Todos os campos devem ser preenchidos"); return f...
asked by 07.11.2016 / 12:18
2
answers

How to put frame in an image?

I'm trying to put a different frame in the image but it's not working, follow how I'm doing, I want the image inside the frame with a hidden orhtml<divclass="depoimentos__moldura"> <img alt="depoimento" src="img/foto-depoiment...
asked by 01.12.2017 / 12:48
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 to configure URL to centralize object

I made a navbar that when clicking on an item it redirects to the same page for a div that has the id attribute, but the site stays navbar over the text <li> <a href="#Especialidades">Especialidades</a> </li> Isi...
asked by 30.10.2017 / 22:32