Questions tagged as 'css'

1
answer

Tabs making the dropdown close

Someone can help me, I put the tabs inside a dropdown and when I change the tab the dropdown closes.                 Login                                                                         Login New               Post new topic Reply t...
asked by 20.04.2017 / 21:47
1
answer

CSS - bar (decoration)

I'mtryingtocreateabarliketheonethatappearsintheimage,thebarthathasproductetc.Ihavethefollowingcode:<divid="topcart"> <thead> <tr> <th>ISBN</th> <th>Book</th>...
asked by 30.04.2017 / 23:40
2
answers

How to make square and responsive Divs

I need square elements that are responsive in height and width. But how do I create a responsive height that is always equal to width in%? Thanks!     
asked by 29.04.2017 / 15:56
2
answers

event.preventDefault () conflicting in Contact form!

Just look at my problem. I have a normal contact form using PHPMailer which in one project worked perfectly, all return messages were using CSS only, without JS. But now in this new project I want to use a JS to make the messages look nicer....
asked by 16.04.2017 / 05:20
1
answer

Change chart size for google charts at print time with @media print

I placed a chart with Google Charts on my page and to print it I want to reduce its size as a matter of print layout. The div that receives the graph is: <div id="GraficoNotas" style="width: 900px; height: 400px;"> I created a css for...
asked by 19.04.2017 / 16:44
1
answer

CSS does not load according to route in laravel

I have a blade file in which it is my base layout (which will be loaded on all pages). But I agree that I put the route, the css of this page does not load. Ex.: If my route is like this: Route::get('/novo', 'UserController@novo'); The c...
asked by 19.04.2017 / 15:12
2
answers

Animation in CSS is executed but when it returns to the beginning does not repeat

The animation slide-in starts in margin-top:0%; width:100%; and ends in margin-top:300px; width:100%; so what this animation does is to go down the text that is written. But soon after the animation goes down and ends, it...
asked by 19.04.2017 / 02:24
0
answers

Div fixed on the top and another div with scroll below

Hello, I'm trying (unsuccessfully) to leave a div with menu components on top and another div fix just below it. I left the first div fixed and put a margin-top in the second but when I scroll on the page the content of the second div goes behind...
asked by 07.05.2017 / 05:53
1
answer

Problem with Flexbox in Firefox

I was making a Form that has to stay horizontal and the inputs inside it are responsive. I made the code in Chrome works perfectly because of my problem and with Firefox, the inputs simply do not respect the width and end up leaving the form. I...
asked by 06.05.2017 / 22:57
1
answer

How to block page scrolling without hiding the toolbar?

How do I get the user to try scrolling the page, but not without hiding the scroll bar? What I know is overflow: hidden , but it hides the bar.     
asked by 14.04.2017 / 04:50