Questions tagged as 'css'

1
answer

How to leave one div next to the other?

<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <style type="text/css"> * { margin: 0; padding: 0; vertical-align: baseline; } body { width: 100%; backg...
asked by 13.11.2017 / 01:52
1
answer

Bootstrap Hamburger Menu

My application has a dashboard with a left side column, which is where the menu is. When this page is opened on smaller screens the column disappears (it already happens), except that I need instead the Hamburger menu to appear so that the user...
asked by 10.11.2017 / 12:24
1
answer

How to use model variables in a view in Django

I need to calculate the age of a school report card where the data is filled in Django Admin, I would like to get each value to media and play in a table in the View. Code: MODEL class Cadastro_Boletim(models.Model): ra_aluno = mo...
asked by 30.11.2017 / 14:36
1
answer

Apply CSS as URL

When I'm in / start the CSS header nav ul li .submenu should be top: 300px , other pages should be top: 120px in>. I put inside the $ (document) .ready (function () {}); the following expression: $("a[href='/inicio]").find("header nav u...
asked by 20.10.2017 / 14:51
1
answer

Bootstrap dropdown menu does not work

I'm developing a web application and I'm using the bootstrap dropdown menu but it does not work My <head></head> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta nam...
asked by 17.10.2017 / 04:10
1
answer

Which correct way to apply Lightbox to each descriptive link and clean

I have a small turnaround. I need your help for a change. I am practicing on a personal project, the Light Box effect and if possible I would like to listen to the expensive colleague . Be pointing errors or changes for didactic purposes,...
asked by 17.10.2017 / 04:58
2
answers

Calculate the end of the screen

Well, I have a button that opens a div . If this button is in the middle of the screen , then I open the div p> If the button is the end of the screen and when you open the div div below the button . But How to calculate...
asked by 10.10.2017 / 14:39
3
answers

Change when mouseover CSS

I wanted to move the mouse over the links, they would have a green background and a white word, but only one green part and not the whole background. How do I change my CSS for this, already tried in several ways nav#menu ul{ list-sty...
asked by 10.10.2017 / 19:43
1
answer

Image misaligned by decreasing page width

So is the resolution of my image in the normal width of the page Butbydecreasingthewidthofthepagetheimagelookslikethis. Iwouldliketheimagetobethesamesizeasthe1smallimageHTML<divclass="col-6 col-md-4"> <img src="imagens/e...
asked by 10.10.2017 / 16:02
2
answers

Div for Name and Email Registration

I'm developing a website using HTML so far, no problem, what I need to do is register the NAME and EMAIL of the site visitor. For this I created an ASP.NET form that performs the procedure and works correctly. My question is how do I click on...
asked by 13.10.2017 / 00:31