Questions tagged as 'css'

1
answer

Why are not social media icons displayed?

Can you please help me with this? The part of the icons of social networks does not work out well, please tell me what my mistake is. For the icons I am using link thank you very much in advance! 1 Image of my work 2 Image of what I want...
asked by 09.10.2018 / 04:06
0
answers

Group view in 2 parts with Bootstrap AdminLTE

What kind of friends do I need to group a view that I am doing for a point of sale, as well as this one (the part that is at the bottom where the products appear): I already managed to divide all that, but now I need to fit it like this...
asked by 09.10.2018 / 20:07
0
answers

Leave fixed, without scroll a side menu mobile css

my problem is that, when using my page in a mobile resolution, I open the menu, and it does not stay fixed, that is, if I scroll, it takes me down the page, when what I'm looking for is the opposite . Also, I use a transparent background in the...
asked by 10.10.2018 / 00:06
0
answers

How to select an element of an object in AngulaJS?

I'm creating a navigation bar and I'm looking for an icon that, in addition to changing the page, changes the icon of gray scales to color. And deactivating the previous menu doing the opposite. <!DOCTYPE html> <html> &...
asked by 10.10.2018 / 01:28
0
answers

Help with Problems in Z-INDEX,

HTML CODE ::: <!DOCTYPE html> <html> <head> <title></title> <link rel="icon" href="img/logo.png"> <meta name="viewport" content="user-scalable=no, width=device-width, initial-scale=1"> &l...
asked by 08.10.2018 / 03:49
0
answers

page problem with page.js

I have two pages, signin1.html and index.html signin1.html has a form that when clicking on the button is reedirige to index.html but there the problem arises because it does not redirect it var $ = window.jQuery var page = window.page...
asked by 05.10.2018 / 16:39
2
answers

Change datable background color

I have some datatables that I want to change the background color on a specific page, so add a style to change it: table.display tbody:hover td{ background-color: red !important; } I do it this way but it only changes the color when the cur...
asked by 10.10.2018 / 22:57
2
answers

How do I modify the php so that it appears in a single line when there is a condition?

I am modifying the code because it looks bad. It's a login. I want you to appear Have you forgotten your password? | Check in Thus in a single line. Currently appears in 3: Have you forgotten your password? | Register Css: .u...
asked by 04.10.2018 / 02:06
1
answer

when entering the date and time in an issue it appears out of sync with the local time (only the time)

<?php session_start(); if (!isset($_SESSION['email'])) { header('Location: index.php'); } $fecha = date("Y-m-d H:i:s"); ?> <!DOCTYPE HTML> <html> <head> <title>ENCUESLAB</title> <...
asked by 16.10.2018 / 19:30
3
answers

transparent scroll bar

I have a code that makes transparent the scroll bar in the browsers of the phones, but it makes both transparent, the (x) and the (and) only need to leave the bar transparent (x) no logo to give what I need How do I do? ::-webkit-scrollbar {wi...
asked by 09.10.2018 / 00:20