Questions tagged as 'css3'

1
answer

Media queries for Internet Explorer 8 and 9

How to make IE 8 and 9 read the conditions of Media Query? I have read some docs but I did not find anything enlightening. The query is being done in the HTML example and I would not like to apply it to just one CSS. <link rel="styleshee...
asked by 01.04.2014 / 22:23
1
answer

Background panning after keydown effect

Something is wrong with the method I'm using to re-create the effect of JSFiddle link I want the background to move by 10 pixels in the direction of the keydown, and to keep moving in a loop as the key is pressed or held again. I know the c...
asked by 06.03.2014 / 19:56
1
answer

How to make the table header repeat on all pages

I'm trying to print using CSS and I have a table with thead and tfoot, I'm trying to do this by printing all the table header pages, however the result is the same, it shows only the first page and the others does not work . If I can put the hea...
asked by 06.02.2014 / 01:22
1
answer

Adjust span within link

I have a button and inside it I have a i tag with an icon of font-awesome and inside i a span with text (without span icone was on top and text below). WhatIneedisawaytopositionthisspan4pxupbecauseithas20px...
asked by 26.12.2018 / 19:04
1
answer

What is the difference between Media Rule and Media Query?

Sometimes I see one of these two terms being mentioned when it comes to responsiveness or content adjustment to variations of screen types and devices. Looking at this documentation in W3S is said to:    Media query is a CSS technique in...
asked by 23.07.2018 / 00:41
3
answers

Bootstrap dropdown menu does not work in asp.net site

I have a page index.html that the dropdown menu feature works normally, but when I migrated to asp.net stopped working. I'm using a page Default.aspx that inherits from masterpage.master . <div class="btn-group pull...
asked by 27.02.2014 / 15:35
2
answers

Turn the sidebar menu into a fixed menu

I'm having a problem that for those who handle it should be relatively simple, but being a little new to the Front branch I'm having some problems, it's the following, I need to make a site with a fixed side menu, as I'm using bootstrap, get a m...
asked by 16.05.2018 / 13:21
1
answer

HTML5 / CSS3: How to fix an unordered list item at the end of all items

/* Nav retratil */ /*=================*/ #something, nav ul li, inputr, nav ul input:checked ~li label.abrir { display:none; } nav ul input:checked ~li, nav ul li.fixo, li.abrir { display: block; } nav ul li label {...
asked by 23.10.2018 / 20:16
1
answer

Synchronization of 2 html / css animations

I need to make my burger menu that has an animation entirely made by html and css synchronized, ie when I press on it both animations will happen ... The code I'm using is this HTML <nav> <input type="checkbox" id="chec...
asked by 02.08.2018 / 05:02
1
answer

I can not sort table rows

I created a whole stylization for the table I did everything in the first row of the table was ok, but when I was duplicating this line I noticed that only the first one was the stylization, I'm starting in the area, / p> <html lang="en">...
asked by 05.11.2017 / 01:11