Questions tagged as 'css'

1
answer

How do I get my content behind my popup?

Whenever I click on my popup view button, my content "goes down". How do I make the popup stay above content? body{ padding:0; margin:0; } .container2{ position:relative; margin:0 auto; text-align:center; margin-top: 10...
asked by 22.06.2017 / 19:27
1
answer

Generating graph from a TxT HTML [closed]

How do I get the data from a txt file and play in html to generate a chart ?? I'm using that HighCharts tool, and I'd like to know how to play the values on the date, so I can generate the chart. series: [{ name: 'Sensor 1', data: [...
asked by 22.06.2017 / 05:35
1
answer

why column-count does not work in firefox?

Because the css column-count attribute does not work in mozilla firefox it follows as it is in google chrome and mozilla firefox Mozilla firefox Googlechrome HowdoImakemozillafirefoxequaltogooglechrome?code...
asked by 02.06.2017 / 22:26
1
answer

Fading list items with jquery or javascript

I have the following code below and I have to make sure that when I click on the autocomplete result, and it fills the field with the values, the autocomplete list simply disappears: <pre> <style> ul.autocomplete_mapa_f...
asked by 26.06.2017 / 17:31
1
answer

Mouse over menu and display submenus

I have the following problem on my system. I put a css in the menus, where I hover over the menus and displays the submenus linked to them. CSS ul.nav li.dropdown:hover { background-color: #0c7cd5; } ul.nav li.dropdown:hover ul...
asked by 08.06.2017 / 21:29
2
answers

Icon within the input

How do I put a icon inside of input ? input : <input id="password2" class="form-control" placeholder="Enter password" name="Password" type="password" value="" ng-model="user.Password" ng-pattern="/^(?=.*[a-z])(?=.*[A-Z])(?=...
asked by 09.06.2017 / 11:10
0
answers

Disordered slide

I'm having a problem trying to make a slide effect with java, but this is a problem, the images I chose are getting out of place as they can see below, I'll post the codes here who can help me thank you, Hugs !!! @charset "utf-8"; /* CSS...
asked by 25.05.2017 / 17:07
0
answers

My bootstrap logo is too large and the remaining menus have a large empty space between them

<body> <div class="navbar navbar-inverse navbar-fixed-top"> <div class="container-fluid"> <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed" data-to...
asked by 23.05.2017 / 10:22
2
answers

Resize NAVBAR when scrolling the page

I'm trying to make Navbar decrease when I scroll down the page, assigning the class .sticky to <nav> . But for some reason, the bar does not diminish, it only changes color. I've already tried assigning the class to another...
asked by 20.06.2017 / 21:39
2
answers

Aligning Counter on top of Icon

How to do it correctly where the counter is always in the same position as shown below  Heredependingontheresolutionitleavestheposition HowIwantedittostayMyCode <!DOCTYPE html> <html lang="en"> <head> <meta http-...
asked by 02.07.2017 / 18:53