Questions tagged as 'css'

3
answers

Place text next to image

I'mtryingtoputapictureandtextontheside,butIcannot.ThetextisbelowthephotoorIcanputthefirstsentenceofthetextatthesamelevelasthetopoftheleftimage.Itriedtousedisplay:block,tosomeextentitworks,becauseitstaysonthesideoftheimage,butitstaysasacolumn.It...
asked by 09.10.2015 / 18:33
2
answers

JQuery css condition if text color

I have this code. The problem is that everything is working fine except the color of the text does not change. jQuery: $("#btnContactMob").on("click", function () { $("#contactMob").stop(true).slideToggle(function () { if ($('#contactMo...
asked by 04.04.2014 / 14:03
1
answer

Bootstrap popover with table-responsive

I'm using Bootstrap v3. And I need to filter the fields of the tables. I chose to use this example as a basis. I am now having a problem, when I am viewing my table (is table-responsive) on a mobile device, what happens is that the filter b...
asked by 02.04.2014 / 12:24
1
answer

Library animate and wow css

Personally I have an img with 2 animations, but I want only one to be continuous, to apply the animation several times, once the animation starts, fadeIn is applied with 1.5s of delay and 3s in 3s applies the pulse without stopping . In the para...
asked by 21.09.2017 / 20:31
1
answer

Modify button when using browser scroll [closed]

I wanted to leave the modal button fixed at the top of the page, but when I use the scroll of the browser, the close button disappears, this happens only in one mode, all 7 being exactly equal. <div id="bg-egipcia" class="bg font-shadow"&...
asked by 20.12.2016 / 17:04
3
answers

How to put a limit of 4 images per line?

I want to put a row of 4 images with a small text below each image, this I already know how to do, but I have many images and I need each row to have a maximum of 4 images. I tried to do this using 4 li within 1 ul, and using display flex, it...
asked by 25.08.2018 / 22:39
2
answers

Can anyone identify the error in this code? [closed]

Days ago I asked a question about how to add a class to an element when clicking the button , the answers were satisfactory (I did using JQuery as me sessionStorage.removeItem('Contar'); function AddClass(id){ //pega o valor do bot...
asked by 05.02.2014 / 15:47
2
answers

Pin column of an HTML table

I have a pretty long table and for better user experience, I want to put the first column, which will display images, such as fixed, type in excel, freeze the panel so the visualization gets better on the mobile. I'm using Bootstrap in the bui...
asked by 26.04.2017 / 14:40
3
answers

Scrollbar in a SELECT in html

Talk the guys, I have a SELECT in my HTML that when results exceed the width limit, it breaks a line. I would like that instead of breaking this line, a scroll bar should be added. Explanation: DEMONSTRATION PAGE What css properties s...
asked by 28.11.2016 / 21:30
5
answers

Footer Alignment [closed]

I am frying my neurons and so far I have not come up with a solution. I'm setting up a page, but there's no way the footer can align the page. In my machine I decided, but it opens in a bigger screen the footer is in the middle, in a cellular or...
asked by 18.09.2014 / 14:54