Questions tagged as 'css'

1
answer

customize input for multiupload of images

How can I customize an input field of file type for multiupload of images? I would like to get some image information, such as: format, size. (I know there are several plugins for this, but I'd like to learn from scratch how to do it) E...
asked by 16.11.2014 / 02:52
3
answers

Prevent Bootstrap collapse

I'm using Bootstrap on my site and I'm making a bar with navbar. The menu consists of a brand, 3 "li" items, a search bar and a link. How could I do that by using smaller screens or even resizing the browser, the search bar would not go in...
asked by 11.02.2016 / 01:27
1
answer

Excel tabs that have been saved in html: how to take it up

I made a spreadsheet in excel with several tabs and then saved in html because I want to use it on my site. The tabs on the worksheet are at the bottom, the site user would have to scroll down to change the tab you want, I'd like the tabs to...
asked by 14.09.2018 / 01:25
1
answer

How to use the "display: initial;" in IE9?

I made a website, but it made a mistake in IE9. The effect I made only gets cool with display: initial; (because it fits right into the letters). The class code is as follows: .box-slider h2 { font-size: 23px; background-colo...
asked by 04.02.2014 / 17:16
1
answer

CSS - Hide a part of the text

Good, I have a column in MYSQL called descgression. When I make echo of it, it appears in full text, what I wanted was just to show some of the text and not everything. How do I do in css?     
asked by 15.01.2018 / 01:06
1
answer

How to make collapsible divs open without the buttons of other divs going down?

I'm doing a portfolio gallery, based on Bootstrap so you're responsive. So I have a set of thumbnails that will correspond to a job that should be aligned: ClickingthemopensacollapsibleDIV.Iintendthatwhenthisdivopens,theotherthumbnailsonthesamel...
asked by 27.03.2014 / 23:32
1
answer

Element width with position: absolute (box-sizing: border-box)

Important: I'm using Twitter Bootstrap, so everything is with box-sizing: border-box . The difficulty is this: I have an element with absolute positioning. I want the width of it to be equal to that of the parent element: div.elemento...
asked by 11.03.2014 / 16:49
4
answers

Create infinite menu with PHP + CSS + JS

I have a menu (vertical) that works as an accordion, this in turn, needs to open the "children" unlimited (my problem is solved, and I can not), since it will be a menu for a store. p> As follows: -CATEGORIA PAI - CATEGORIA FILHO - CATEG...
asked by 28.02.2014 / 15:43
1
answer

Colorbox responsive

I'm using Colorbox in a project and need to be responsive. I was able to change the size of all divs with Media Queries in CSS, but the #colorbox does not change the size! This makes the page scroll horizontally. How can I re...
asked by 19.03.2015 / 15:52
1
answer

Set style in event: hover of an inline HTML form element?

Can you set style ( CSS ) of a HTML element of inline in event :hover ? How to set style ( CSS ) of an element HTML of form inline in event :hover ?     
asked by 30.01.2015 / 22:52