Questions tagged as 'css'

2
answers

@ font-face without css?

I'm trying to edit a form for acuity scheduling with html and I want to add my own sources but the problem is that it does not let me add external css it is possible to do it with the style parameter and the same thing happens in roundcub...
asked by 21.02.2018 / 13:01
1
answer

my textarea does not recognize my class [closed]

I have a php document where I have the following code '<textarea class='futuro' name='comentarios' placeholder='Escribe tus comentarios' onBlur='this.value=this.value.toUpperCase();' required></textarea>' and in the CCS I...
asked by 24.07.2017 / 01:39
2
answers

Use two style sheets in an html? [closed]

I have a question, I can use two style sheets in the same html example, I have imported two style sheets ... style1.css and style2.css in my html I have elements that I want to use styles of a certain sheet and others of another, is it possib...
asked by 23.06.2017 / 21:48
1
answer

Change css style in a specific browser [closed]

Is there a way to change a style only in a specific browser?     
asked by 11.04.2018 / 11:48
2
answers

Infinite Javascript loop for a web page [closed]

I have a question, can you write a while(true) in HTML5 with javascript? I await your answers and thank you in advance for your help, regards.     
asked by 31.08.2017 / 11:40
1
answer

Conflict with css in the same web [duplicated]

I have a menu that I post on the main page, $menuPrincipal= /*Variable donde voy a guardar el menu*/ "<nav class='menu-container'>". "<a href='#' class='menu-btn'><i class='fa fa-bars fa-lg'><...
asked by 12.03.2018 / 14:11
2
answers

Assign color to a button depending on its value - HTML CSS [closed]

Having these two buttons: <button type="button" id="boton_uno" class="boton-estado btn-default">Boton 1</button>&nbsp;&nbsp;&nbsp; <button type="button" id="boton_dos" class="boton-estado btn-default">Boton 2</...
asked by 18.11.2016 / 14:15
1
answer

Style a cell of a DataTable in PrimeFaces

I have a problem that I can not solve. A component <p:dataTable> of Primefaces renders a table HTML in the browser, what I need is to put a background color to the element <td> of the table HTML , this for design...
asked by 18.12.2016 / 16:54