Questions tagged as 'css'

1
answer

Create a ListView with triangular tip in JavaFX application

I'm developing a JavaFX application, and I want to make a menu from a ListView, which will be triggered from a button pressed, but I'd like to put a triangular tip on the top of this menu according to the image I sent, I could not via CSS. How c...
asked by 09.09.2016 / 03:11
1
answer

bootstrap class panels is not working

I tried the bootstrap framework and testing some components of the site some worked and some did not and I do not know the reason, I tested the dropdawn and jumbotron and both worked, but when I tested the panel it did not show what it should, th...
asked by 01.10.2016 / 20:18
2
answers

Responsiveness error [closed]

I'm following a material from caelum and I'm having trouble making a responsive page. I would like it to look like this, but it's popping up like this .container{ width: 96%; } header h1{ text-align: center; } header h1 i...
asked by 10.10.2016 / 19:58
1
answer

Calling files on localhost

I installed a script made in codelgniter in localhost, but the site is completely unformatted and no functions are working, I believe it is not not making the correct call of css, js files. <link rel="shortcut icon" type="image/png" href="h...
asked by 28.08.2016 / 03:49
0
answers

Multiples Carousel on the same page

When inserting multiple Carousel, when clicking on any other carousel, only the first one changes. Can anyone help me? <section> <div class="row"> <div class="col-lg-6"> <h3>Titulo nivel 3<...
asked by 26.08.2016 / 20:09
1
answer

Image stretched in Safari

I have an image problem in Safari browser, as they are only stretched in this browser. The problem occurs on the desktop as well as on the mobile, Mac, MacBook, iPhone and iPad. This is css: .ft-gallery-v3 { background: url('../images/ft-...
asked by 26.08.2016 / 21:27
1
answer

Align slider in css

I'm having trouble putting this slider one on the other, it's just one underneath the other, can anyone help me fix it? Remembering that the first slide is in the correct position and wanted everyone in the same position, side by s...
asked by 30.08.2016 / 17:29
1
answer

CSS3 and HTML5 shape-outside

How to do the same image below? With HTML and CSS     
asked by 30.08.2016 / 19:46
1
answer

DropDown menu form Does not appear when clicking button

I'm making a menu with DropDown using bootstrap . That by clicking on the enter button it displays the fields for the user to put the email and password. However, clicking the button does not display the form. Here's an image and the HT...
asked by 30.08.2016 / 20:01
1
answer

Problem with overflow-x and overflow-y in css

Good afternoon, how are you? I need a table to scroll with the x-axis if the width of the table is greater than the width of the container. If I do this, it will work: overflow-x: auto; overflow-y: hidden; But I need the overflow-y to be...
asked by 22.08.2016 / 20:49