Questions tagged as 'css'

1
answer

I need to leave the top of a table fixed, while the table has a scroll

I have a PivotTable, and I wanted to have the head of it fixed on hers while I scroll the table, when I reach the end of the table, head "add" and go to the next table. > All this without the table having td and th with...
asked by 10.01.2017 / 20:42
2
answers

How to redirect Css to just one Div

I'm creating a site where I need to use a unique css file for the responsible div to display the services performed on it. The problem is that this css file is downloaded from somewhere else, and it ends up changing the rest of the page. Does an...
asked by 01.06.2017 / 17:31
2
answers

Why is the screen size in the browser different from the actual one?

I'm lousy when it comes to HTML + CSS design, but as a web developer, I often find myself having to do it. I often have to do the media-query to adjust the layout. Question If I have a mobile with resolution 360x592, why is it time t...
asked by 22.06.2017 / 16:11
1
answer

How can I make "unskew" the background image?

Good morning, I'm no expert on this and I'm tired of looking for a solution to counter the skew given to the main container. Basically all the solutions that I have been able to understand so far do not solve. The elements above the image I g...
asked by 15.05.2017 / 12:07
1
answer

How to avoid image scrolling?

I avoided asking someone for help for my own learning. But of all the difficulties that I have been facing, I can not solve it and it is the last step of the project. I need to insert a cell phone image in the center of the screen. So far so...
asked by 20.10.2016 / 19:07
2
answers

Remove "margin" from responsive image on site by CSS

Good afternoon! I'm a beginner in web-based programming, and I'm having trouble removing a space that I call the "margin" of the background image on the page, which is responsive to a width:100% (). width of the page, but it is not totall...
asked by 07.10.2016 / 18:24
1
answer

How to slide the text into an input in the hover?

I have an input with a fixed width, but sometimes the content exceeds the width of this input. Somewhere I saw a solution that by hovering the input the text inside the input slid to the end without changing the width of the field. How do I d...
asked by 12.07.2016 / 16:05
1
answer

Problems with SECTION and ASIDE (HTML5)

I spent some time here with problems with background-image and today I'm here again with problems in these two semantics ... Whenever I minimize the window or inspect my code, content in ASIDE jumps down and the problem is not just that...
asked by 14.07.2016 / 00:47
1
answer

Difference between pseudo-class (colon :) and pseudo-element (double colon ::) in CSS

I would like to know what are the differences between these two CSS concepts, in order to understand and point out what is one, and what may be the other. For example: :hover , ::before . What I've understood so far is that -...
asked by 09.10.2015 / 05:29
1
answer

Problem with Background Image using Bootstrap 3

I'm having trouble displaying the background image when the site is accessed by Chrome on my smartphone, the PC displays normally (responsive). HTML <!DOCTYPE HTML> <html lang="pt-br"> <head> <meta charse...
asked by 28.04.2016 / 20:33