Questions tagged as 'css'

1
answer

Screen size browser window without scroll

I would like to know how you can make a page that does not have a scroll and that matches the exact screen size. How can I do this?     
asked by 23.06.2016 / 19:51
1
answer

Change the colors of the zebra bootstrap table

I'm using the bootstrap and a table with    table-striped And you're getting a very bright zebra, how do I change the zebra colors?     
asked by 23.06.2016 / 01:55
1
answer

Pin header at top when scrolling page

Some time ago I was looking to put header and footer fixed at the top and bottom of the page, respectively, adjusting to the content that would be between the two, and I got with the following code: CSS: #wrapper { min-height: 100%;...
asked by 21.04.2016 / 17:23
1
answer

Change background color of jquery multiselect plugin

Personal I'm using the JQuery multiselect plugin link . It happens that it is giving me two difficulties. The first difficulty is with CSS: I need to change the colors that it places in checkboxes and fonts. I've already looked for where...
asked by 20.04.2016 / 22:00
2
answers

centralize elements "a" in a div [duplicate]

How do I centralize a link "a" horizontally and vertically in the center of a div? <div id="header_right"> <a>A</a> <a>B</a> <a>C</a> </div> CSS: #header_right { width: 3...
asked by 22.04.2016 / 20:40
1
answer

Problem with menu formatting

I have the following menu: Andwhenyougooverthesessionyoushouldseeaverticalsubmenubelow(Information,DefinitionsandFinish).Theproblemisthatitispoorlyformatted.Thesubmenuaredisplayedhorizontallyandover,conv,ata,+utilaremovingdowntoalignwiththis...
asked by 08.04.2016 / 01:26
1
answer

Problem using Bootstrap Tabs

I'm trying to use the tabs component of the bootstrap, but I'm not getting it to work, I've taken several examples, but I could not get it to work. <script type="text/javascript" src="lib/bootstrap/bootstrap.min.js"></script> <s...
asked by 07.03.2016 / 18:52
1
answer

Stretch canvas without interpolating image

I have a canvas of width = 400 but, with S tyle.width = 100% , the image interpolates and the right angles of the pixels blur. I want to keep the pixels very visible, if anyone can help me I'm very grateful.     
asked by 11.03.2016 / 22:05
1
answer

Images are not inside the div

I have a div where I want to leave 2 images on top of each other, and only the image checked in an input will be visible, while the legend of the visible image should position itself to the right of the image. However, I'm trying to leave the co...
asked by 04.03.2016 / 15:12
1
answer

Problems setting width to div, flap system

I have created a simple tab system, using css, html and jquey. But I'm having a problem setting the% of the% of tabs. To get easier to explain I'll post the code here: function corrige_altura() { $('.tabs-container').css({...
asked by 23.02.2016 / 21:41