Questions tagged as 'css'

0
answers

slide with thumbnail images of the database [closed]

I'm developing a mini shop. I would like help to create a slide by taking the images from the database, so that they are list formatted and when you click any one of them, that the selected image appears in another div. And so on with the others...
asked by 10.05.2018 / 04:40
3
answers

spans block does not fit the size!

I have the following code: $(document).ready(function(){ function animaTextos(){ var interval; var contador = 1; var funcao = function() { var corrente = $('div.slider ul.slide li').length; if(corren...
asked by 10.05.2018 / 19:53
0
answers

Problem with navbar bootstrap 3

Person, good night! I have problems with the styling of the icon-bar. Part of the code contained the search form, so I removed it. And in the search it contained the navbar-left With this removal broke part of the code, according to image when...
asked by 12.05.2018 / 23:44
1
answer

Custom link in an html email

I'm preparing an html and I want to customize the link with the hover event, but I did not succeed. <a href="http://www.teste.com/" target="_blank" style="color:#929292; text-decoration: none; display: block;">Acessar</a>     
asked by 28.05.2018 / 06:11
1
answer

Problems identifying cell phone screen with css

I'm trying to mount a responsive login box. Where it has .css for monitor screens and another for mobile. The problem is that the cell phone is not working. I test the following: @media only screen and (max-width: 550px) { If I...
asked by 14.12.2016 / 21:39
1
answer

Implement a specific size for a div

I'm wanting my table to be the same size as the div containing my iframe. It is possible? If so, what am I doing wrong? obs: I am putting in the post the parts of my code that affect the div that contains the iframe and my javascript implemen...
asked by 05.05.2018 / 18:49
1
answer

Div on top of image

I'm trying to put a div over the image, this div will be a white container with a certain height and width, inside that container, it will contain a title and a paragraph. Below I leave the section where I want to make this container, the div...
asked by 05.05.2018 / 13:59
1
answer

Night Mode html css js

People, I found an API on the internet of a switcher that changes the theme of the page when clicking the button, but I'm not able to make other divs change color too, just the body that changes color, please help me. I tried to change the theme...
asked by 15.05.2018 / 01:37
2
answers

Menu menu is not working when I click on toggle-btn

Menu menu is not working, when I click on toggle-btn it is not calling my menu-config, it is not appearing function toggleSidebat(){ document.getElementById("menu-config").classList.toggle('active'); } *{ margin: 0px; padd...
asked by 15.05.2018 / 15:55
1
answer

Resize img within a div

Hello, I have a site that has posts ... and in some posts I put images in them, however these images are not responsive! and there is no way to change her class to a responsive class ... because these posts are taken from a database for $ variab...
asked by 19.05.2018 / 01:34