Questions tagged as 'css'

2
answers

Last elements of a class running incorrectly

Look at this print that you'll understand what's going on: link I have checked the code several times and apparently I did not find any errors, it follows the html and css part of this class: HTML: main .main-pagina .services-princ...
asked by 08.01.2017 / 18:19
1
answer

How to make border CSS inherit color?

I built a simple container using CSS. For me to do DIV that gets the text with blue background I ground a class that I created to put background where I call it. But I need to put the blue border on the DIV that receives the conten...
asked by 29.04.2016 / 16:27
1
answer

Div dropdown menu with different width in browsers

I made a dropdown menu and for some reason the width of the div looks different in browsers The div class is the dropdown-content Follow the code and prints .header-menu { height: auto; float: right; font-size: 0; margin-righ...
asked by 28.12.2016 / 12:39
1
answer

How to Rotate a Letter?

I'm trying to rotate a letter of a word, to make it equal to the company logo. This would be the Logo: HerewasthecodeItriedtousetorotate<h1class="text-center"><span style="color:blue;font-family:Gabriola;font-size:120px; "><...
asked by 22.12.2016 / 23:13
1
answer

I need to create fixed header and footer for all pages

I'm a beginner on programming and I'm not able to insert fixed header and footer on every page of the site. I saw here on the site an option with RenderBoy and RenderSection but I confess I did not understand. The site in question is simple and...
asked by 02.04.2017 / 19:55
1
answer

Checkbox value in field input hidden [duplicate]

I'm having a problem with jQuery checkbox manipulation. I have several fieldsets with checkboxes, and I want that when the person clicks on a check the check value is added to the input hidden of each fieldset. I wanted to know how I get th...
asked by 05.01.2016 / 15:57
1
answer

How to put 3 slides together in Bxslider?

I could not do it alone, I wanted your help. I would be grateful if anyone could solve this problem for me. This is the photo on my slide. ThisismyHTMLcode. <div class="main"> <div class="slideshow"> <div class="s...
asked by 14.12.2015 / 03:58
1
answer

How to align checkbox and label with bootstrap

The result of this my form puts the checkboxes and labels in line, which is correct, but I can not find a bootstrap class that makes the label aligns with the checkbox. How do I do this? <script src="https://maxcdn.bootstrapcdn.com/b...
asked by 29.11.2015 / 17:48
1
answer

Compiling / Minimizing HTML, CSS and class files

On the CSS side I already compile and minify the CSS file. Doubts began to surface when I noticed that some sites work with a type of compile including HTML files. In other cases, such as Facebook, there are several classes with the name we...
asked by 29.11.2015 / 23:41
1
answer

How to highlight a menu item by clicking Back or Next

This is possible, I know I'm on the way, but before I decide to see with the community what can be done in this case, and then take the right direction. Code function Selecionado(tag){ var item = document.getElementById('menu'); v...
asked by 17.06.2016 / 08:50