Questions tagged as 'css'

0
answers

Hide a menu in Bootstrap 4

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...
asked by 16.11.2018 / 20:31
0
answers

change background to wave effect with jquery

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...
asked by 18.11.2018 / 02:38
2
answers

Remove a specific text with CSS

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?     
asked by 18.11.2018 / 00:38
1
answer

Values in DataList HTML, PHP, MYSQL

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...
asked by 13.11.2018 / 20:37
1
answer

Modal Window, Get Row Value, Bootstrap Table

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...
asked by 14.11.2018 / 04:53
1
answer

Error calling a php file

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 /****************************************************...
asked by 14.11.2018 / 13:54
0
answers

Access HTML tag from Java

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.     
asked by 12.11.2018 / 12:53
0
answers

CSS, Javascript inside the assets folder in Android Studio, when loading a web page?

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...
asked by 19.11.2018 / 02:27
1
answer

Insert HTML element inside the first child of another element. JQuery

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...
asked by 10.11.2018 / 11:38
1
answer

Limit an external CSS sheet to a single div

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...
asked by 10.11.2018 / 20:15