Questions tagged as 'css'

1
answer

Submenu overlapped by other components

I have the following code which displays a menu-submenu. <div class="btn-group btn-group-xs" style="overflow: visible !important; "> <button data-toggle="dropdown" class="btn btn-white dropdown-toggle" aria-expanded="true" style=...
asked by 09.10.2015 / 14:16
1
answer

Ignore CSS Class on a Specific Page

I have a system where the front was done with AngularJS . In this system I have the page index.html where I declare all the libraries, in that same page I have o seguinte trecho de código: <div id="wrapper"> <ham...
asked by 05.10.2015 / 19:02
1
answer

How to change the position of elementary bootstrap?

I wanted to change the position of elements of a page formed in bootstrap As I present in the following images as I resized the page the [EN] [PT] [ES] buttons change positions and I believe it is through @media in css. My problem is w...
asked by 06.10.2015 / 12:24
1
answer

Required checkbox with javascript to click on link

Good evening everyone! I'm making a website for a college job, and what I want to do is this: I have a simple HTML menu whose options are "Profile View", "Edit Profile" and "Remove Profile". In the latter, there is a checkbox saying that the...
asked by 31.10.2015 / 03:45
1
answer

SVG Image Animation - Auto Drawing

I created a vector in Illustrator and saved it in .svg - this is the present and future of the images. And I got the code in svg of the image and put it on the site. I want to make an animation with this image, an animation like...
asked by 18.09.2015 / 15:16
1
answer

Synchronize CSS Animation - Two Objects Followed

See this image above. I'm trying to get these two objects to start from the right and go left until they disappear. I want one to stay behind the other, without knocking, not overlapping and I can not. Code below: img.trator-rodape...
asked by 16.09.2015 / 21:54
1
answer

Icons do not stay on the same line

Good morning. I have two icons inside a table and I need them to be on the same line. When the page loads they are aligned: ButwhenInavigatetoanothertabandreturntothistab,theiconslooklikethis: Followmycode:<tdstyle="width:10%; max-height:...
asked by 05.09.2015 / 16:59
1
answer

Change style of overflow-y: scroll [duplicate]

Personal how do I make the bar be transparent and not white in the image below: I've tried it already ::-webkit-scrollbar-track ::-webkit-scrollbar-thumb     
asked by 03.09.2015 / 18:14
1
answer

Separate Styles in the Three Column Division

I am currently doing the Prototype of an Interface where it will have the page divided into 3 sections: 1) A side column on the left side with width:25%; where the user form will be. 2) A column in the center with width:50% w...
asked by 18.08.2015 / 13:57
1
answer

How to use the calc () Attribute in the LESS Preprocessor

When using the calc () attribute in LESS, I encountered the following problem: When compiling the code height: -webkit-calc(100vh - 6em); the output resulted in the calculation of 100 - 6 and adds the unit of the first value to the...
asked by 13.10.2015 / 16:14