Questions tagged as 'css'

1
answer

Cancel Background 'none! important' does not work

I have this code: <header style="background-image:url(http://www.......com/wp-)"> Then with a css style header{background-image:none !important} With responsive I need to return to show the fund that cancels with !important...
asked by 23.02.2017 / 02:01
1
answer

HTML + CSS side dropdown form

I have to add a form to my website that is shown on the right side of the page. This form must be hidden, and must be opened when the button is clicked. I've been looking over the internet, but I have not found any examples that serve me 100%....
asked by 09.02.2017 / 13:35
1
answer

How to add vertical scroll to a table with the head and the fixed footer with CSS or style?

I have the following table, where I put the fixed width to the head: <table id="listado" class="table table-striped table-bordered" style="margin-bottom: 0 !important;"> <thead> <tr> <th style="width:50px">C...
asked by 06.01.2017 / 19:32
1
answer

add class css to ng-mouseenter in angularjs

I have a simple question it is possible to add a css class inside ng-mouseenter="myclass" that is when I pass the maouse by the image that a css class applies. Greetings.     
asked by 28.12.2016 / 01:35
2
answers

Article stays below its parent container

I am practicing with a web, and I have created a container and inside it I have created one that contains an image, an h4 and a paragraph. The problem is that the section is 380px high, and the article is almost 700px low, as if there was a spac...
asked by 28.12.2016 / 03:25
1
answer

Apply edge only to a td [closed]

I have the following two simple tables, what I want to do is apply the border only a pair of elements td but that remain with the same style as when applied to the whole table as such, this is what I wear and can not recreate the s...
asked by 18.12.2016 / 23:32
1
answer

Mark mark in jade does not work

I have the following code that dynamically marks what the user writes, note that pure html is used, but when it happens to jade it does not work var normal, destacado, texto, entrada; function inicializar()...
asked by 23.12.2016 / 17:11
1
answer

Bolt cms doubles my path when I call my css and my js

I am using Bolt CMS in one of my pages and when including my style files or my javascript there is a part of the link that is duplicated, then it does not find the files. In Bolt Symfony is used so I include them w...
asked by 30.11.2016 / 15:16
3
answers

Navbar Aside Left Height 100%

I know that many know SB Admin 2, I'm doing something similar but I have a question about how to put the Navbar on the left that takes 100% of the top of the page as a aside; As it is in the image: Please keep in mind that I also want the...
asked by 27.02.2017 / 16:51
1
answer

Problem with div (columns)

I am modifying a page created by a partner. The problem is that before I had 2 columns and 1 single row. There are only images there. So I have the code. <div class="row oo"> <div class="col-xs-12 col-sm-12...
asked by 23.03.2017 / 15:27