Questions tagged as 'css'

1
answer

Insert image in the background of the site

Hello! I'm new to programming, and I'm currently studying WEB DESIGN AND INTERFACE. I would like to know how I insert an image as a background in the site, so that the "body" of the site (texts, links ...) is superimposed over it. Type as a "wat...
asked by 26.05.2018 / 02:14
1
answer

Menu mobile full height

I want the mobile menu to be black, with height complete. Here is my code: #sidebar { position:fixed; top:0px; right:0px; width:45%; height:100%; background:#1a1a1a; text-align:center; transform-origin:right; tran...
asked by 22.05.2018 / 05:02
0
answers

Auto Complete of chrome fills in wrong fields

I have a WEB application that queries dynamically using SQL. After the chrome update, all system inputs are coming with the user name already filled in. Example: value = 'SUPERVISOR' and value should be blank. Does anyone know how t...
asked by 22.05.2018 / 16:41
1
answer

Declaration Error

I'm having a problem in declaring a DIV, as I'm learning alone, I'd like some help with this.  When I declare the DIV in this way I can put the images side by side, but then I can not insert the texts without breaking the line. <section id=...
asked by 20.05.2018 / 04:06
0
answers

How to color part of a text inside the input using REGEX or if you have a VUEJS plugin

My problem is the following I have an input with the text. Eg: "I'll add this new text". When the text is selected I change it to be enclosed in braces. Eg: "I will add this new text". UNTIL HERE I GOT But I need to change everywhe...
asked by 05.06.2018 / 14:07
0
answers

Problem with CSS in Firefox

Hello, I'm working on an Angular design (2 and 4) and Materialize + Angular Material. The problem is, I can not apply the zoom CSS property. Where in Chrome everything is ok but in Firefox it does not have this property. Which alternative can...
asked by 04.06.2018 / 19:09
0
answers

Replace a div when it arrives at a given input

I am making a form where the user must enter the data of the credit card. When informing it is appearing in the div that is above, however when arriving at certain input (Security Code) I want it to hide the div from above and appear to the div...
asked by 01.06.2018 / 19:05
2
answers

How to make the HTML page adapt to the window size [closed]

Personal to with a doubt I see on websites how the stackoverflow itself adapt to window size how do I do this in an HTML code? Do you resize a chrome window and fit the page without cropping the HTML elements?     
asked by 01.06.2018 / 17:24
0
answers

Custom Page Scrolling [Pending]

How can I build a scrolling effect similar to this one? link And how to do the "appearance" ( fade in , move) effect of objects?     
asked by 16.05.2018 / 21:52
2
answers

Are you able to do a toggle button with two buttons?

I have a system to change the layout of the page for a night vision layout, but for that to happen I had to use two buttons, and I think it's better to use a toggle button to change the theme. If you can help I thank you. function applyThe...
asked by 16.05.2018 / 16:40