Questions tagged as 'css'

1
answer

How do I get the title over the image - bootstrap?

How do I put the title on top of the image with bootstrap? <divclass="row"> <div class="gallery_product col-lg-4 col-md-4 col-sm-4 col-xs-6 filter hdpe "> <a data-toggle="modal" data-target="#exampleModal...
asked by 31.03.2017 / 18:30
1
answer

How can I make a function for if the client clicks the image of the left column it opens in the right div?

I have to do the following project of the first image, it will show a column of properties (houses) and when I click on one on the right it will show the description of the house ... if I want to see more detailed click on full info and the colu...
asked by 31.03.2017 / 17:03
1
answer

Bug Menu OFF Canvas

I made a menu that is only off canvas when the screen is less than 768px , otherwise it appears by default on the page This works perfectly. The problem is that if I activate the menu and then resize in the browser the menu will sto...
asked by 30.03.2017 / 03:45
2
answers

Footer go to the bottom of the page

My footer has a defined height ( height: 40px; ). When the content of the page itself is small, the area remaining after it is completely blank, because of the background, giving a bad aesthetic to the site. I wanted the footer after th...
asked by 24.03.2017 / 19:20
1
answer

Is there a problem in the existence of duplicate CSS, but 100% the same?

I have an application, where I have a file called "layout" which is responsible for displaying all HTML (head, footer, body just to call the side menu which is another file) CSS and Javascript common to all pages of this...
asked by 24.03.2017 / 21:13
1
answer

PSD in 1920px getting huge in 1366px resolution

Currently I have started to receive PSDs with resolution of 1920px ie the site made for larger screens, however the designers have sent me the site actually made in that size, ie fonts, images and etc, everything prepared for screen but if I cut...
asked by 28.03.2017 / 15:02
1
answer

How to make when the button is pressed it continues with the different color

Hello, I wish that when the button was pressed, it would change color and continue like this until another button is pressed. I tried with :focus , but if you press another element the color comes back. Buttons: <input type="button...
asked by 12.03.2017 / 19:11
1
answer

Stylize (css) SVG sprite with com border

I'm using svg sprite and would like to know how to stylize these icons, I can use fill: color , but I'd like to give a hover effect by leaving only the border. I'll put the codes I have here to make the icon appear. SVG: <svg ve...
asked by 13.03.2017 / 15:37
2
answers

Hide div with fadeToggle when clicking outside it

It has a li with the 'user-login-menu' id that when clicked opens a div with a sub-menu, but you can only close it by clicking again on li. I would like it to be possible to close the div by clicking both on and off the li. I have tried with...
asked by 22.03.2017 / 18:26
2
answers

Adjust only one component

With this css I change all inputs of my autocomplete : .ui-autocomplete-multiple ul{ padding:0; background-color: red !important; } The problem is that I need to merge only one screen and not all of them, how can I refe...
asked by 25.04.2017 / 15:42