Questions tagged as 'css'

1
answer

React.js Failure Handling Events

I'm starting to learn React.js by seeing some videos, tutorials and documentation. However, I'm having a problem with my code in Google Chrome appearing like this: AndinFirefoxneitherIgetanyerrormessageinformationandsupposedlyshouldappear,at...
asked by 26.07.2016 / 20:39
1
answer

Wrong width in chart div

I'm trying to make an effect of when I choose an option in the select, I show the corresponding div with highchart . You have 2 problems: 1- The width of the chart is not completing the width of the div correctly. 2- I can not think...
asked by 26.04.2014 / 15:32
2
answers

Adjust horizontal and vertical orientation in Bootstrap

My page is horizontal the way I want it: But if you leave the phone upright it's going like this: How do you make it vertical in the following way? Follow my code: <div class="row"> <div class="co...
asked by 08.09.2014 / 18:02
2
answers

How to use Jquery Custom Scrollbar on elements with display: none

It does not mount the scroll bar on elements that are with "display: none". Does anyone know how to solve it? Here the scrollbar plugin     
asked by 28.02.2014 / 19:07
2
answers

How to fix table column in an accessible way?

I have a table with several columns and I need the first column to be fixed in the table . However, all of the "ready" solutions I found solve by creating two tables, which is inaccessible. I need the result exactly as this plugin link doe...
asked by 06.02.2014 / 16:39
3
answers

@ font-face does not work in Firefox but IE and Chrome work [closed]

I always use @font-face in my projects and never had this problem. I have doubts if you have any problems with my CSS. @font-face is not working in Firefox. My code looks like this. <link rel="stylesheet" type="text/c...
asked by 31.01.2014 / 14:12
1
answer

Ignore open enter key

On my system, I created a modal that will serve as an alert whenever the user does some invalid operation. But to force the user to always close the modal via the close button, I wanted to prevent him from closing the modal by pressing ENTER...
asked by 16.11.2018 / 16:25
1
answer

video does not respect predefined height and object-fit: cover in Google Chrome

I'm calling a video in a parent div with the following definition: div { width: 100%; height: 400px; } And as child element the tag <video> com: video { height: 400px; width: 100%; object-fit: cover; b...
asked by 17.12.2018 / 13:12
1
answer

How to embed multiple classes in one in CSS?

Use Bootstrap and it has the following classes for tables: .table .table-striped .table-bordered .table-hover .table-condensed In my application I have several tables. For ease of maintenance, I...
asked by 27.05.2014 / 13:07
1
answer

Difficulties with responsiveness

To have difficulties with responsiveness, I want to know why I can not adapt my site to this resolution of 720x1280, theoretically my site should fit well in landscape mode on these phones because I made it in 1000px, and in that other resolutio...
asked by 07.11.2018 / 10:38