Questions tagged as 'css'

2
answers

Switching between List and Gallery

What I want to create is similar to Grid view used on Mercado Livre systems. It would be a javascript function that toggles between a List or Gallery , using the same data in table form .    Exposing the doubt - I suppose to...
asked by 09.05.2016 / 07:13
1
answer

Element inline

Hello, I wanted to take a question because an element <a> inline does not work padding-top a{padding-top:80px;background-color:#2c3e50;text-transform:none;color:white;}     
asked by 01.05.2016 / 07:06
1
answer

overflow hidden with float left

Hello, I am now learning to mess with css, and it falls into a situation where I can not find the answer anywhere, I will be very grateful if anyone can help me. .pai-com-overflow{ border: 1px solid red; overflow:hidden; margin-bo...
asked by 24.01.2018 / 14:45
1
answer

Recover css with jQuery

Galera I mounted a table where I right click and the line turns yellow, and displays a menu. Everything works 100%. The problem is that when I click somewhere else and the menu closes and the background color of the line turns white. How do I re...
asked by 03.05.2016 / 22:52
2
answers

Problem with a modal

Well,Ihaveaproblemwiththismodal,itopensassoonasIentertheindex.php,butincaseIchangethepagetoextoduvidas.phpandclicktogobacktoindex.phpthealertappearsagain,forthealertonlyappearsonceandonlyappearsdnvifthepersonclosethetab?code:<script>funct...
asked by 08.01.2018 / 21:04
1
answer

Responsive hexagonal diagram

I found a code that assembles a set of hexagons (like a beehive) so that it is responsive. I made some adjustments to meet what I intend as a result, which is not exactly a grid. I simply added a class to hide the hex that I do not want and have...
asked by 27.03.2017 / 18:55
2
answers

Is negative margin bad practice? [closed]

Using a margin with negative value is a bad practice? Example: margin-top: -3px;     
asked by 09.03.2017 / 19:52
1
answer

Scroll hover problem

When I move the mouse button and see the content I can not use the scroll bar, it simply hides the content, can anyone help? ul>li { list-style-type: none; } ul li:hover .mostrar { opacity: 1; height: 150px; overflow:...
asked by 17.03.2017 / 20:25
2
answers

How to leave the opacity of a dark image and appear the text of the figcaption in the hover?

Hello, I'm trying to make the image dark and the text appear when I hover over it. Can anyone help me? <div class="efeito"> <figure> <a href="#" target="_blank"><img src="comunica.jpg" ></a> &l...
asked by 27.10.2016 / 17:05
1
answer

Vertical Sidebar Menu using Bootstrap 3.3.2

My problem is to replicate something like this. I'm having a hard time solving this: link The difference is: without words. When I hover over the entire bar, the rest of the width appears telling what each page is (on the bottom what eac...
asked by 18.02.2015 / 12:45