Questions tagged as 'css3'

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
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
1
answer

Pseudo-elements in CSS3 do not appear in browser

I'm trying to reproduce the circular progress bar effect, as per the this tutorial . I can not create pseudo-elements properly. My CSS looks like this: .circular-progress{ width: 12rem; height: 12rem; border-radius: 50%;...
asked by 06.10.2017 / 13:47
2
answers

display: none is not being applied

I have the following function: function exibeSelectUl () { $(".selectOptions ul > li").each(function() { alert($.trim($(this).text()) +'==='+ $.trim($(".selectOptions .selecionada").html())); if($.trim($(this)...
asked by 06.10.2017 / 14:14
1
answer

Strange characters in page view [duplicate]

I'm trying to replace my Javascript effects with CSS3. However, some strange characters appear on the top of the page. I'm also using FontAwesome My CSS looks like this: *{margin: 0; padding:0;} .menu{width: 100%; height: 50px; background...
asked by 05.10.2017 / 12:17
0
answers

Tramsform divs with sizes and fixed positions in responsive content

Friends, I am in the middle of a work of academic bias, and I have the mission of transforming this map into virtual and responsive content. ForthisIalreadyhaveadivsstructuregeneratedbyPhotoshopitself.Myquestionishowtoturnthisintoresponsivecont...
asked by 13.10.2017 / 06:15
1
answer

styling an ul that will select

I'm studying here, but to learn a little bit myself, and I'm trying to develop a select option with a ul starting from select . The population of ul is already correct. $(".selectOption").on("click", function(...
asked by 29.09.2017 / 20:04
0
answers

Change select arrow when trigger event click

Well, I have the select below: <div class="selectOptions"> <select name="select" id="select"> <option value="1">1</option> <option value="2">2</option> <option value="3">3</option>...
asked by 28.09.2017 / 20:55
0
answers

Ul options facebook contact

In facebook , when we go to the option to see the list of contacts that we send requests, we have a button written "Friendship request sent". When you click this button, there are some options in the list that we can choose. These optio...
asked by 09.10.2017 / 20:52