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...
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...
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;...
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...
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...
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;
}...
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...
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 - $...
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?...
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...