Questions tagged as 'css'

1
answer

Jquery-Ui.css Css is blocking page elements

My elements are arranged on my screen. However due to the use of the jquery.Tab plugin css is blocking the elements of the page. Index.phpCode<!doctypehtml><htmllang="en"> <head> <meta charset="utf-8"> <meta name=...
asked by 15.06.2017 / 00:02
1
answer

Letting the height of the div equal the width using only css

Let's say I have 4 div, with the width:25% property. In a space of 1000px, that 25% would represent 250px. <div style="width:1000px"></div> <div style="width:25%;"></div> <div style="width:25%;"><...
asked by 17.06.2017 / 19:43
0
answers

Grids Boostrap Help

Good evening, I'm having a problem, I'm learning to make a website, I'm having some doubts regarding the grids system I looked for. I did not understand very well, so I came here in the forum, this is happening when I zoom on the page. of the pl...
asked by 08.06.2017 / 01:50
2
answers

Skip path that CSS "walks"

Can I "skip the path that css runs"? Example: <body> <div class="a"> <ul class="b"> <li class="c"> Teste </li> </ul> </div> </body> For example, I want...
asked by 31.05.2017 / 19:05
1
answer

How to adjust span next to labels?

I'm wondering how to align spans alongside labels as an example: Mystufflookslikethis: Belowismyhtml: <!DOCTYPE html> <html> <body> <div class="outputs"> <ul> <li>...
asked by 29.05.2017 / 16:38
0
answers

Bootstrap not initializing

I'm starting with Flask and I'm using Bootstrap 3.3.7, so I got the example navbar code on their site, but when I start the index the nav bar does not work: andthebuttonissimilartobootstrap4,howeverIdownloadedthebootstrap3.3.7severaltimesanditco...
asked by 02.06.2017 / 21:17
1
answer

Animation Slide to

I have a problem with the slide, it does the image transactions but when it arrives on the last it stops and does not go back to the first image It stops exactly in this image @charset "utf-8"; /* CSS Document */ #topo { ba...
asked by 24.05.2017 / 20:31
0
answers

ScrollBar GridView

I have some GridView in my project, but some have many columns and all are necessary, I would like to place a horizontal scrollbar on the grid, but besides the scrollbar, I would like to place an arrow, to navigate the columns, making it easier...
asked by 23.05.2017 / 20:25
1
answer

Button load state Bootstrap

I'm having trouble with Bootstrap 3.3.7 <a href="#"> <button type="button" class="btn btn-danger" data-loading-text="Aguarde..." id="myButton"> Entrar </button> </a> I click and it does not load, my...
asked by 23.05.2017 / 18:15
2
answers

Display CSS and HTML

I'm having a problem to leave my menu online Could anyone tell me what I'm doing wrong, thank you !!! @charset "utf-8"; /* CSS Document */ #topo { background:url(../imagens/topo.png); position:inherit; width:1024px; height...
asked by 23.05.2017 / 19:16