Questions tagged as 'css'

2
answers

HTML and CSS horizontal menu

Well guys, I've programmed Java and C # for a while. So now I'm trying to improve the Front End part more, and although I've read a lot of things, it's a bit more complicated when it's time to do it. So I decided to make a website with a few pag...
asked by 28.09.2016 / 22:41
1
answer

How to set 100% of the height between a navbar and a div (responsive)

I'm having difficulty setting the height of an html content, with the css and bootstrap. I'm developing a web application in I want to have a map that takes up almost the entire screen. The map will split all 100% of the screen with a drop-down...
asked by 23.09.2016 / 23:01
1
answer

Sub-menu effect with jquery

I'm trying to set up a menu system with a sub-menu in jquery, but when I click on a menu, all the sub-menus open, how do I solve it? $(document).ready(function() { // Fecha Sidenav $("#Close_Sidenav").click(function() { $('#...
asked by 16.12.2016 / 18:33
1
answer

Help in the positioning of the aside

Good morning guys, I'm doing a job for college where I would have to make a website with HTML / CCS + PHP. I kind of did the "skeleton" of the site, but when I went to put the content that goes inside the < body > the aside went down and I...
asked by 26.09.2016 / 22:44
2
answers

Bootstrap menu does not work, according to the code provided by the site

No head looks like this: <link rel="stylesheet" href="css/bootstrap.css"> <link rel="stylesheet" href="css/bootstrap-theme.css"> <link rel="stylesheet" href="css/stylesheet.css" type="text/css"> <link re...
asked by 04.09.2016 / 23:21
1
answer

with capturing the width of the print screen with jQuery

I have the following code: HTML <table style="width: 100%"> <tr> <th> teste </th> </tr> </table> JQUERY // Imprime a página window.print(); // Redireci...
asked by 27.08.2016 / 21:37
3
answers

CSS formatting with PHP [duplicate]

Hello I'm displaying HTML content with CSS formatting using PHP's print_r, but I'm having doubts when single quotation marks, I've opened STYLE with single quotation marks, but inside the image selection it has 2 single quotes, but not is i...
asked by 13.10.2016 / 00:40
1
answer

Footer element does not descend using the class bootstrap when I open the menu in mobile mode

In mobile mode you have problems when I open the menu because it collides with the buttons to pass images of the carousel and also with the footer CSS.footer{position:absolute;bottom:0;width:100%;/*Setthefixedheightofthefooterhere*/height:au...
asked by 18.08.2016 / 00:31
2
answers

Checking if element is visible with jQuery

I need to check the visibility attribute of a div . if ($('#divFiltros').css('visibility', 'visible').val() == true) { alert(true); } else { alert(false); } How do I check and enter this if of the example?     
asked by 04.10.2016 / 15:26
1
answer

Picking up the height of an image

In my project, I have an image that reduces the screen 1000px, 860px, 320px, etc. The image also changes its height. How do I get the height at the time of the display? I need to know this time to set margin-top of a div th...
asked by 17.10.2016 / 19:59