Questions tagged as 'css'

1
answer

Appear border with CSS hover

I'm developing a web application and I would like it when I hover over the menu item to show a border on top and bottom of the item with the white color but it is not working. Example. Myapplication Link to go to app with problem     
asked by 23.01.2018 / 18:22
1
answer

Navigation bar with more than one dropbox in bootstrap

I tried to create a navigation bar where it has the following columns: Home, Registration - > Customer Registration & Inquiry - > Customer consultation. When I'm in the query menu I can not access the dropdown of the client master record....
asked by 16.01.2018 / 23:46
1
answer

Replace image (logo in the upper left corner of the page) with a second logo (edited) Scroll

Good afternoon! I need to have the logo replaced when scrolling through the page on my site by the scroll bar or mouse scroll. My logo is inserted into the page via a class in bootstrap.css Following: .logo1{ background: url(../img/logo...
asked by 16.01.2018 / 17:28
0
answers

How to change Menu class in each session of a site onepage?

I have the following problem: - I need to add a new class in a DIV with the menu, in each session of a onepage site. Ex Session 1 - .menu Session 2 - menu-2 Session 3 - menu-3 So when I scroll down or through the anchor link you...
asked by 15.01.2018 / 15:02
0
answers

Send data by modal and keep modal open with a result

I created a modal with a simple form this form will send information to a bd, so q click on send modal should not close should show a result for the user. It turns out that what I did is displaying the form and the result together, how dumb i...
asked by 17.01.2018 / 17:22
1
answer

menu trasfer effect does not work in chrome in firefox works normal

This is the CSS code: *{ margin:0; padding:0; } header{ margin-top:10px; } nav{ margin:0px auto; max-width:1000px; width:100%; } nav ul { list-style:none; } nav > ul { display:table; overflow:hidden; width:100%; background:#E8E8E8; p...
asked by 11.01.2018 / 01:59
1
answer

CSS - Action overlay

Friends I do not understand much about CSS or HTML, but I manage to get around with some things. I'm creating my site ( link ) but I'm in need of a help: As I created in the cargocollective the template is ready, so I modified some things. I...
asked by 18.01.2018 / 06:22
0
answers

Animation svg with jquery and css works only in chrome

I have this code that does a spiral animation as it scrolls down the scrollbar $(document).ready(function(){ var mPrimeiro = false; var count; $('#servicos ul li.bloco').each(function( index ) { count = index; });...
asked by 18.01.2018 / 12:19
1
answer

Insert comma automatically while typing

When you enter a value, is there any way you can already do the correction by entering commas and points in the live? EX: Press 4 + 3 + 6 on the keyboard Input ja mosta = 4.36 EX: Press 4 + 3 + 6 + 8 + 8 + 8 on the keyboard Input ja mosta...
asked by 16.01.2018 / 20:25
0
answers

CSS not loading right, but I give F5 and loads normally - Angular 5 with Material

Hello, I am creating a system with Angular 5 along with the Material (CSS), but I have the following problem in my project: When logo on the system, CSS is badly loaded (image below). ButwhenIgiveF5,thescreencorrectsaccordingtomyCSS:...
asked by 10.01.2018 / 16:38