I have a menu made with bootstrap 4 using navbar and dropdown , until here everything works fine.
The menu code is as follows:
<nav class="navbar navbar-expand-lg navbar-dark bg-dark navbar-static" role="navigation"&g...
I'm trying to make a jquery wave effect for the buttons, when you click on them, a wave is generated that is displayed by the whole button, but I have problems changing the background.
$(function(){
$('.wave').on('click', function...
I'm making a page with Wordpress and when I create a menu like this (widjet), I create it in this way:
Is there a possibility to remove the ">" with CSS using selectors or something like that?
I would like to know why 'my datalist stores a number in my database instead of a name.
Let me explain.
I have a database with a table
CLIENTS with fields:
Customer,
customername
I load the DataList with the clients that are in the BD a...
I have a question.
I have a table in which I show the ones of a client, of a table called Clients with fields: user_first, user_last, user_uid ...
Then I have a button with the symbol '#' that when pressed shows me a modal window wit...
The problem is:
Warning: include(../Vistas/plantilla.php): failed to
open stream: No such file or directory in C:\xampp\htdocs\SAE\index.php on
line 2
This is the template.php file
/****************************************************...
I need to obtain the attributes that an image has, that is, that image has a series of HTML elements in which it has the name, tags, date of creation, etc. and I need to obtain the value of those tags.
I have a doubt about the possible use of this method, when trying to load a web page from a server, example: "www.mitiendafavorita.com", through a WebView in Android Studio, this page is loaded together all your css and js, increasing the amount...
I want in the following code, to move the element .buscarusuarios within the first TD son of the TR classe fltrow, once the sun starts. I'm a little lost with the CSS3 selectors
<form class="buscarusuarios">
<input class="form-control...
If at the time of designing my page I find that to use an external javascript library, such as a carousel image gallery, it needs to implement a CSS stylesheet, but these styles make other aspects change of the page, how can I easily limit all t...