Questions tagged as 'css3'

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
1
answer

Html Chrome does not play autoplay

Usually it happens to me that when working in Chrome the first few times it manages to load videos without any inconvenience but after a while, they no longer load the videos. It only happens in Chrome, while in Firefox, Edge, Safari and Opera,...
asked by 14.06.2018 / 18:41
2
answers

colored background with inline display

section{ width:1300px; height: 350px; display: inline; } #img1 figcaption{ text-align: center; } section #segsection{ width: 1300px; height: 300px; display: inline; background-color: yellow; } <section> <...
asked by 22.03.2018 / 15:27
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
1
answer

How to use max height in a tbody?

I am trying to make a tbody have a maximum height and the content that has to be scroll , but I do not finish it. The problem is that when I put the display block the whole content of the tbody goes to the first td and the idea i...
asked by 26.01.2018 / 19:18
2
answers

hide and show button if the type="file" is empty or not

Good morning, I'm trying to show and hide the delete button if the file is empty or not and I do not know how to do it, I think it's a show and hide, but I'm not sure HTML <div style="margin-left: 225px; margin-top: -65px;" id="carta_nom...
asked by 08.11.2017 / 11:11
2
answers

Google Font does not work in external CSS

I have been trying for some time to apply the Open Sans source in a project with HTML, CSS and the framework Bootstrap . Link to import the source: <link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">...
asked by 03.10.2017 / 19:42
1
answer

Problems with jQuery and css in angular2

I am developing a web application in angular2 where it is formed by the following structure: a header, a drop-down side menu, the content of the app on the right side and a footer at the end. My problem is how to make the height of the menu...
asked by 28.09.2017 / 14:09