Questions tagged as 'css'

1
answer

circle with several bars with jquery and css

I'm trying to create a circle with bars inside that accompanies the edge of the circle, I'm hours breaking head with it. Here is the code I took all day to do, but it's still not that, $(function(){ var left = 50, rotate = 0,...
asked by 16.02.2018 / 21:56
1
answer

Tabs in css - line break when the page boundary pops up

I'm doing tabs in css. but when it reaches a certain number, it breaks to the bottom line. I wanted it always to be online, even if it does not appear on the page. .tabs { list-style: none; text-align: left; margin: 0;...
asked by 31.03.2018 / 16:13
2
answers

Using Jquery on a PHP page is it possible?

I have a Login page, which has a form, which sends the data of two fields (username and password) to a PHP file that performs the verification. This php file uses a function already written to a class. In this function, if the result is true, a...
asked by 30.03.2018 / 21:42
1
answer

Image Paralax does not appear apple device (IOS)

Good afternoon guys. I developed a site for my girlfriend, and when I open the same on an iphone, the paralax image does not appear, it gets blurred. Android, notebook and desktop devices are running normal. www.anagasparini.com.br    ...
asked by 21.03.2018 / 18:04
1
answer

How to make the image to be responsive in the mobile inside the Carsel bootstrap 4, so it fits

<div id="myCarousel" class="carousel slide" data-ride="carousel"> <ol class="carousel-indicators"> <li data-target="#myCarousel" data-slide-to="0" class="active"></li> <li data-target=...
asked by 08.02.2018 / 04:17
0
answers

How to map an image to work responsive

I have a picture of a bed and needed that when the hover mouse happened on the pillow popup a popup, but I do not know a way to map this image, I would use html map but I will not have responsiveness, does anyone know a way to do with which the...
asked by 01.02.2018 / 10:47
1
answer

Full screen overlay with menu

Talk to people, okay? I'm having a hard time making the effect of Full Screen Overlay, in this effect I use CSS and Jquery. The effect consists of opening a div overlay, when I click the menu button the div overlay hides the scroll bar, the p...
asked by 01.02.2018 / 19:56
1
answer

How do I increase the selection bar of a list item within a drop-down menu

How do I increase the selection border (gray color) to width and height as I selected it in red? body { padding-top: 50px; padding-bottom: 20px; } /* Wrapping element */ /* Set some basic padding to keep content from hitting...
asked by 01.02.2018 / 15:09
2
answers

Color the entire header

I need to change the color of the header of the site, but when I apply the background color in header , the color only takes up the space of the content, thus getting the color of body at the top and bottom like this: <...
asked by 07.03.2018 / 13:28
1
answer

Set dynamic height for div with javascript

I would like a script that takes my div with class master and set height: 100% according to the size of the screen. html: <!DOCTYPE html> <html lang="pt-br"> <head> <meta charset=...
asked by 28.02.2018 / 19:07