Questions tagged as 'css'

2
answers

Align text with your image

Hello colleagues I have a text next to an image that is a form (purchase button) How do I make the text to the left side of the image in the center like this I have used inline among others but it does not work out. Next I attach cod...
asked by 13.04.2017 / 22:05
0
answers

add div to a specific div cloned

I am trying to insert a div to a div cloned worse for example specifically to that, that is, what I want is that when you puncture a box and expand it appears not an area where I can put divs and then if I want to another box then something diff...
asked by 22.04.2017 / 01:08
0
answers

Number of elements per flexbox line

I comment. I have a div with 4 ancle elements (the typical buttons to share on social networks) which are distributed thanks to the father (the div) has the flexbox property. As you know, when rescaling the page so that it adapts to lower s...
asked by 12.04.2017 / 21:15
0
answers

Insert image in divs with scroll

I want to insert title, paragraphs, images in each div (red and green), try to do only with html but I could not so try with js. $(window).scroll(function() { var box = $('.box'); var scroll = $(window).scrollTop(); if (s...
asked by 30.03.2017 / 08:17
0
answers

bootstrap.css problem when linking does not load misStyles.css

I'm started with bootstrap and I've run into a problem I have an html and I added a file called menu2.css to add color to the page <link href="misEstilos/menu2.css" rel="stylesheet"> I made a modal window which appears when selecting...
asked by 27.03.2017 / 00:17
1
answer

Problems rendering html in dompdf

Good morning, I am trying to generate a pdf file through the DOMPDF library, using html and css. $dompdf = new Dompdf(); $dompdf->loadHtml(utf8_decode($this->load->view('facturas/factura', $data, true))); $dompdf->setPaper('A4',...
asked by 21.03.2017 / 12:48
1
answer

html image on android does not fit the screen

the image does not match the screen size of each device. In devices such as smartphones it is necessary to zoom-to adapt the image to the screen and in large devices such as tablets the image is surrounded by a white frame, being smaller than th...
asked by 04.03.2017 / 12:40
1
answer

Style in a content with sass

I have the following code in sass that I use when I generate a pdf with django. @page { size: a4 portait; margin: 1cm; margin-top: 3.5cm; margin-bottom: 2cm; overflow: hidden; @top-center { height: 96px; width: 700px;...
asked by 24.03.2017 / 11:05
0
answers

Animations on map in wordpress

I am developing a site with wordpress in which I need to create certain animations on a map. There is a plugin from wordpress or script with jquery to resolve this request from the client. 1.- The countries of green color add a mark...
asked by 10.03.2017 / 18:35
0
answers

Modal window problem that leaves the screen

How to solve: when the modal window is opened but when I zoom in or out (crtl + -) I get the content towards height. I want to do it in the content that is fixed in the same place and without moving the screen. I have included the boostrap in...
asked by 09.02.2017 / 15:10