Questions tagged as 'css'

2
answers

How to use Awesome Font?

I'm using a template that uses Awesome Font icons, so far so good! But when I want to change the icon, I follow the documentation instructions and it does not work! For example, the template code is this: <li class="wow fadeInRight">...
asked by 05.06.2015 / 05:37
2
answers

Change SVG color in: hover

I have SVG inserted with the img tag on my site. I would like to know if there is a way when I do the hover in this image it changes color, but only with CSS? This is the content of my SVG <?xml version="1.0" encoding="utf-...
asked by 12.01.2015 / 16:21
1
answer

Decrease fixed menu as the page scrolls

I want to know how to decrease the size of the menu when there is scrolling. This is my menu: header { position: fixed; width: 100%; box-shadow: 0 4px 20px -4px #ababab; background: rgba(249, 249, 249, .8); tr...
asked by 11.06.2015 / 21:37
2
answers

How to make button stay with another color when clicked and selected

I would like to know how I can use javascript to change the color of the button after it has been clicked; that is, below in the code has 2 formats. If you click on the A1 format, the button where the div is will change color and the color will...
asked by 10.02.2015 / 18:53
2
answers

Working with drag-drop REDIPS

I'm working with a library called REDIPS that enables you to create a simple and customizable drag-drop effect. I'm trying to create a function that causes the element being moved to be cloned more than once and is positioned to the le...
asked by 29.06.2015 / 05:50
2
answers

Media Query for PC

Hello, I basically want to make two models of my site, one for mobile devices and one for computers. I would like to make a code in CSS that is read only by PC browsers, but if I use for example: @media all and (min-width: 1000px) and (max-wid...
asked by 28.02.2015 / 15:59
2
answers

how can I make a slide FULL SCREEN

How do I leave a carousel in bootstrap full screen for mobile devices because on the desktop it stays the way that I want to occupy the entire screen without leaving blank space but in the devices it does not stay this way I wonder if it...
asked by 01.01.2016 / 04:05
4
answers

CSS Transparency

I know that if I use opacity in a div, all the elements inside it will also become opaque. And I also know that I can use RGBA to make an element with a background color transparent, but how do I "transparentize" a background with an image? Is t...
asked by 19.09.2014 / 22:46
2
answers

Tables with Bootstrap

I started yesterday with Bootstrap and I'm still on the learning curve. My need is a table with two columns, a form of a grid. In this table I have only two columns: CNPJ and Social Reason. And I make a query in the DB and I bring CNPJ and Reaso...
asked by 25.06.2014 / 21:33
1
answer

DIVs with float right without their inverted position

I would like to know how to ensure that two DIV , both with float:right , do not reverse the position, for example: <div id="divMaster"> <div class="pull-right" id="Div1"> </div> <div class="p...
asked by 26.06.2014 / 23:24