Questions tagged as 'css'

1
answer

How to hide the social media bar?

Good morning. I have created a contact bar with social networks following a tutorial. I have seen on a website how it has a small arrow to hide this bar and I would like to do the same but not if it is done with javascript or modifying the css t...
asked by 11.12.2017 / 09:54
2
answers

z-index does not work when you try to add a text about the video?

Good, I'm trying to add a text on a video that is in the background, the video works correctly but when trying to put the text the z-index does not work, someone has an idea why? My code: body{ margin:0; } video { position:...
asked by 07.12.2017 / 03:07
2
answers

if I enter the textbox "fa fa-android" change the icon to which that class belongs with JQuery or Js

I have an HTML list where I have several icons that are options from the list, because these working with .NET I have added a textbox to facilitate the sending of data to my BD, in that textbox according to the icon you select send the class "fa...
asked by 06.12.2017 / 22:08
1
answer

How do I remove the margin from the top?

I have this HTML code and this CSS code: .burua{ padding: 0px; margin: 0px; width: 100%; background-color:#000000; height:65px; } #p1{ font-size: 350%; text-align: center; } a:link{ text-decoration:...
asked by 07.12.2017 / 12:27
1
answer

How to put the same menu on the left and right?

Hi, I'm trying to add a menu on the left and right but I've only been able to add it to the left (mine) but I want to add another identical menu but right wing does anyone have any idea that I have wrong with my code? <!DOCTYPE html&g...
asked by 10.12.2017 / 17:26
1
answer

Is there any way to know if an object hits (collides) with another in javascript?

I have an idea to make an animation when an object of the DOM impacts with another but I do not know when they impact there is a way to know it? I'll give you an example of what I take when I give the arrows box 1 moves my idea is that when I...
asked by 09.12.2017 / 08:12
1
answer

Select any child of a css element

Is there the possibility of selecting all the children of a certain element, even though they are different? I put an example code; <div id='contenedor'> <a href='#'>Esto es un ejemplo> <h1>Ejemplo h1</h1>...
asked by 06.12.2017 / 00:15
1
answer

Triangular figure with css

How can I make the following figure: probe with border-radius but the tip turns round and the sides curl, I need the tip to be straight and the sides are not curved. my code is: .Back { width: 50px; height: 50px; bac...
asked by 05.12.2017 / 23:39
1
answer

Responsive hack for M. Edge

short question. This hack is for M. Edge @supports (-ms-ime-align:auto) { div { display:inline-flex; } } How can I use this hack in responsive ?. So in @media this this hack for M. Edge as a display: inline-table Than...
asked by 06.12.2017 / 10:39
2
answers

How to make an image responsive in a background within a select arrow!

I hope and they are well, what happens is that I have a problem when making responsive the arrow of a "select" or "comboBox" element here is the css code where the image is loaded: .selectArrow { background: URL(../img/unfold-icon.png) no-...
asked by 25.11.2017 / 00:09