Questions tagged as 'css'

2
answers

Problem with nth-child

I have the following scenario: HTML: <div class='linha visivel'>Visivel</div> <div class='linha visivel'>Visivel</div> <div class='linha oculto' style='display:none'>Invisivel</div> <div class='linha v...
asked by 27.02.2015 / 18:40
2
answers

Select Styling via CSS

I need to stylize the text within select , such as leave centered, put margins. I am putting the name of the class plus option and putting what I want, but it is not working. I did so: HTML <h3 class="imobBoxTipoTitulo">T...
asked by 17.03.2014 / 00:04
1
answer

Dropdown with right image

I'm using Bootstrap to make a bar at the top of the page, and I'm having a problem: What I need is to open the dropdown, have a list of options, and an image next to it that always has the same size as the list below. I achieved this by se...
asked by 18.09.2015 / 19:58
3
answers

Div on top of each other

I have a sequence of DIVs being generated by a script. I would like them to be one underneath the other and when it reaches the maximum height of the parent div, they would enter the side. Currently placing them to float to the left looks like t...
asked by 03.11.2015 / 18:25
1
answer

Relative sidebar in responsive layout

Solved, look at my answer * I asked this question in the gringas, but I do not think I could express myself well there. Question there: link I have my header and below I have the content. The content is basically composed of two divs...
asked by 27.08.2014 / 02:51
3
answers

Is it possible to load alternative .css links in case the primary link is not working?

It's not a problem, but a question that can solve many of my problems. Let's say I upload this CSS file to my site: <link href='http://host-1.com/style.css' rel='stylesheet' type='text/css'/> But if host-1.com is offline? Is ther...
asked by 07.01.2017 / 20:41
2
answers

How to make this hover effect?

The hover effect of this site's menu: link Is CSS3 pure? How to do something similar?     
asked by 24.10.2016 / 22:00
1
answer

CSS animation does not work in Mozilla

Well, I have a problem with a CSS animation. I made it work normally in Chrome and even in IE, but in Firefox it bugged. I've tried to put the prefix -moz- on some properties, but nothing works. I do not know if the way I did this a...
asked by 07.07.2016 / 20:06
2
answers

How to create a toggle button on and toggle off?

I have seen that in some registers, they are using the toggle button a lot. Would anyone know how to do this?     
asked by 30.10.2016 / 18:40
3
answers

Create html table and zebra the same

I would like to know, how do I zebrate an HTML table? It has only two columns and the information is populated dynamically from the controller and DB.     
asked by 07.05.2014 / 19:30