Questions tagged as 'css'

0
answers

Product table in Ionic 3 - Css

Good afternoon everyone, I have a problem and so far I have done a lot of research, but I did not find a satisfactory answer. How do I develop a table of products in this style:     
asked by 19.11.2018 / 17:43
0
answers

Resize cell images [duplicate]

I have a post page, which receives this setting for the images that come from the database: .post-content img{ max-width:100%; } What happens is that when you see the photo on the cell phone, they get elongated, half deformed, does an...
asked by 19.11.2018 / 18:25
0
answers

Elements overlap and overlap while zooming with flex-wrap

When you zoom in on the page, some elements do not "wrap around" correctly and overlap other elements. I am using as an option for layout organization the flex-box , since it was the only one with which I could align some elements as I wan...
asked by 26.11.2018 / 22:31
0
answers

Blank table space

Hello, I have a small problem, the table gets one more column, I looked for the error and read the code several times and nothing to solve If anyone can help, thank you <table> <tr> <? $table = 'Products'; $col...
asked by 18.11.2018 / 05:40
1
answer

Add Css Style in a ViewPort of a specific page in the visual studio bootstrap

I'm new to CSS and I'm studying some elements. When creating an ASP.NET CORE MVC project with Visual Studio 2017, all content is automatically placed inside a body-content that keeps content centralized. (At least that's what I understood)...
asked by 17.11.2018 / 20:26
2
answers

Element Higher than Input

Good morning, I'm putting a mask on a field that formats a phone number, but you can see that the field ID is # Field_11690 because it was created by a WordPress plugin. ( function( $ ) { // jQuery MeioMask. $( '#field_11690' ).setMask( '(99)...
asked by 27.11.2018 / 14:00
1
answer

How to change table row color based on the value of a cell?

I need to make the table row change to a particular color based on the value contained within the 'td' tag. All the functions I have found so far have not been useful to me since I tried to implement it in my code and I did not succeed....
asked by 05.07.2017 / 16:41
0
answers

Is it possible to do Functions with SASS?

I'm developing my CSS classes with SASS and realized that I often use Media Query (@media) to create behaviors at a given resolution. %display-none-mobile{ @media (max-width:992px){ display: none; } } .minha{ &-i...
asked by 22.11.2018 / 21:13
1
answer

iframe map overlaps options bar

I created a class to be able to apply the CSS, I already changed the positioning from relative to absolute and however it continues as it is in the photo. I need the bar not to overlap the map and the map to take up the entire width of the...
asked by 18.11.2018 / 18:20
0
answers

Is it possible to change the CSS code of an existing page and it is only linked in another page?

The question is as follows: I have a calling system (GLPI) which by default it is responsive but does not stay legal in the mobile version. I'm studying javascript > > react and then try to create a mobile full version. My environment i...
asked by 21.11.2018 / 22:16