Questions tagged as 'css'

1
answer

Mouseover effect td with jquery or css

How can I make when I hover over my td , display the edit icon in it? Note: My code does not work: jQuery Event: $(".editableSpan").mouseover(function(){ $("#tdEditable").append("<span id='widthSource'></span><sp...
asked by 08.10.2015 / 21:48
1
answer

Can you make a HEAT MAP on an image?

I am using the plan of a house, inside the house parts, have sensors. I want to make a heat map, mapping the places where the sensors are most triggered, but I do not know where to start. I'm trying to do some gambiarras with CSS, but from what...
asked by 02.10.2015 / 16:21
1
answer

How to center the two squares inscribed in the largest square with CSS?

I would like to leave the three squares of the code below, centered symmetrically in relation to the center of the largest square that has the black background. .box{ height: 100px; width: 100px; background: pink; margin:0 auto;...
asked by 30.09.2015 / 01:04
1
answer

Datepicker is shown behind the modal bootstrap

I have a bootstrap modal: <!-- Modal content--> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal">&times;</button> <h4 class="modal-ti...
asked by 15.03.2016 / 11:21
1
answer

How to use the @Html.ValidationMessageFor to change the class of the text box

I bought a bootstrap template, the validation of the controls is done by a class that leaves the controls red. This would be the form-group has-error classes Except that I've never used it that way, I'm used to using the code it genera...
asked by 21.10.2015 / 02:52
2
answers

Leave options in the size of the menu total

I'm trying to leave the options of a menu that I have distributed according to the total size of the menu, I've been trying some possibilities, including in a post right here, but without success. The example site I have is: Site Example...
asked by 16.12.2015 / 21:37
1
answer

MPDF - Start pagination with variable numbering

I have an application and need to print a document using the mPDF class, however, I need the in pagination if you start, for example from the number 43 , 44 , 45 and so on and not from 1 , 2 , 3 , as is your default. I would like th...
asked by 07.11.2016 / 21:35
1
answer

How to position button and .page-header in the same row (inline)

I'm using the bootstrap for a simple dashboard and would like your help regarding the positioning of certain elements on the page. I would like to position the save button along with .page-header . But this class has the display:...
asked by 04.11.2016 / 00:21
1
answer

Random site theme with change every 30 minutes

I need my site to change the theme randomly every 30 min. So the logic would be: User enters the site now and sees it in blue (which is standard), but if this same user comes back in 30 minutes he should see the site in one of the other two O...
asked by 31.08.2015 / 01:59
1
answer

Fixed CSS Header - Transform Translate X

I'm trying to make the header mobile site%% on the screen. However, I have a button in this fixed that opens the MENU to the right of the site, using header applied to transform: translateX(-15%) . When I'm at the t...
asked by 27.08.2015 / 14:10