Questions tagged as 'css'

0
answers

Browser downloading files as mime instead of css

I'm having problems with a small PHP MVC application I'm developing, I searched the internet and found that possibly my .htaccess , is attached here: RewriteEngine On RewriteCond %{REQUEST_URI} !-f RewriteCond %{REQUEST_URI} !-d Rewrite...
asked by 16.11.2016 / 18:43
1
answer

Selected file list item in input is not removed

Well, I use the link codes below to make a list of files that I selected from a file-type input. So far so good. When you remove an item from the list, everything seems to go smoothly. Maaaaas ... When the files are uploaded to the server, the i...
asked by 18.11.2016 / 01:08
1
answer

Fit picture in mobile version

Colleagues. I have a site that he can adjust to in the mobile version, but the logo looks as if he creates a space below it and pushes the other div down. The code I'm using is this: @media (max-width: 600px) { .logo-marca{ width: 93px;...
asked by 01.02.2017 / 01:23
2
answers

How to create a Pop UP that has the close button [duplicate]

Hello everyone at StackOverflow, first of all I wanted to apologize if you are asking the wrong way, it is the first time I use the OS. And apologize also for my ignorance in HTML and JS. In fact, I only know the basics. I have a problem, I ha...
asked by 12.11.2016 / 08:16
2
answers

Align DIV with Absolute position to another DIV with FIXED position

I have a little problem here. in this website: link I need to align this image slider to the top of the screen, behind the main menu. As you can see, there is a black bar at the top. I put it with 10px height, but the idea is to leave it...
asked by 22.12.2016 / 16:52
0
answers

At the time of printing, blank pages are added

When printing my page, blank pages are being added, the number of these pages is relative, sometimes 1, 2 ... I've tried solutions like: .print:last-child { page-break-after: auto; } html, body { height: auto; }...
asked by 27.01.2017 / 13:05
1
answer

And when overflow does not work?

I'm working with some images with a zoom effect using transform: scale(x); . But when zooming, especially on the mobile, the image goes beyond the side container. So it does not appear in itself but its size surpasses generating that la...
asked by 27.01.2017 / 12:04
2
answers

Scroll effect with opacity works but not with transfform

Good evening, I have this code that works one part and the other not. $(document).on('scroll', function() { /* funciona */ var max_opacity_arrow = 0.3; var min_opacity_arrow = 0.1; var opacity_arrow = max_opacity_arrow * (1 - $...
asked by 28.10.2016 / 23:57
1
answer

Change color data-title="title"

Colleagues. I'm using Intel xdk and would like to change the color of the data-title="Title" of that line: <div class="panel" data-title="Titulo" id="page1" data-header="none" data-footer="none" selected="true"> How would I do it?...
asked by 28.10.2016 / 20:58
1
answer

javascript function does not work completely with jQuery

Good evening. I'm having some trouble making another function work along with jQuery. The jQuery function is working as I would, but the one I created does not. In fact, it is almost completely functional, this function selects all the names...
asked by 26.10.2016 / 21:33