Questions tagged as 'css'

1
answer

Line break by changing css

I'm working with grids and I need to know if there is any way to capture the box number (usually 1) to decrease the font number so that it fits in the box so that it occupies only one line. Note: I have already tested autofill in js, but in...
asked by 26.12.2014 / 18:57
4
answers

How to center a div with variable length and absolute position?

I have a question that is consuming me a lot of time, following: I need to center the counter of the image below, but it needs to be at the bottom of the screen (with position:absolute ) and div of it has variable size. Ifmydi...
asked by 04.04.2015 / 19:23
1
answer

How to inactivate the empty area of a div?

I have a div on adding mouse events but I wanted the mouse 'hit' to only work where content existed and ignored margins' po ex. The image (yellow area is the area I want to 'inactivate' since there is no content) that illustrates the problem...
asked by 19.09.2014 / 19:20
2
answers

Change the color of a specific time slot in FullCalendar

I'm working with the view calendarDay in FullCalendar. I have a function that blocks when the user clicks on specific time slots on specific days (these values are written to the bank). I would like to know how I can set a different color only f...
asked by 06.04.2015 / 21:32
1
answer

Problem with positioning of include.php

I'm having a problem with the footer placement I made with include.php . I created a include.php file, so the only thing I have in it is box of where the footer will be since I'm still testing. I'm calling it at the end...
asked by 04.04.2015 / 21:49
1
answer

Bottom with mosaic of photos

I need to create a background for my site in the mosaico style of photos. When the page opens, the background of the site is populated by photos, filling in the full width of the window (ie needs to be responsive) and a certain height....
asked by 03.11.2014 / 19:50
2
answers

The same transition does not work on different elements

I'm not realizing why this transition (translate) only works for <p> and not for <span> , in firefox. Someone help me? Jsfiddle here HTML: <div id="severalWork"> <a href="#"> <img src="http...
asked by 04.11.2014 / 17:31
1
answer

Align row at the bottom of a section

I wanted to align a Bootstrap 3 row contained in a container-fluid to the bottom of a section of my page. What is the best way to do this without javascript? I thought I could put the row in absolute position, but then it would stop...
asked by 31.03.2015 / 11:43
2
answers

Format tabs of an HTML menu

I've created a tab but I'd like to make some minor changes that I can not. I wanted to replace this zone for example with circles instead of text: HowcanIdothis? $(document).ready(function() { //Default Action $(".tab_content")....
asked by 31.03.2015 / 13:16
1
answer

Breaking cells / td from table in html

I have a dynamically generated page with php / sql , there is a tabela with dynamic data, tabela is within a div that limits and organizes page ends and size. But it is not being displayed as it should, breaking...
asked by 02.04.2015 / 03:40