Questions tagged as 'css'

1
answer

Remove bootstrap button shadow

I'm using bootstrap buttons and would like to remove the shadow by creating a new class. I created a new btn-outline-light-pink class in which I was able to change the color of the button, but I can not remove the shadow. HTML code: <...
asked by 16.11.2018 / 22:31
1
answer

Div of the carousel is not in the center

I'm not able to leave this carousel fluid, as in the image below the% div is not catching carousel ul of div 100% that by default has sub-box HTML<divclass="box"> <div class="sub-box"> <h1>...
asked by 11.11.2018 / 02:44
1
answer

Column break in table

I need to create a table of items that comes from a foreach XSLT to HTML, every four lines break into a new column, an example follows: Codeexamplethatdoesnotbreakbycolumn<table><xsl:for-eachselect="documentoEstoque/epi">...
asked by 12.11.2018 / 18:20
1
answer

Site with a white bar at the end

Good afternoon, I'm developing a personal site in which I have a problem, but I've already tried it and I can not solve it, it happens that my site, at higher resolutions, has a huge white section below the footer, but I can not edit this sectio...
asked by 12.11.2018 / 01:26
1
answer

Load 3 boxes at a time by clicking the button

$(".box-hidden").slice(0, 3).show(); $("#loadMore").on('click', function (e) { e.preventDefault(); $( ".box-hidden:hidden" ).first().fadeIn( "slow", function showNext() { $( this ).next( ".thumb-hidden:hidden" ).fade...
asked by 15.11.2018 / 17:21
3
answers

Internationalization of bg-image by CSS

I have a project in Rails that needs different images for each language, however and image is pulled from CSS and I can not change it. How to change the image according to the chosen language? background: url("/caminho/imagem.jpg"); edit:...
asked by 11.09.2014 / 21:35
1
answer

CakePHP - Upload a background-image css

I can not load my image in the Css Background style.css - working, just not being able to call this image .layout{ width: 100%; height: 230px; position: relative; margin: auto; background-image:('../img/background.png'...
asked by 12.06.2014 / 02:34
1
answer

Using javascript to create effect

Good personal to want to add an effect to a div. I'm currently using css Hover to animate this div, however as everyone knows the hover is activated when the mouse goes over, I was wondering how I can animate that same div just when it's clicked...
asked by 02.06.2014 / 02:43
1
answer

Video startar with autoplay, but with volume at 50% or mute!

My video tag shows my video / audio controls perfectly. Everything working. But I need to set the audio between 30% and 50% or even mute. Is it possible to do this with CSS and / or JS? <video width="960" height="550" controls autoplay loop...
asked by 10.12.2014 / 18:36
1
answer

How to align divs side-by-side

I've tried everything I've done and left these div aligned, on the desktop they are perfect, every line has 4 div visualizing the computer, now in the android was to show 3 div by lines, but it did not work very well, and the code and the same o...
asked by 04.11.2018 / 23:05