Questions tagged as 'css'

1
answer

Input [type = range] with easy CSS using a little JavaScript (Q & A)

One of my biggest problems with CSS has always been this INPUT [type = range], several browsers have their own styles for this tag, this becomes a bit tiresome to do with having to make adjustments to each browser, not to mention increases your...
asked by 09.05.2018 / 20:15
1
answer

Resolution image size in Mobile CSS - Increase height

To trying to increase the image of a div, but not to success. here's the code, am I missing something? @media (max-width: 768px){ .row-fluid banner cheio{ height:80%; display:block; } } Any information only en...
asked by 19.04.2018 / 01:58
1
answer

put a div inside a function in php

I have this command that does the check in the database and verifies that the user is blocked, in case it shows an error message, if it is not locked it continues the normal execution. What I am wanting is when he does the check change the error...
asked by 19.10.2018 / 20:14
1
answer

Dynamic CSS in Classic ASP

People .. I have a web site in classic asp that revercute a table that is updated daily in the SQL server. Then I have a column in the table named column1 that shows values from 0 to 120 In my asp, this column is shown in formatnumber (R...
asked by 23.08.2018 / 21:14
1
answer

I can not use Google's fonts in CSS and the codes are right, apparently

I copied and pasted the two codes that Google makes available, but I do not know the problem. Note: The problem is with the tag <h2> So I thank you if you reply, because as I saw in several videos, the procedure is to get the...
asked by 26.08.2018 / 22:09
1
answer

? php wp_head (); ? = FIX when scrolling in wordpress?

Hello everyone, I want to know how I can make my menu stay fixed when scrolling the browser, regardless of the theme I'm using, until I'm using a Customify free theme and I've seen that it does not give me that possibility , only the pro version...
asked by 14.08.2018 / 22:36
1
answer

How do I pass a variable into a frame?

Hello, how are you? I wanted to pass a variable that contains a result into a frame that contains a chart and then the chart would use that value and plot it on the chart. I'm programming in Ionic 3, HTML, JavaScript and SCSS. How do I get...
asked by 18.08.2018 / 17:06
1
answer

I want to use DISPLAY: FLEX in CSS but I can not?

<iframe class="OrganizarPosicao" src="https://www.linkedin.com/embed/feed/update/urn:li:activity:6378354762370285568"height="525" width="504" frameborder="0" allowfullscreen=""> </iframe> .OrganizarPosicao{ display:flex; Justify-co...
asked by 10.03.2018 / 23:03
1
answer

Issues with CSS + CSS Positioning

I'm having a lot of problems in positioning elements in html + css, I'm making a website, and I made a button with animation there, there I was trying to put a navigation bar, then I put before the button code with animation, and also put after,...
asked by 14.03.2018 / 02:49
1
answer

select / form / input / html and php integration

I'm trying to create a system that looks like this: As I'm starting now, I'm trying anyway to learn even if it takes a long time to get something close to it.  So far I've been able to do this: htmlcodesofar:<!DOCTYPEhtml><htmlla...
asked by 25.12.2017 / 20:25