Questions tagged as 'css'

1
answer

Menu for mobile devices Bootstrap CSS

I'm developing a web application and when it arrives in the width of the page min-width: 640px and max-width:770px it presents the menu for movable devices of the bootstrap, but would like to leave the menu with that visual. But...
asked by 15.10.2017 / 17:13
1
answer

Vertical Scrollbar in DIV in ASP.NET

I have a form inside the content2 of the masterpage. Is it possible to insert it inside a div with a vertical scrollbar that descends only the form in question? What is the simplest way to do this?     
asked by 15.10.2017 / 02:11
2
answers

How to create a menu of tabs like Stack Overflow

I would like to know how I can do to have two links as tabs, for example: <a href="#">Abrir Elemento 01</a> <a href="#">Abrir Elemento 02</a> and clicking on one of these links opens a div with the content co...
asked by 07.10.2017 / 05:04
1
answer

Mobile menu, change font color

I can not change the font color in mobile mode, it turns white, and if I change the CSS to white it changes the site, it follows the menu code. #advanced_menu_toggle, #advanced_menu_hide { position: absolute; border-radius: 2px;...
asked by 19.10.2017 / 20:55
0
answers

article does not appear after CSS

I created a graphic in CSS that works fine, but when trying to position it on the page with CSS it disappears. The CSS is this: <?php header("Content-type: text/css"); /*Aqui começa o Gráfico */ $pqtv = 0.75; $qtv = $pqt...
asked by 09.10.2017 / 12:37
3
answers

Create a div at the top of the blog (wordpress) to float steadily while scrolling down

I have a blog, I wanted to display an ad in a div after users scroll down and so soon the site is not visible that div appears, and if it goes up again it disappears. link link     
asked by 12.10.2017 / 18:33
0
answers

Apply effect to UL scrool

Is it possible to apply an effect ( slideDown() / slideUp() ) to a scroll bar of a <ul> ? Type like this: I have a <ul> that opens slideDown() . This <ul> has a barra de scrool...
asked by 12.10.2017 / 20:31
2
answers

I do not know how to do that when the radio that has an img disappear, when selected (JAVASCRIPT if possible)

I'm doing a very simple evaluation system using form validation (I know that's correct but it's just a study), and it has radios in html along with label and img, I do not know how to do that when a radio is selected, the label (img) stays with...
asked by 14.10.2017 / 19:49
0
answers

Position absolute values work for chrome and firefox?

Hello, I have a problem, my element is not respecting the positions in firefox, the same regards in chrome, for example, I place absolute position with right: -160px, blz n ochrome reaches the position I want, but in firefox I need to put about...
asked by 05.10.2017 / 19:58
0
answers

Footer does not stay below the Body, and button hover fires without the cursor being on top

I've been having a problem for a few days now, I tried to solve it in a number of ways, I tried to change the position from relative to fixed and absolute before I did not have a wrapper, now I do not know what it's for, but I already changed th...
asked by 05.10.2017 / 17:40