Questions tagged as 'css'

1
answer

HTML - Relative path of HTML does not find the files

I have a desktop application with a installer , so the file paths are dynamic , I use a webBrowser in the application to simulate a protocol with HTML, CSS and JS files to be lighter than generating via WinForms . The problem is that HTML i...
asked by 28.06.2018 / 15:18
0
answers

Animate Delay with jquery

I wanted to know how do I put a delay on image exchanges using jQuery. I did a test and it is not working, follow the code below. $(function() { $('a[href*=#]').on('click', function(e) { e.preventDefault(); $('html,...
asked by 06.07.2018 / 06:10
0
answers

Simple login system with javascript [duplicate]

Can anyone help me with how to make a simple login screen with javascript for website? The video tutorials that accompany me do not make it clear how to do: (     
asked by 27.06.2018 / 23:45
1
answer

Doubt with Flex-Box CSS

I'm stuck with a flex display question in this code snippet: link I want the box to stick to the top of the page, regardless of whether the menu scrolls or not. Let there be no margin. I tried margin: 0 in the nav element, but it did not wo...
asked by 28.06.2018 / 01:09
1
answer

Modal Form Login appears once and disappears at the same time

I have a problem here with this modal form. JS works fine, but the modal window pops up and disappears quickly. How to solve? <a href="" id="signin"><li>Entrar</li></a></a> </ul>...
asked by 04.07.2018 / 21:24
0
answers

Datepicker that takes information by day, week and month

Hello , I'm creating an html form, where I need to filter some dates so that the user is restricted to taking a one-day interval, or just a week of the month, or an entire month . I'm currently using DateRangePicker, however I needed to turn it...
asked by 27.06.2018 / 13:07
1
answer

Problems with href scrolling for content on the same page at lower resolutions

My problem is this. <a href="#saibamais" class="scroll-to"> Saiba Mais </a> <div id="saibamais"></div> $('a.scroll-to').on('click', function (e) { e.preventDefault(); $('html,body').animate({scrollTop: ($($(this)...
asked by 27.06.2018 / 14:14
0
answers

Create a css file with Bootstrap classes

Sorry for the rough question, but I started with css now and I have a question: I'll have to repeat doing several DIVS (with the same panel and bg-blue-gray-100 bootstrap styles) on several pages. How do I put these two styles into a css file an...
asked by 06.07.2018 / 00:31
1
answer

FontAwesome 5.x Icon in CSS Is Not Displayed

I would like to display an icon in an HTML element, using CSS font-family and content, but it does not display, the broken icon appears. I call the FontAwesome 5.1 library through the CDN: This would be the icon: link CSS looks lik...
asked by 25.06.2018 / 19:06
0
answers

Enter text if the field is Null in React

I want to create a function to create a text if the property description field is empty I have following code in react, however this property description value is coming from an API React Code {property.title && <p className=...
asked by 29.06.2018 / 16:58