Questions tagged as 'css'

0
answers

How to position css element to the left

Someone can help me, I am a beginner in css, I have a form but it is very right that is even surpassing the margin of the site as you can see in the image: formcode:<divclass="container"> <div class="row"> <di...
asked by 13.10.2018 / 14:34
1
answer

Scroll inner content div with Ionic border

How do you make the inner content of a specific div have scroll when the text is larger than the area? I was suggested using the following code: html: <ion-content id="contrato"> <div class="main"> <d...
asked by 15.10.2018 / 22:57
0
answers

How do I know if a div exits the field of view because of scroll?

In this case I have the following situation: body{ margin: 0px; padding 0px; overflow-y: auto; } .box{ position: absolute; width: calc(100% - 260px); height: 100%; display: inline-table; } .caixa_responsiva{ pos...
asked by 15.10.2018 / 00:58
1
answer

Change the logo image when from the CSS class navbar-inverse

Inside my HTML on page I have a header div that changes in css when scrolling the page up to a certain pixel. I can change the colors of the bar and the texts but I can not change the image of the logo How do I change the image as the navbar...
asked by 21.10.2018 / 17:38
0
answers

How to show colors coming from a database in a [duplicate] drop-

I'm trying to put as an option in a select the color in place of the color name, I already did this using a div but never in a select, I have this code: <div class="col-sm-6"> <div class="form-group selectpicker-wrapper"> <...
asked by 17.10.2018 / 02:29
1
answer

Change CSS property in TypeScript (Angular)

I have a list that when I click on it, I need the display: listview to be changed to display: none . My list is composed like this: <li class="sub"> <a class="dropdown-item waves-effect" (click)="verificaPermissao...
asked by 15.10.2018 / 20:29
1
answer

Effect of scrolling down the page to a defined extent using scroll

Hello, I already looked at something related here, but did not clarify my doubt: How to make this scrolling effect equal to this site? link And how to set where the scroll will stop, so that each session of the page is centered in the br...
asked by 15.10.2018 / 17:34
0
answers

Slider does not load automatically

Good morning, link Home slider video is not loading automatically, it is always necessary to refresh the screen for it to run. (This happens 90% of the time you access the WebSite, and especially in Chrome, very strange ...). Another...
asked by 12.10.2018 / 16:01
0
answers

File "Compass / css3" not found when done Import

I'm trying to use a ready layout (test.scss), and it's my first time trying to implement SASS. Just in the code header, there are 3 imports: @import "compass/css3"; @import "compass/reset"; @import "compass/css3"; I have already installed G...
asked by 19.10.2018 / 20:55
0
answers

Line break is not occurring when exceeding container size

I have a paginator inside a container-fluid, it happens that because the paginator has many pages, it is not performing the line break, this happens: Itriedtoapplytomydiv:word-wrap:break-word!important;white-space:normal!important;Mypaginato...
asked by 09.10.2018 / 20:35