Questions tagged as 'css'

1
answer

CodeIgniter enjoy publication and show how tanned

I'm developing a publishing, tanning and rewrite script, but when I put the option to be tanned my error starts. SE ( ID_PERFIL = ID_PERFIL e ID_PUBLICACAO= ID_PUBLICACAO ) { CURTIU } SE NAO { CURTIR } But when I make this request in the r...
asked by 09.10.2017 / 00:07
0
answers

Flexbox leaves resized images

I'm doing the sketch of a project and need to put three images one a "line" only. I decided to use display:flex and space-around to leave them with a space between them, however they are in the out-of-normal size. HTML:<head...
asked by 06.10.2017 / 14:40
0
answers

Divs aligned with different Height

I need to make this effect of the divs being in different sizes, but always 'docked', but I can not seem to leave it that way. I'm using Materialize, is there any 'trick' for this? I do not know if it makes it easy, but I left here a structur...
asked by 05.10.2017 / 19:20
2
answers

Table to take margins in the media print

I have a table and I'm trying to get rid of it at print time with media print, though I've already tried: margin: 0 0 0 0 !important; padding: 0 0 0 0 !important; And nothing works and I need more space in the print.     
asked by 30.10.2017 / 17:35
1
answer

Animation and Transform Rotate with reference point

I'm having a question if you can do the following functionality: I did a drag and drop encoding only in a specific area (The pink area) The red area is as droppable = false Can I do an image rotation where it points to the reference po...
asked by 25.09.2017 / 18:30
1
answer

Center an image inside the div [duplicate]

I have% circular% and div that places the image within function . The only thing I need is for the image to be centered on div . Follow the example: (view the entire page as a whole) function clickImagem(src)...
asked by 20.09.2017 / 20:18
0
answers

Customize php printing

I would like to edit this view to print the separate items, each item generating an impression.   Follow the Code: <?php include "QRCodeGenerator.class.php"; function pro...
asked by 21.09.2017 / 21:00
2
answers

Image with link is not opening the page

In my application I created the access to social networks of the company I work for. But when I click on the linked image, it does not open anything. Follow the code below: <a href="https://www.facebook.com/" target= "_blank" style="disp...
asked by 18.10.2017 / 19:43
1
answer

Increase space between words to occupy the width of the div?

I have a text that I would like to "stretch", that is, leave spacing between letters until it reaches the end of div , is there any way to do this? The div must have height static. I can use both Jquery and CSS ....
asked by 16.10.2017 / 18:21
1
answer

CSS - Media Queries loading backgrounds. How do they behave?

I'm making a site responsive and would like to load different images in the background depending on the device. I will respect the use of mobile user data and do not want to force the loading of a 1920x500 image for example. If I use media qu...
asked by 15.09.2017 / 16:47