Questions tagged as 'css'

1
answer

How to make 3d div responsive with bootstrap? as if it had left the div?

I need the site to be responsive. I'm using bootstrap. Just the way it looks in the image below: ->myHTMLcode<-<divclass="col-sm-4 "> <div class=""> <img class="img-respo...
asked by 16.03.2017 / 22:54
2
answers

Increase the size of images in a virtual store

I wanted to increase these product images, I managed to increase the size, but it cuts part of the image in width and it gets poor, the arrangement of the images is very close together. Does anyone know how to increase product spacing? I do n...
asked by 11.01.2017 / 18:06
1
answer

CSS or JQuery - How to leave an entire page with pointer-events: none; minus such element

I want to leave everything inside the div .divGeral with pointer-events: none; minus the class .divnaomodificavel This is my code, below ... HTML: <div class="divGeral"> <div class="msgdeerro">Nom...
asked by 23.02.2017 / 03:16
1
answer

Error with custom inputs

Hello, I'm using a script to add input fields to a div: <script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script> <script type="text/javascript"> // Adicionar curso $(document).r...
asked by 22.02.2017 / 02:46
1
answer

Take animation out of the button and leave only the zip code field visible

I'm having a difficulty that I can not solve ... I do not understand much of JavaScript, so I decided to ask. I am editing this site in HTML: link And I want to take the animation out of the "Delivery Service" box and leave only the emai...
asked by 03.02.2017 / 16:56
1
answer

changing the css of pseudoclasses of elements with jquery is it possible?

I'm doing some testing with jquery , and I came up with the following question: Is it possible to manipulate pseudoelements of css classes with jquery ? $('#login_1').click(function(event){ event.preventDefault();...
asked by 02.02.2017 / 18:45
1
answer

Soft anchor inside a DIV

I have a OnePage page, with the menu fixed at the top. I've already been able to make the menu links, when clicked, roll smoothly across the page. My difficulty is to do the same thing inside a DIV that has OVERFLOW: HIDDEN. This is a menu on wh...
asked by 09.01.2017 / 00:18
2
answers

Error Menu Appears Slowly

So I'm having problems with if else and with hide (), show () I'm creating my portfolio and I want the menu to be fixed from scrolltop 70 and I want it to appear slowly Then I did the following if($(window).scrollTop() > 70...
asked by 09.01.2017 / 22:54
1
answer

How to put logo reponsivo in my site [closed]

Hello, I'm having a problem with the blog logo that after its update only it is not getting responsive. Iwouldliketoknowwhattochangeincss.Icouldonlyfind"logo" in the following codes: Thank you in advance.     
asked by 04.01.2017 / 20:57
1
answer

Text with 2 different alignments

.table, th, td { border: solid #000000; border-collapse: collapse; border-width: 3px; } .th, td { border-width: 3px; font-family: Open Sans; } <!DOCTYPE html> <html> <head> <link rel="style...
asked by 20.03.2017 / 17:27