Questions tagged as 'css'

2
answers

Apply the Blur effect to the floating box bottom

I have a simple function in jscript that opens a floating box, but when the floating box opens I wanted the background to have the blur effect, but I can not leave the background with this effect, I already tried several methods and I was not su...
asked by 03.11.2018 / 03:19
3
answers

Good practices with bootstrap grid system

Would it be good practice to declare grids within grids using twitter bootstrap and this could affect code responsiveness? Example: <div class="container"> <div class="row clearfix"> <div class="col-md-12 column"> <...
asked by 23.05.2014 / 16:46
2
answers

Resizing DIVs with Jquery

Well, I have a 'cont' id div, this 'cont' div has a height of 300px, and within the 'cont' div there are 3 other divs of the same class called 'box' where each div has a height of 100px , inside each div 'box' has another div of the same class,...
asked by 02.06.2014 / 03:43
3
answers

How to prevent the border from affecting child elements

How can I add border to a img correctly because I'm adding the border in img and it seems to be bigger than the others. I'm adding by click using jquery when I click on the% frame with it with a green border of 2px as I do so it do...
asked by 11.02.2016 / 19:19
3
answers

How to make language selector

I have a website and I need to put a language selector on it, when the user selects the flag corresponding to the desired language to be redirected to a specific url. <select> <option>Brazil</option> <option...
asked by 23.02.2016 / 18:16
1
answer

change word properties in php search

joao 'the system returns me a table with the referring results only that instead of showing me the normal result the system would change the background of the word that was searched, well the problem is the following I do not know if I...
asked by 24.12.2014 / 14:55
2
answers

Animation css animation does not return to original state

I have a div, which is animated, and I would not like that at the end of the animation it turns to the state of when it started, because it ends up returning to the original state at the end of the animation. #div1 { height:100px;...
asked by 08.01.2015 / 19:23
2
answers

Generate rows from a table with different colors with repeat loop

How to generate rows from a table with different colors? Each time the loop is executed generate a line with a predetermined color? Ex: foreach ($data as $key) { echo '<tr>'; echo '<td>' . $key['value1'] . '</t...
asked by 05.07.2015 / 17:08
3
answers

How to zoom in on an image by hovering the mouse over it?

I'm creating a tattoos site that contains a photo gallery. I would like that when the user passes the mouse over an image it is enlarged to a larger size. I'm a beginner in site assembly, I understand a bit of HTML and CSS; however, I am not...
asked by 28.05.2015 / 09:05
3
answers

Image with horizontal hr centered vertically in half

Good, I have here a problem with putting a <h1> followed by an image and a <hr> as in the following image . Withthefollowingcode: <div id="bola"><h4 style="text-align: left; display:block">Biblioteca...
asked by 18.06.2015 / 19:03