Questions tagged as 'css'

1
answer

How do I change the view of a select's options on mobile devices?

Before starting to clean my CSS and JS files, when I opened a select on my mobile device (Windows Phone with IE) it would open the options on a black screen that overlapped that of the page, and would only disappear later of the option...
asked by 12.10.2015 / 19:55
1
answer

Sliding divs for content

Someone could help me with boxing with sliding content and by clicking on the arrows the Div is pushed and thus showing the other box as in the example of the image below the globe. I already did with java script but I do not go as I wante...
asked by 09.10.2015 / 19:19
2
answers

Preview image with JS

I'm trying to do an image preview when the user selects the file with <input type="file" /> but I'm having a lot of difficulty, I've looked in several places and since I do not handle a lot of Front it's even harder for me! I trie...
asked by 11.09.2015 / 22:35
1
answer

Staying hover style when opening a Dropdown submenu

I need the color of hover to remain when opening the submenu. My submenu works, I just want it to be marked the menu it's linked to. Here is the sample code: HTML: <ul> <li><a href="#">Link 1 &raquo;</a&...
asked by 18.09.2015 / 00:34
1
answer

How to print background colors in HTML with CSS

<body> <div id="div0"> I love ... </div> <div id="div1"> Teste </div> <table id="table" border="1" align="center"> <tr> <td> Coluna 1 </td> <td&...
asked by 11.05.2015 / 03:24
2
answers

Centralize dynamically created div on top of another div

How to center the div #windows that is created dynamically with width / height varying, on the div #main-content being that it needs to stay the way it is, not creating it within the div #main-content <div id="page-wrap...
asked by 03.08.2015 / 14:12
1
answer

Drag div into another

I wanted to do a volume controller, I already did css, php, html, but js and jquery are missing to finish. I wanted the ball to drag inside the .controlar CSS: .bola { width: 10px; height: 10px; } .controlar { width: 100px; height: 10px; }...
asked by 23.07.2015 / 23:43
1
answer

CSS Alignment + Bootstrap

I'm using the bootstrap thumbnail but I do not find a bootstrap class to leave them inline; I'm using this thumbnail. and would like it to look exactly like it is in the example; I already tried to <div class="row"> put i...
asked by 12.08.2015 / 16:02
1
answer

CSS Menu disconfigured mobile

When the site is responsive the menu is with that button to open a menu. The problem I'm experiencing is the CSS issue of it. It should have a cute style, stay in block , but it stays that way: Idonotknowwhy,thecodelookslikethis:...
asked by 16.05.2015 / 09:57
2
answers

Countdown, divide time by div

I needed some help with this countdown system of how I could split the | DAY | TIME | MINUTE | SECONDS | on each div Example: Div day would show the day Div time would display the time Div minute would show by the minute Div secon...
asked by 16.10.2015 / 06:05