Questions tagged as 'css'

1
answer

Change the placeholder color of a text input using JavaScript or, better yet, CSS? [duplicate]

I want to change the color of the placeholder of this input. Is it possible? <input type="text" placeholder="Enter your input here">     
asked by 09.05.2018 / 06:01
1
answer

How to execute code when starting and finish an ajax

I tell you, I'm working on a preloader that loads a div with every ajax request, I checked the jquery documentation and found the ajax event handler and implemented it, but I have a problem, the ajaxStart, just loads the gif in the first request...
asked by 28.03.2018 / 18:58
1
answer

Swap classes with Jquery ToggleClass

I'm trying to show / hide a submenu when I click on the item in that menu (WORKS). By default my submenu is "hidden" with CSS .children { position: fixed; opacity: 0; } and I need to click on it to show it by exchanging with thi...
asked by 30.03.2018 / 02:15
1
answer

Is there a way to change the styles of the vertical bar in a text input? [duplicate]

I have approximately 1 hour looking for a property that tells me how to change the | of the text inputs is there any way? I mean the | that appears and disappears as it is written     
asked by 14.08.2018 / 02:21
2
answers

Waypoints and Animations in HTML with JQuery and CSS

Good morning, I am trying to implement animations to elements when they are shown on the screen, but I can not do it, I think the problem is in the JQuery code that I am using, since when trying to add a class to the object it does not, but if I...
asked by 04.04.2018 / 23:39
2
answers

Shutdown effect on an image with Jquery

I have a slideshow the fact is that the images are very bright and what I need is that when I upload an image to the seconds, just before the text appears, a background is placed on top of the image as a background , I did but I want to do...
asked by 22.02.2018 / 02:16
3
answers

Prevent overflow in input file with long file names

I have tried to prevent a div from overflowing because of a very long file name but I do not succeed: input{ text-overflow: ellipsis; white-space: nowrap; } div{ background: #456; padding: 40px 10px; } <div> <...
asked by 28.02.2018 / 20:30
2
answers

Center div below another div in CSS

I have this HTML code: <body> <div class="center"> En este sitio web se usan los siguientes servicios: <dl> <dt>S3</dt> <dd>- Usaremos un S3 Bucket.</dd> </dl> Para comenzar, por favor hag...
asked by 18.03.2018 / 05:02
1
answer

Apply css style to a single Laravel layout element

When I apply this style to the layout: <!-- Nota: Aqui empieza codigo de menu --> <STYLE TYPE="text/css"> /* NOTE: The styles were added inline because Prefixfree needs access to your styles and they must be inlined if they are o...
asked by 15.02.2018 / 19:30
2
answers

Drag or move a dialog element with the mouse

I would like to know how I can do to move a dialog with the mouse, only with javascript and css code, without using other libraries like Jquery Bootstrap, etc. <!DOCTYPE html> <html lang="en"> <head> <meta cha...
asked by 17.02.2018 / 17:09