Questions tagged as 'css'

2
answers

Meter with percentage

I have a system for evaluating the services that my company offers. I need to display a "meter" of ratings with percentage. Something like that this draft but I have no idea how the front-end . I have the backend of the percentage running...
asked by 21.08.2017 / 16:12
2
answers

How to open a pop after a few seconds and close after a few seconds after opening

Code updated and working. Contributed by Leo Caracciolo $(document).ready( function() { $('.popScroll').show(10000); $('.popScroll').delay(20000).fadeOut(); $("#close").click(function(){ $('.popScroll').hide();...
asked by 08.06.2017 / 22:17
1
answer

How to change the menu color by hovering the mouse over

I've implemented a CSS on my system where I hover over the menu and display the submenus. This is the CSS to move the mouse over the menus ul.nav li.dropdown:hover ul.dropdown-menu { display: block; } But this is the following, whe...
asked by 08.06.2017 / 20:42
1
answer

How to put border on select arrow with CSS?

I have this select with html and css: HowdoIputaborderonthesideofthearrow?So:     
asked by 08.06.2017 / 00:09
1
answer

Make element expand from its center

The problem is: I have a% centralized% with that container trick in div or position: absolute and fixed internal in div . As you can see, when the animation is executed, the% s of internal% (#square) grows from top...
asked by 10.07.2017 / 02:59
1
answer

How to leave messages from users on different sides in the chat? [closed]

I'm developing a chat using PHP, MySQL and jQuery. My question is how can I make the users' messages stay on each side to differentiate? Follow the PHP code: echo " <div class=\"row msg_container base_sent...
asked by 11.07.2017 / 19:30
2
answers

Input CSS Postal Code [duplicate]

Good morning, I would like to have my input text accept only four numbers and dps of this "-" and accept only three numbers. Is it possible with HTML and CSS only?     
asked by 06.06.2017 / 18:29
1
answer

Div fixed to some extent of the page

I'm developing a website that has a fixed div, but when it reaches a certain point, it follows the scroll. An example is the site link From what I saw, it is a script that from a certain point makes a scrolling calculation inversely proport...
asked by 19.10.2017 / 22:14
2
answers

Hover is not displaying correctly

I have a a no link, only for the display of additional information, but it is not being displayed correctly. I wanted it to be displayed as follows: However,itisdisplayedasfollows: BelowisthecodeHTMLandCSSused:CodeHTML:<aclass="too...
asked by 16.10.2017 / 19:56
1
answer

Animation transform scale "blurring" svg while animating

I have a problem to do an animation where I have circle in svg and I need to make it increase until I cover the whole screen, like a FAB that turns into a div, I've done an animation of that but with a lot of background-s...
asked by 17.10.2017 / 00:10