Questions tagged as 'css'

1
answer

div set in browser footer

I'm having to leave a div that would be a "Buy" button fixed in the browser footer. Leave it at the end of the monitor, and even if the scroll scrolls down, it remains in the same position at the end. How could I do it using HTML / CSS?     
asked by 10.12.2015 / 23:20
1
answer

Responsive site, when resizing the elements go to the bottom of the page

The page has only one photo in the center and some texts. I added a Media Query so that when the viewport is less than 700px it magnifies the images, maaas as I decrease my screen, it explodes ... and drops down to the bottom of the page. Whe...
asked by 04.12.2015 / 21:04
1
answer

Problem with float

I'm not able to align two elements side-by-side properly. The container of these two div 's looks like it has height: 0; or initial , only recognizing the height of the element without float: left; , which in this c...
asked by 06.12.2015 / 19:47
1
answer

WEM + Lost Grid Methodology

I would like to know what would be the best practice to use different grid sizes with the same block. Ex: I have a Card component, and on my dashboard page I wish to have 4 Card s per line I also use this component elsewhere, on the...
asked by 30.12.2015 / 21:15
2
answers

Customize an item inside the css for a given view

I have this view in MVC View @model XXX @{ } <link href="/eTeste/Content/AbaDetailsODM.css" rel="stylesheet" type="text/css" /> <div id="consoleAbaDetalhes"></div> <div id="campos_detail"> @using (Ajax.Begi...
asked by 30.12.2015 / 12:47
0
answers

Increase the size of the plugin Select2 plugin

I need the combobox plugin Select2 ( link ) that is above to have the same effect of the combo that is below according to image, ie increase the width size without covering the fields next to it, is it possible?     
asked by 20.01.2016 / 09:45
0
answers

clip-path with problems in Firefox

I'm using the clip-path technique to make a polygon in a certain area of the site: .cliped { -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 75%); -ms-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 75%); clip-path: polyg...
asked by 25.01.2016 / 14:57
0
answers

Group code on a line [closed]

Well, I'd like to change my CSS code by adding the parameters that are "joinable" For example this code: { margin-top: -2px; -> juntável com MARGIN margin-right: 40px; -> juntável com MARGIN } margin-X , padding-X parame...
asked by 16.01.2016 / 18:23
1
answer

Turn multiple css files into a single one with PostCSS

PostCSS usage to generate a css framework, I can use it in a good, my only problem is the output. If I have 8 CSS files the PostCSS generates and treats the 8 in new 8 files, but the ideal for me would be to merge them into a single file. Doe...
asked by 02.12.2015 / 12:56
0
answers

How do you get the implementation of PageTransitions with Jquery?

Look at the Wix site; link It may be noted that by clicking on links like Home, Services, Work, Blog, it applies an implementation called PageTransitions with Jquery. I did an implementation with the help of some employees of the Stac...
asked by 03.12.2015 / 16:50