Questions tagged as 'css'

0
answers

How can I adapt the elements of a page when the menu is shown with a modal?

The title is a preamble to the problem that is presented to me, I am making a web page (Using Materialize) which has a fixed menu in left position in desktop mode and when the resolution of the screen is less than 1000px changes the way...
asked by 21.05.2018 / 05:25
1
answer

Positioning and animation problems of a responsive menu

I'm trying to make a responsive menu something different from how I normally do it: the icon to enable the menu is fixed below on the right. When I click, it shows me the menu in the following way: I have three problems with that menu:...
asked by 25.05.2018 / 23:51
1
answer

Responsive adjustment for input-group with Select2 and other form-control or input-group-btn

I am trying to finish the design, for a file loading system: the System has an initial element Select2 ; then it is concatenated with a search button (to search for the file); then we have a text entry where I show the name of the file (th...
asked by 26.05.2018 / 16:31
1
answer

Error: Position Fixed - Relative (HTML-CSS)

I have presented a problem when trying to responsive my html-CSS navigation menu. At first my menu looked below the header, so I decided to solve this problem with a margin-top auto; and my menu was correctly re-located. But as I was reducing th...
asked by 20.05.2018 / 22:29
1
answer

My icons do not work in mozila firefox but in chrome

I have some icoomon icons and they do not work only in chrome I changed the position of the html tag to insert them and nothing, it allowed the web to use its own sources in the mozila configuration and nothing, my web is in local. <!DOCTYP...
asked by 17.05.2018 / 20:30
1
answer

Fixed table header with horizontal scroll

I have a table in which I need to put a fixed header when it moves down, because there is so much data to show. The problem is that I have many columns to display, and these columns span more than the width of the screen. I have already searc...
asked by 19.05.2018 / 05:25
0
answers

doubt about display table

hi guys, I have the following code: section #info_usuario.conversacion{ border: 3px solid #2856b6; padding: 0px; text-align: left; } section #info_usuario.conversacion h3{ padding: 15px 35px; text-align: center...
asked by 11.05.2018 / 23:51
0
answers

DomPDF does not print the same as it shows

clarifying the title of this question: It turns out that DomPDF has two buttons, download and print; when downloading the file appears as it shows in the preview, but when printing simply disappear some margins at the bottom of the pages and...
asked by 11.05.2018 / 19:14
0
answers

How can I modify a carousel to turn it into a next and preview pager?

From here take my example kladaar On this page I have a product carousel with its attributes which I have to convert into a previous pager, next and this is in a kind of owl classes, how can I do it to make it work and work for me? Deput...
asked by 09.05.2018 / 19:41
1
answer

How to integrate the images from a url into the database and using laravel

The following code is a test to access the database of my server and I would like to know how to implement an image using the url that is in the tables of my database, I know that I must use the asset method that allows me to access the images f...
asked by 14.05.2018 / 22:07