Questions tagged as 'css'

1
answer

How to restrict the function of a CSS?

~ I am adding a multiselect function in a page already created, which presents its own design and its own css. the multiselect also presents its own design ~ ~ in the image you can see that it works with two css addresses, the styles...
asked by 27.04.2018 / 18:40
2
answers

Center form with Bootstrap

I have a form here, I am trying to center the input and everything in general. I'm not getting results because I'm still a newbie in the tool. How should I do to focus the content? This is my code: <!DOCTYPE html> <ht...
asked by 30.04.2018 / 21:39
1
answer

Divide fixed height between children

I have a div (let's call it X) that occupies 85% of the screen and I need that within that div other divs can be added, some contain text, other images and other videos. Each child occupies 100% of the width of the father, but the...
asked by 28.04.2018 / 04:14
1
answer

How to deselect a multiple selection

<!DOCTYPE html> <html> <head> <title>select multiple</title> <link href="styles/multiselect.css" rel="stylesheet"/> <script src="multiselect.min.js"></script> </head> <body>...
asked by 25.04.2018 / 18:25
0
answers

Problem with dispatcher and Css

I am trying to link a servlet with a jsp using: request.getRequestDispatcher("/jsp/Mostrar_apartamentos.jsp").forward(request, response); The problem is that when it runs it shows me the jsp without any CSS, I changed the css routes, becaus...
asked by 22.04.2018 / 17:27
2
answers

Change arrow color of bootstrap popover

I want to know how I can change the color of the arrows of the bootstrap popover. I have the bootstrap css linked. Should I modify the local css or the bootstrap css?     
asked by 22.04.2018 / 22:32
0
answers

render views with call_user_func_array? php

Hello friends, my problems is the following .. I have defined a MVC logic in which at the beginning I parsed the url with htaccess. for the url to be defined in the following way (controller / methodo / parameters1 / parameter2). Well this is...
asked by 21.04.2018 / 19:10
1
answer

does anyone know how I can integrate Bootstrap to nodejs with Express?

I am developing an application using nodejs and the Express framework. I want to add Bootstrap to my project in local mode. I added this to my index (having already downloaded Bootstrap) <script language = "javascript" src = "- / node...
asked by 23.04.2018 / 04:46
0
answers

Problem with tooltip created with css and jquery datatable

I'm creating a tooltip so that when I put on top of the text of each cell of a datatable, I'll see a tooltip with that text but the long version, and the datatable is not leaving me. It shows me the tooltip but it shows it to me inside the cell...
asked by 19.04.2018 / 08:17
1
answer

Problem with firefox and @ font-face

Hi I have a problem linking my @ font-face in firefox when I use "../" in the url of the font to go to the previous directory. I have the following example code, if I remove the "../" and paste the "sources" folder that keeps all my fonts ins...
asked by 20.04.2018 / 04:29