Questions tagged as 'css'

1
answer

Section divider and slider

Good people, can someone tell me how I can do a section divider in html and css? Like that: I would also like to add a simple slider to the header to fill the full-width of the screen, but I'm having trouble trying to make one, does anyone...
asked by 05.05.2018 / 12:45
1
answer

Show div when scrolling the page?

I see many Wordpress themes using the feature to show the elements as it scrolls in the site, an example is this: link How is this done? Only with CSS is it possible? Without having to use jquery?     
asked by 28.03.2018 / 17:47
1
answer

Floating box with CSS and HTML

I would like to know how to create a floating box that darkens the screen behind and appears information in the center of the page, I looked at the stackoverflow br and did not find something similar. I would like something like the option th...
asked by 29.03.2018 / 16:14
2
answers

How to use css to override half of another DIV that is overflowing without using position: fixed?

I'd like to know how to use CSS to put a DIV without position:fixed on half of another that has overflow . I would like it to look like this: ThesamplecodeI'musingis: .div1 { width: 100px; height: 200px; backg...
asked by 29.03.2018 / 00:49
1
answer

I can not put image in the background

I tried to put the image in the background I put the background-image, I also put the path in the URL but it does not get any way. body{ margin: 10px; padding: 10px; background-image:url( ooo/imagens/back.jpg); }     
asked by 29.05.2018 / 22:09
1
answer

Change CSS in element that contains certain text

I have the following code, where my intent is that where in class .breadcrumb a the term "biblical" appears, this class has its style changed only where the resolution is less than 320px, but so far did not work. What could be wrong, guys...
asked by 18.04.2018 / 16:35
1
answer

Importing files from bootstrap fonts

The bootstrap icons are not catching on my project. I researched and saw that it can be solved by importing the bootstrap font files. What is the best way to import these files into the body of a page?     
asked by 22.03.2018 / 16:02
1
answer

Center text in element proportionally

In the example below, transform: translate(-50%,-50%); to hold a text in the middle of the element. But it is not a solution that works on all browsers. I would like to do it myself, but with simple css or even with jquery. .artigo-...
asked by 22.03.2018 / 20:36
3
answers

Radio alignment with image

I'm trying to center a radio item - selection "ball" with an image. But I've tried several features using CSS and I can not. Do you know which feature I can use to achieve this alignment? <tr> <!-- #### BUG: Arru...
asked by 21.03.2018 / 19:40
1
answer

Draw a point on an image based on its coordinates by clicking on it

My problem is this: I have generated a point I made in CSS in an image that I call in my JS, however, it must be generated in the coordinates that are captured when clicking on the image. <script type="text/javascript"> funct...
asked by 22.03.2018 / 14:30