Questions tagged as 'css'

2
answers

Problem with overflow

I'm making a website, whose menu is fullpage. The problem is that if the menu (page) is less than 670px ( min-height: 670px; ) I would like the menu ( #menuWrapper ) to have scroll so you can scroll and see the 'footer' and things do...
asked by 06.08.2015 / 12:40
1
answer

Bootstrap changing color in print

I made a report system that is displayed to make A4 sheet printing. I put some edges in it to make the impression. The problem is that at the time of printing, it prints everything black. The problem is the bootstrap, because when I shoot it eve...
asked by 30.06.2015 / 17:21
1
answer

Make the inside div that "overlap" the parent div

I have this structure: .containerNome{ width: 97px; height: 23px; border: 1px rgb(0, 0, 0) solid; background: rgb(0, 0, 255); border-top-left-radius: 10px; border-top-right-radius: 10px; -moz-box-shadow: inset 3px...
asked by 24.06.2015 / 04:42
2
answers

How to make this MENU with CSS

HTML<navid="menu-navigation"> <ul> <li> <span class="icon building"></span> <a href="#" title="">LINK UM</a> </li> <li> <span class="icon services"></span> &...
asked by 02.07.2015 / 13:35
1
answer

One of the elements of the page moves when clicking the other!

There is no JavaScript that is doing this that I will cite below with my page, but yes, CSS itself, I do not know what that is, I tried to solve 'without making a fuss', but it did not work: See for yourself, click the login button, which is a...
asked by 02.07.2015 / 16:48
1
answer

Change the background of a div according to Scroll

Hello, I have already tried several ways but I have not been able to create a bar similar to that of link that moves according to page descends. * I mean the galaxy bar at the top Thank you     
asked by 06.07.2015 / 21:26
1
answer

Inherit element text

Without using JS I need a simple example of how to use variables in HTML5 elements to present their content. In hover action, the pointed element should be highlighted and pass the text to element with property "inherits" <p id="herda"&g...
asked by 05.06.2015 / 16:47
1
answer

Centering is not working on ipad

I'm developing an android app, but I'm programming in eclipse on windows using HTML , JavaScript , CSS and JQuery To test application development I was using an extension for google chrome and sometimes also used the Chrome DevTools Ov...
asked by 04.06.2015 / 18:43
2
answers

Problem putting a background image in only one view

I have a small system in Angular where I have a login screen: But when I try to put a background image the result is not as expected: I'mdoingthefollowing:<divclass="background"> ../Código da página </div> CSS: .background{...
asked by 13.10.2015 / 14:32
2
answers

How to customize scroll bar in div? [duplicate]

I have a menu that uses Bootstrap offcanvas but I wanted to style its scroll bar in the style of Facebook chat.     
asked by 13.10.2015 / 21:07