Questions tagged as 'css'

2
answers

Copy css from a parent element (from the father) to the child

Good, I have this structure. <div class="contenedor-abuelo(?)"> <div class="caja-padre"> <div class="caja-hijo"></div> </div> <div class="caja-padre"> <div class="caja-hijo"></div> </d...
asked by 26.09.2017 / 19:14
1
answer

Because my page does not fit the different screens

   I tried to center what the page is but I always have space left   to occupy almost always as in the sketch above, what happens?   leaves some words aligned horizontally. Index.html <!DOCTYPE html> <html lang="es">...
asked by 07.06.2017 / 10:56
1
answer

Jquery tooltip scrolls the contents of the table

I have a table html similar to this: <table class="table table-striped table-custom table-responsive"> <thead class="ordenable"> <tr> <th class="col-1" id...
asked by 31.05.2017 / 09:17
1
answer

how to generate this type of messages?

I want to learn how to make these types of messages, is it a modal? some example? Is it only css? what libraries are used to do it? jquery?     
asked by 23.01.2017 / 05:42
1
answer

Opacity change in invisible menu

I've made this menu link . In which when entering the cursor on the page changes its opacity to 50% and when you put on it, it is 100% opacity. As you can see, it works more or less, but when you put it on it disappears, it reappears a couple o...
asked by 04.02.2017 / 18:22
1
answer

Center button in IONIC

It turns out that I want to center this button: <div class=""> <button class="button button-block button-positive" ng-click="facebookLogin()" style="width:300px;"> <i class="icon ion-social-facebook"></i>...
asked by 29.11.2016 / 22:14
2
answers

Popup message in semantic ui

I have a button: <div class="ui container"> <a href="#" class="fluid ui violet button"><i class="mail icon"></i> Enviar Mensaje</a> </div> below I have the popup message initialization: <script t...
asked by 15.07.2017 / 14:55
2
answers

Various doubts with div [closed]

I have a page where the header and footer are always static, just change the body when you press a few buttons. The fact is that I have the main page, I need to make the different divs of the content I want to change. I have two questions:...
asked by 17.06.2016 / 11:23
1
answer

Query css for certain tags

I have the following: <html ng-app="app"> <head> <title>aprobado</title> <link href="http://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> <link r...
asked by 07.07.2016 / 09:14
3
answers

Make a DIV follow you while you are browsing, being FLEXBOX and inside another DIV

Good afternoon. I have three main div , one parent and two child . The parent is a flexbox, so your children will adjust to the width of the page. The problem is that I want one of the two children / child to fol...
asked by 22.09.2016 / 21:07