Questions tagged as 'css'

2
answers

Error Bootstrap Year Calendar

I am trying to use the Bootstrap Year Calendar, to create an annual calendar, doing it just like on your website. But when I initialize, I only appear the first 4 months, and in column, that is, only one month per row as in this image:...
asked by 28.06.2018 / 16:00
2
answers

Image Background project djgango

I'm playing with a quite old project (django 1.5.12) and I do not know how to set a background image for the main screen, I do not have much knowledge in css, in advance thank you very much. I have attached the code of my html: in place...
asked by 09.07.2018 / 19:27
0
answers

Keep HTML css style when sent by PHPMailer

I am sending an HTML using PHPMailer and, although in some mail managers it looks good, there are certain mail managers in which the HTML style is not maintained. I have CSS styles as inline, but certain aspects do not seem to apply in some occa...
asked by 22.06.2018 / 13:40
0
answers

Break HTML elements with CSS when printing so there are no abrupt jumps leaving blank spaces

I have an editable website: <body contenteditable="true"> ... </body> that shows a view like the one in the following image the blue box is a div son of body, the black line is bound between two pages (...
asked by 04.07.2018 / 00:22
1
answer

Adjust web page for Android with css, activate scrollbar

I'm trying to adjust my web page to visualize in android with css but nothing else lets me show the top part, but it does not allow me to scroll down. I have this configuration in the body: body { width: 100%; min-height: 50%; margin: 0; paddi...
asked by 18.06.2018 / 17:26
0
answers

Carousel Javascript compatible in Explorer

I have a carousel on the page I'm doing, but when you view it in Explorer you can not see it, there is a way to make a carousel of compatible images in explorer     
asked by 18.06.2018 / 23:34
2
answers

I want to make the background that is on the sides of my menu have a color # f2f2f2

I can not make the color of my menu on the sides be #f2f2f2 , it is still white and I do not know what value to modify. Try to make a div to the whole menu and modify it but it does not work is the same, I just want to modify the co...
asked by 19.06.2018 / 00:54
3
answers

How to put a background image in a container

I have a div that I put a background image the problem is that it is not centered as I want it, how could I center it? here is my code <div id="main"></div> #main{ width:500px; height:500px; margin:0 auto; bac...
asked by 25.06.2018 / 15:58
0
answers

how to generate a charge for hours?

Performed a web service in which customers can hire people for recreational purposes, at this time I have implemented the option of PayU to make the hiring, the case is that these people who are going to be hired charge for hours and each of the...
asked by 16.06.2018 / 03:27
2
answers

Hide Menu when clicking on the outside

I have a slightly simple side menu that has a Toggle event that shows and hides said menu by clicking on its respective button. I would like you to help me to make sure that when you click on any part of the page outside the menu, it is...
asked by 18.06.2018 / 18:53