Questions tagged as 'css3'

1
answer

Minimize of screen leaves words of messy rodapedia html

When I minimize the browser the sentences go to the corner are messed up. Follow the code: css: @charset "UTF-8"; body{ margin: 0; width: 100%; height: 100%; background-color: white; } li{ color: white; } header#fund...
asked by 22.09.2018 / 03:08
0
answers

Parallax with two layers when rolling the mouse

I'm trying to make a parallax in two layers and I'm not getting it. What I want to do is look like the site link . I want the background image and title to move down at the same time and at different speeds to give the impression that the im...
asked by 20.09.2018 / 14:04
1
answer

How to insert WP previous_post_link (); anchored in a div

Good night, I'm trying to create a personalized navigation between single-posts in Wordpress, but I do not know how to do it, and I do not want to use a plugin for this, see what I'm trying to do (No No Success!): * .php <a href="<?...
asked by 15.09.2018 / 02:45
1
answer

Mobile hacking

Personal I'm doing a test however on the pc in all sizes it works cool now when I go up on the server and look at the cvelular it cuts the part of the title can you help me? HTML <!DOCTYPE html> <html lang="pt-br"> <head>...
asked by 06.09.2018 / 02:05
0
answers

How to lock the background screen and allow only Scrooll in the menu

I have a problem here, I created a menu that has scrolling, however when I have to scroll, I need the background screen to be locked and just roll as far as the menu ... Here are the photos: Thecodeisasfollows:HTML(Fromthediv="content the code...
asked by 07.09.2018 / 19:24
0
answers

Slick with FlexBox CSS3 not working

I would like help with the implementation of Carousel Slick with Flex Box CSS3 When I enter more than one slide, the structure loses the default. I currently have the following codes: 1.HTML <article class="mainCarousel"> &...
asked by 02.09.2018 / 04:38
1
answer

In CSS why does pseudo-classes: empty work and a: not (: empty) do not work in input?

I'm trying to make a form template where I think of the user experience better by giving visual feedback when the field is filled out. There I came across a "problem" that I can not explain ... Because no input pseudo class :empty...
asked by 31.08.2018 / 21:34
0
answers

How to fix the columns of a table?

I have a table with my fixed header, but I would like to set the columns that have a characteristic object. For example: Name, Job, Age, Status. So when I do the scrool horizontally, the columns remain fixed. Follow the example below in the i...
asked by 21.08.2018 / 21:01
2
answers

Problem with running animation in CSS

I did an animation in CSS, but it stopped working. Where is the error? HTML / CSS #loading { background-color: #0e5077; height: 100%; width: 100%; position: fixed; z-index: 99; margin-top: 0px; top: 0px; } #loading-c...
asked by 22.08.2018 / 20:11
1
answer

wanted to put dot / circle controls in my slideshow, can anyone help me?

I would like some dots below the slideshow so when I click on the first dot the slider goes straight to the first slide, but I can not, can anyone help me? HTML: <html lang="pt-br"> <head> <meta charset="UTF-8"/> <ti...
asked by 10.08.2018 / 18:00