Questions tagged as 'css3'

2
answers

How to make a simple and responsive horizontal menu?

Hello. I started studying front-end development recently (practically yesterday) and am having some issues with CSS. I am horrible with the positioning of things, and what makes me furious is that I can do some gambiarras to leave the element...
asked by 28.05.2016 / 09:20
1
answer

Add text below images using table

I'm using a table to align images and text. However, when the resolution is low, it gets very unpleasant and I wanted to put the text down, at low resolutions. How do you do that being within a table? Code: <table> <tr>...
asked by 01.03.2016 / 17:21
1
answer

Microsoft Edge starts opacity and transition with bug

I've been trying to resolve a bug that only occurs on Microsoft Edge. I need to create a link that has a border in the shape of a circle, and within that circle I need an image. When passing the mouse, an animation with opacity in the internal d...
asked by 15.04.2016 / 00:56
1
answer

CSS 3 Skew serrated on Chrome

When using the property transform: skew (value) in webkit browsers it presents a certain serration where it is angled: -webkit-transform: skew(20deg); -moz-transform: skew(20deg); -ms-transform: skew(20deg); transform: skew(20deg); Is there...
asked by 18.11.2015 / 18:24
1
answer

Print striped table using bootstrap 3 and css3

I have a report in which I have a table with many rows. But when I print the colors of the striped bootstrap table they do not appear in the printout. I can print the colors in the columns, as you can see in: jsfiddle.net/pfdiass/1kvmjwxa/2...
asked by 02.12.2015 / 22:44
2
answers

Height 100% in Side-Bar

Good evening, friends, I'm setting up a learning-focused project, my project basically consists of an Administrative Panel Layout, where it has a side menu on the left, and the content on the right. I'm using to format it HTML, CSS (Bootstrap...
asked by 04.02.2016 / 21:30
2
answers

Full-screen images

How to put 2 images or more side by side, occupying 100% of the page? @charset "utf-8"; * { margin: 0; padding: 0; } .galeria { background: #FFFFFF; width: 100%; height: 768px;...
asked by 11.11.2015 / 22:45
1
answer

Desalinating button after exchanging css with Jquery

I have the following input: Clickingthechangeanewinputbuttonappears: Whenyouclickthisremovebutton,thefirstinputreappears,onlythebuttonbreaksthelineandlookslikethis: Hereisthescriptbehind:<script>$(document).ready(function(){$("#edita,#...
asked by 10.12.2015 / 17:57
1
answer

CSS3 Key Frame - Logo

I'm doing the company logo in HTML CSS with animation that simulates the construction / grow of the logo, all with CSS Key Frames, but it turns out that the logo starts whole and each part appears before the animation. What I'm trying to d...
asked by 19.08.2015 / 21:03
2
answers

Form responsive in HTML?

I'm using the following code, where span controls the description text, <p> controls a form line, and id input specifies its size, this set in CSS: #cmpG {width: 32%;} #cmpM {width: 22%;} #cmpP {wid...
asked by 19.08.2015 / 15:20