Questions tagged as 'css'

1
answer

Div Floating in Bootstrap 3 following Scroll

Good morning! I have the following code: <div class="container"> <div class="row"> <div class="col-md-5"> <?php $hostdb = "**********"; $userdb = "**********";...
asked by 05.01.2016 / 16:19
1
answer

How to create a color palette and color a div depending on the chosen color [closed]

Where do I find content to create a website with a color palette to customize a product? For example: You click on a color and this color applies to the product, I click on another color and change the color I had previously chosen. And wh...
asked by 07.11.2016 / 03:23
2
answers

Checking styles that are not being used on a site [closed]

I know some tools to check on a website which css styles are not being used, but none of them in my opinion is really complete, does anyone know any of the genre to tell me?     
asked by 16.11.2016 / 15:37
1
answer

Is there a way to insert events in the html element at runtime?

Imagine a page with a single input text, that is, a text field in the HTML document like this: <input value="digite aqui" type="text" id="el"/> . But I want to insert the events onBlur() and onFocus() into t...
asked by 02.07.2016 / 10:17
2
answers

Image Gallery (HTML / CSS) [closed]

Good morning, I'm starting in web programming and I need a north ... I want to make a gallery with timthumb where several images appear after clicking on some, it opens in full screen and follow with a simple slider so that the user can go forwa...
asked by 01.07.2016 / 15:24
1
answer

Responsive image alignment with Bootstrap

I'm having a hard time aligning a responsive Bootstrap image. My image is with the class ( .img-responsive ) properly applied and inserted inside a row and a div with class .col-md-12 . When I apply the class ....
asked by 03.10.2015 / 08:19
2
answers

Dynamically change the text color based on a background color

Galera, I have this code where it generates a kind of link theme and I'd like to apply that code to it for that the text contrasts with bg, How can I do this because my bg and the color of the text are random? But I wanted the code to give...
asked by 22.07.2015 / 19:25
3
answers

Responsive horizontal list that fits 100% width of the parent div

I've created a list with some social networking buttons, but the last button is from whatsapp, and I do not want it to appear in the desktop , only in mobile . So I created this media query: @media (max-width: 600px) { .socialshare-lis...
asked by 22.07.2015 / 15:50
2
answers

Function in js that hides and shows independent divs

I am putting together a Quiz where each click takes the user to a part of the Quiz. Everything is loaded on the same page so it does not skip between pages. Each slide is contained in its own div and within them the buttons that lead to o...
asked by 16.08.2017 / 21:02
3
answers

Exchanging CSS classes with simple JQuery function

I have a dropdown menu and in the corner of <li> I have an icon of Font Awesome that symbolizes an upside-down arrow ( fa fa-level-up pull-right ) and when the user clicks on that <li> and opens the dropdow...
asked by 08.08.2017 / 00:21