Questions tagged as 'css'

2
answers

Tooltip Bootstrap 3 disappear when I click on another

I have 3 tooltips. I want them to appear in the click, so I used the following: $('[data-toggle="tooltip"]').tooltip({ trigger : 'click' }); So, when I click on the first one, for example, it displays the tooltip. However, I...
asked by 26.05.2017 / 19:42
5
answers

Hover only in some columns

I have a table with 6 columns, but I just want to give hover in the first 4 columns. Is it possible to do this? I'm using MVC 4 and bootstrap I'm already using a method in Jquery : $(".table tbody tr").hover(fu...
asked by 03.04.2014 / 20:30
3
answers

Handle single record while

Considering that I'm developing a small simple (photo) ranking, I need a solution to get the first 3 records from the select and apply individual formatting to them, the rest unnecessarily. Note: I do not wish to have to use 2 lops, one way mayb...
asked by 21.05.2014 / 19:34
2
answers

Display text to mouse position over word or image

Speak, people. I'd like to know how I can display text by hovering over a word or image. HTML5 - CSS - JS!     
asked by 26.08.2016 / 21:21
4
answers

How to mount buttons with Angular?

I have to mount three buttons and validate them in the angle, following the scheme:     
asked by 10.02.2017 / 13:44
4
answers

Hover does not work in div

I have the following HTML code: <li style="background-image: url(fotoSYS)" class="produtos f-left margin-right-30 margin-top-30"> <div style="background-color:codigoSYS"class="marcador"></div> <h2>tituloSYS</h2&g...
asked by 29.08.2014 / 16:32
5
answers

How to keep the footer always down

I would like to know how to keep the site footer always at the bottom of the site, even if the site content is small, like the example below. If I put a margin top, it does not stay down there at all resolutions, I tried with percentage...
asked by 08.09.2015 / 17:55
6
answers

How to make a page not bugar when the browser is resized?

Well, I developed a website for a school job, the problem is that when I resize the browser, the site gets buggy, the elements leave their original positions and the site is impossible to move. I wanted to know how I can fix this. Normal site...
asked by 30.01.2014 / 23:44
1
answer

input: checked does not change border as requested in css

I'm trying to change the border of an image when the input of a checkbox is selected, or my css does not leave or something is blocking. Following the logic I tested these lines of css and none gave for the border to change. input:checked + li...
asked by 27.12.2018 / 00:17
2
answers

Responsive text and image

I'm a beginner working with responsive methods and I'm having problems with a detail, I need to change the text of a btn to an image when my application is accessed by mobile. Could anyone help me with this? <button class="btn btn-lg btn...
asked by 13.11.2018 / 12:17