Questions tagged as 'css'

5
answers

Alternatives to center the img tag

I thought the problem was simple, but I can not centralize an image that is within div . I have images of varying sizes and I would like to center them horizontally, but I can not use the margin: 0 auto; property. My code: #...
asked by 18.04.2015 / 06:31
1
answer

Slider animated in pure JavaScript

I researched several questions of this type, both in English and Portuguese and could not do it, because I could not understand the logic to make the slider of my site animated, with the images "sliding" to the side. Could someone help me? HT...
asked by 21.04.2015 / 19:54
1
answer

Awesome Font appear strange characters [closed]

Some font-awesome icons do not appear, others in the icon place appear 'fl'. I'm using it normally, <i class="fa fa-search"></i> Importing css from link In Firefox, instead of the strange characters, blocks with varia...
asked by 31.07.2015 / 22:14
1
answer

When I write to div, it leaves the place

#meio { width: 100%; text-align: center; } .box { margin: 10px 4px; margin-bottom: -4px; display: inline-block; } #box-1 { width: 290px; height: 300px; background-color: white; } #bo...
asked by 22.05.2015 / 14:15
2
answers

Emergence of the animated Div

I have a Div, I'm building a Custom Menu, in the Responsive style. I'd like to make her come up with an animation, coming from the Left. The Div contains the Menu links and a button to close in. Look at the code I have so far: <script...
asked by 23.05.2015 / 04:02
1
answer

Image positioning with z-index

I'm trying to position a text box on an image through z index, to get something like this: link At this point the text appears after the image (since it is in a div with 100% width). I wanted the text to appear superimposed on the image....
asked by 08.04.2015 / 19:07
3
answers

Leave fixed paging using jQuery datatable

I have a table and I'm using datatable of jQuery , however, my table has a lot of column, and I made a scroll in it, but in that my pagination scrolls along with the scroll, would have some way to leave the pagination fixed EXA...
asked by 24.03.2015 / 13:43
1
answer

Add information on a map in SVG

I have a SVG map on my site. I would like to add div to when the user hover over a respective state, it shows the name of the same. What happens is that if I include any information within <svg> the styles are lost. It can be...
asked by 16.03.2015 / 13:07
1
answer

Table getting different size on multiple monitors

the same as the following table: <div id="page-wrapper"> <table class="col-xs-12 col-sm-12 col-md-12 col-lg-12 fm-table" > <tr> <td class="col-xs-6 col-sm-6 col-md-3 col-...
asked by 06.04.2015 / 20:27
1
answer

Resize image with CSS

I have a question regarding image resizing in CSS. I have a 1920x1080 image. This image should be resized automatically so that it fits on any screen, but I can not do that. See this site: link At the top begins to pass a video, th...
asked by 04.07.2015 / 01:37