Questions tagged as 'css'

1
answer

Hover effect within a link

<a href="#" target="_blank" style="text-decoration: none; color:white;">Opciones</a> I am making a signature of my email, which only respects the styles placed on the labels themselves, as shown above, where I give...
asked by 23.11.2018 / 16:23
1
answer

Colapsar sidebar

I have a project that uses the AdminLte template, and I do not know how to make the sidebar collapse: I have managed to change color when the size of the screen exceeds 500px but I do not know how to make it also collapse: @media (min-wid...
asked by 07.12.2018 / 19:19
1
answer

Launch event of a hidden element html

I have this html table: <table> <tr> <td>A</td> <td><img src="img/d1.png"><input type="checkbox" class="ocultar chk_asiento" value="A1" onClick="asignar(this);"></td> <td><img src="img/d...
asked by 23.11.2018 / 00:32
0
answers

what are the alternatives to the windows helvetica for linux and mac?

I have already installed 3 typography with font-face, and I do not want to load more to my web, so I just want to put more altenativas to my font-family, so that in case you do not find the helvetica when you enter with linux or mac, choose a ve...
asked by 20.11.2018 / 20:56
1
answer

function wp_head () wordpress

Ando in the task of optimizing the load of a site wordpress , I see that it has too many plugin that causes the header to make several calls to scripts and css , and from what I saw, that global call does the function wp_...
asked by 21.11.2018 / 16:45
1
answer

HTML Menu with CSS

My menu is as follows: <html> <head> <title>Menu Desplegable</title> <style type="text/css"> * { margin:0px; padding:0px; } #header { margin:au...
asked by 19.11.2018 / 15:26
0
answers

Change option of select firefox

I have a select and options with a CSS style done. In chrome it looks good, now in firefox the options do not come out with the same style, it is taking its own. In different versions of firefox it is seen with different style. I have tried with...
asked by 19.11.2018 / 10:40
1
answer

Text that is aligned to the right

I have a text inside a div but it happens that when the line breaks it moves to the right <div style="width: 300px;"><b> aqui va el texto que cuando llega el momento de saltar linea se va hacia la derecha</b></div>...
asked by 17.11.2018 / 00:51
0
answers

Compile only the classes from the materialize color palette

I need to compile in a CSS file only the classes related to the materialize color palette, to use it in a project that does not include that CSS framewrok. link     
asked by 25.11.2018 / 20:51
0
answers

Internet Explorer ignores background-color with flex property

I have an HTML document with a form. In the body I have a div to container mode where I enclose the form (to limit the width of it). To make it responsive I use flex, my problem arises with Internet Explorer. The color of the body is # F2F2F2...
asked by 16.11.2018 / 10:13