Questions tagged as 'css'

2
answers

Change text color on ionic

I'm making an application with the black background, so the letters need to be white. Is there any global variable to change the whole text at once, instead of changing each page at a time?     
asked by 03.11.2018 / 18:16
1
answer

How do I get the value of a slidebar and display in an output?

I put a slidebar in my project with values from 0 to 10 and I would like it to display those values chosen by the user below or above it, I took some examples on the internet and tried to modify it and had problems with it. The slidebar I used w...
asked by 08.11.2018 / 14:19
0
answers

How to set animation attribute via js?

Well, I need to set an animation attribute in css via javascript. When a speed is greater than X put an animation and when smaller I put another JS: $(function() { $("li#liFluxo").click(function() { if(!document....
asked by 09.11.2018 / 15:02
1
answer

Problem in formatting the site

Good morning, I'm having a problem with my site's css it just works from the laptop up to 4K, can someone tell me why? /*Mobile S*/ @media only screen and (max-width: 320px) { .content{ margin-left: 35%; margin-top: 250%; margin-righ...
asked by 09.11.2018 / 13:19
1
answer

I can not use CSS pseudo-element with JQuery

I want you to click on the pseudo-element, the menu opens, I tried several codes but none worked, the last one I tried was this: $('#overlay-menu').after().click(function(){ var menu = $('#overlay-menu'); //Antes eu tentei usar o this, por...
asked by 11.08.2016 / 16:31
0
answers

Scroll hides Bootstrap Popover

So folks, once again a question related to this popover , I managed to stylize it to an acceptable size, but with a display-related issue when the scroll in> Div where it contains the element. In the previous version where you had scroll...
asked by 26.10.2018 / 16:32
1
answer

mPdf ignores inline css style

I am generating a report that needs to have margin-left: 20px; But when generating the pdf, it does not respect this value. <span style='margin-left: 20px !important;'>a) Meu texto com margin de 20px</span> . Not e...
asked by 26.10.2018 / 17:27
0
answers

How to remove the overlay of a specific div?

I have the following code that will create delimiters ( target ) according to the past coordinates. But I wanted these targets to remove the overlay <!DOCTYPE html> <html> <head> <meta name="viewport" conte...
asked by 01.11.2018 / 16:53
1
answer

Elements disappear when you enter responsive mode and only appear when you click on it

As soon as my page loads, all the elements that fit on the screen are rendered, but when I scroll down a bit, the elements are not shown, only rendered when I click on them, and when this element is shown, another element on the top some (?)...
asked by 24.10.2018 / 17:30
0
answers

Dynamic menu with c: foreach and bootstrap

I'm having trouble implementing the menu using c:foreach . The menu appears only that it does not load the submenus. My parent list loads all data from the menu table with the null parent field. And the todosFilhos list loads all...
asked by 23.10.2018 / 20:58