Questions tagged as 'css'

1
answer

CSS font-smoothing: antialiasied makes no difference?

It is possible in the late Fireworks cs6 (and from what I read in photoshop too) to optimize the rendering of the fonts. Searching to see it was possible to apply this in the web pages vi there are sim resources to accomplish the same: -webkit...
asked by 08.03.2016 / 23:24
1
answer

How to do in CSS a responsive list

Hello, I wanted to know if anyone here knows how I can make a list responsive, I'll explain, see the image:
asked by 16.03.2016 / 19:35
1
answer

Best way to add a lot of HTML to the page via JS?

Well, I'm creating a small social network (one page) and I wanted to know how to add a lot of html to the page. I'll explain better: I have a div called timeline that serves as a container and within it in thesis is to be added another...
asked by 14.01.2016 / 17:17
1
answer

How to lock so that CSS does not change beyond Footer and Header

I wanted to know if I can lock CSS to a specific location. See the following: I have created a system where each user will define his own Header and Footer (consequently his own css). However I would like that when reading th...
asked by 19.01.2016 / 13:11
1
answer

Show div with enlarged image when passing mouse on thumbnail

I have a div where the thumbnails of the images are shown and another div above with the text, eg: HowcanIdothatbyhoveringthemouseinthethumbnail(normalhovereffect)alargerdivappearsthatoverlapsthetextandshowstheimageofthelargerthumbnail(which...
asked by 04.12.2015 / 19:50
1
answer

Scroll is always at the base of a div

I'm automatically fetching information from a database, from which you create a scroll in a div. The problem is that I have to scroll down to follow the information that appears on the screen. How would I have the scroll scroll down automaticall...
asked by 04.12.2015 / 15:21
1
answer

Float Right is overlapping div and invading low div

So, I'm here again, asking for help, I tried everything, I even used overflow:hidden , but it got much worse, so I need help, I have The code for the div: width: 100%; display: block; background: #FFF; padding: 2em 3e...
asked by 28.07.2016 / 16:41
1
answer

How do I make an image display in full screen only in mobile mode?

There are two site templates, the desktop (which is already ok) and the mobile. On mobile, I want it to display a black background with ONLY an image occupying the center of the screen. EVERY extension (height and width) of the screen has to...
asked by 09.12.2015 / 19:52
2
answers

How to make one element stay on top of the other with the: after?

Using the :after pseudo element, I created a caption for the image. How can I make the caption stay on top of the image and not below? .estrutura{ width:10%; height:30%; } .estrutura:after{ position: fixed; cont...
asked by 16.05.2016 / 18:12
3
answers

Apply style in child element according to parent element in SASS With declaration in child

Hello, I'm building a SASS style structure that changes will depend on a defined class in my body. This class dictates which browser the user is using, for example: <body class="chrome"> <!-- Google Chrome --> <body class="firef...
asked by 02.01.2017 / 16:27