Questions tagged as 'css3'

2
answers

Position HTML image does not scroll with screen

I'm creating a layout where the content is on top of an image, but I noticed that when you scroll the page, that image rolls together! Please, can anyone help me? Tks. There goes html code: <section id="corpo-topo" class="row"> &...
asked by 04.03.2017 / 06:03
1
answer

CSS Selectors 3: nth-child ()

My HTML code has 12 tags that form 4 content blocks per line, I'd like to apply a different style as follows with nth-child: 1 div - a CSS style Next 3 divs - another CSS style And so I repeat 1 and 3, 1 and 3, 1 and 3, I did it one way bu...
asked by 08.08.2018 / 23:25
1
answer

Align div inside a Box

I'm using flexbox, inside the parent div I put a div with text, it's initially positioned at the top, I want to position this div at the end of the parent div. But when I put position relative; and bottom: 0; the child div remains at the top of...
asked by 05.09.2018 / 19:17
1
answer

Html and Css back a row in the table

There is a For that runs line by line a list. This list returns me input and output of a process. The problem is that it does not return on the same line because it is either input or output. I would like to show in the middle column the proc...
asked by 05.07.2018 / 12:52
2
answers

Fixed menu interferes with footer positioning

I'm developing a web application and I put a side menu with <aside> and also a footer in my application, but the content of the footer does not go down but rather stays in the middle of the application screen. <!doctype htm...
asked by 24.01.2018 / 00:32
2
answers

modal 100% with CSS

Someone can help me, I need to make a modal, an msg that will appear in the loading of the site, with all the background opaque, that is, with the same modal features, and when clicking the window close ... but I need be 100% in CSS.     
asked by 24.08.2017 / 23:07
2
answers

Open message window inside html page

I've been trying to do this for a long time, but I do not know how, like, many sites have a link that when you click opens a window as if it were a more fixed popup on the page, but I already tried everything already fucei in the source code of...
asked by 08.06.2017 / 19:32
2
answers

Problem in Bootstrap Directory

I have a problem where when I try to access Bootstrap directly from the directory folder CSS does not work and only a few things remain, but when I link to the Bootstrap page it works. Remember that I am in the last version of Bootstrap. This is...
asked by 21.10.2017 / 20:06
1
answer

Create Options with div and make interaction with JavaScript

I need to create something like an opiton using div and sapan, which contain images as icons, and still have an interaction with JavaScript. My code works like this, if some language comes from the select server and it is automatically populated...
asked by 30.10.2017 / 12:32
1
answer

Swap HTML divs [closed]

As the image shows. I have div mother containing 5 div vertically aligned. How do I change the position of the last div contact by positioning it between home and services without having to change the defaul...
asked by 02.02.2017 / 01:37