Questions tagged as 'css'

1
answer

fixed DIV + automatic scrolling DIV

I'm doing a little chat, and I'm having trouble with the scroll bar. I want the scroll to be on the main, not on iframe . Image: HTML:<divclass="container-fluid"> <div class="row"> <div class="col-lg-12">...
asked by 02.12.2016 / 14:07
1
answer

Scroll from bottom to top

I have a div that encompasses a chat, I load the last 15 messages, but the problem is that I want her scroll to start from the top, old. NOTE: This div is overflowed: auto. And I want the scroll to start from the bottom as soon as the pag...
asked by 17.07.2016 / 18:11
1
answer

Transition no hover

Hello, I wanted to know how to use the transition property to get the result you have on the nav-bar li site link .     
asked by 15.07.2016 / 00:25
2
answers

Animated caption with hover

I have an image and I've added an interactive caption to it. I created the div class="legenda_interna" with the same image size. I only see%% of its size and the rest I want to hide. I want to display only the excerpt with the button....
asked by 18.05.2016 / 19:00
1
answer

Layout Adjustment Material Design

I can not get Slide to take up the whole area of the home screen, notice that half of the Section structure is seen on the home page of the site, I've tried everything, but I'm not good with CSS, unfortunately. <div id="intro" class="sect...
asked by 18.05.2016 / 02:17
2
answers

Image Rotation with CSS

<html> <head> <style src="reset.css"></style> <style src="header.css"></style> <meta charset="utf-8"> <title>Kw Design - Agência Digital</title> </head> <body>...
asked by 19.05.2016 / 21:30
1
answer

WYSIWYG editor with code style

I'm creating a website where I'll post some snippets of code (like a backup of my code), and for that, I'm using ASP.NET MVC. You're almost done, what's missing is a WYSIWYG editor that meets my needs. I'm using TinyMCE. It's very good, bu...
asked by 23.04.2016 / 21:46
1
answer

"Hide" a cell from a table

I was trying to make a simple layout in which the desktop version has a logo in the center of main-nav at the top of the page, flanked by navigation. Is using a table the best solution? I tried with DIVS, placing the logo with 1 absolute posi...
asked by 29.04.2016 / 00:30
1
answer

How to decide what and how to perform the css structure of a responsive menu [closed]

I would like to know how you create responsive menus, what is the best structure in your opinion both pro html and pro css , and whether or not they use javascript . can be either a user's own menu when logged in, or a menu...
asked by 10.08.2016 / 23:44
1
answer

Navigation In Tabs With CSS And jQuery

I have a problem formatting my page ... <ul class="abas"> <li><a href="#noticia1">Empreendimento</a></li> <li><a href="#noticia2">Detalhes</a></li> <li><a href="#notici...
asked by 28.06.2016 / 18:08