Questions tagged as 'css3'

1
answer

Attach the Header and Footer to each print page [duplicate]

I would like to know how to set a Header and a Footer on each page to be printed , making content stay between them [Edit] respecting header space and footer . I would also like to take advantage of it and ask how does the div's 'zebras'...
asked by 14.10.2016 / 15:21
1
answer

How to modify, only via CSS, a color already defined in HTML?

I am trying to modify a color in a text, marked it by the tag "U" with the color already defined in the html. It's like this in html: <u> <font color="#0000c0">somente no seu e-commerce</font> </u> I trie...
asked by 26.10.2016 / 15:41
1
answer

How to use the Oninput attribute?

I'm remembering some things in HTML and I came across the Oninput attribute. I know this attribute is for calculations, but I do not know how to use it. I already searched the net, but there is nothing in Portuguese.     
asked by 24.11.2016 / 23:08
1
answer

How do I apply formatting on the parent element through the child element class with CSS or SASS?

I have the following structure just for example: <div> <div class="filho">teste</div> </div> I have class .filho with position: absolute ; I would like to know if using .filho I can also apply...
asked by 15.08.2016 / 15:53
1
answer

Aligning buttons in NAVBAR

I have the following buttons on my navbar: <div class="navbar navbar-default navbar-fixed-top" role="navigation"> <div class="container"> <div class="navbar-header"> <a class="navbar-brand" href="~/...
asked by 16.09.2016 / 19:52
2
answers

Align image next to horizontal menu

Hello, I have a small problem, I added a horizontal menu to the site html and wanted to put an image next (right) but it will not, I tried float, align, margin and nothing, I do not know if they can help me to solve the problem, but I thank you a...
asked by 15.03.2016 / 16:55
1
answer

Menu effects with CSS3

I want it when I click the menu button #menu it comes from left to right occupying the entire screen. Can anyone help me do this with css3? At the moment I make the menu go down with the slidetoggle of javascript, but I want to do with css3 &l...
asked by 11.02.2016 / 19:06
1
answer

error using @media

The page is this: link css is this: ... media screen and (min-width: 0px) and (max-width:480px) { .sessoes { width:100%; } .menu { background:none; } .menus { width:100%; } .menusItens { disp...
asked by 01.05.2016 / 22:48
1
answer

JQuery menu does not open!

The page is this: link Problem: When I'm at a resolution lower than 800px (yes, I'm using media queries ), I make the menu retract into a default figure, the menu opens. But this is giving error: Uncaught ReferenceError: $ is not...
asked by 28.06.2016 / 14:30
2
answers

Transitioning images with css3 - KeyFrames

I'm trying to make an animation with automatic image swapping using @keyframes of css3 . I am copying and pasting the example code, but to no avail. The transition between the images is occurring in a "crazy" way. Look at the snippe...
asked by 12.01.2016 / 18:37