Questions tagged as 'css'

1
answer

How to do scroll position div for an image

I'm using a script that when triggered positions me into a specific div , it's working, but the code I have does this from a link text and I'm trying to fit it into an image and that the same as another div . The image I need...
asked by 24.03.2016 / 13:46
2
answers

Keep only one open panel in Accordion Bootstrap3

Hello, I would like help writing a .JS code to repair this error in the Bootstrap3 accordion. Hide the open panel when another is clicked. I'm currently getting more than one open panel, when the correct one would be just one. code follows...
asked by 14.03.2016 / 15:22
1
answer

Regex to add a hierarchy level in all CSS rules

I do not know much about regex (I do not think anyone fully understands this) and I would like to do a regular expression to change a CSS file by putting a hierarchy level (a class called "myClass" for example) in all rules, following way: Cu...
asked by 27.05.2016 / 21:33
1
answer

Problem with menu in css

Can anyone help me solve this? Follow the code: .aside-menu { z-index: 1000; position: fixed; height: 100%; top: 40px; bottom: 0px; left: 0px; width: 35px; background: #F1F1F1; } #cssmenu ul, #c...
asked by 21.03.2016 / 13:02
1
answer

Add text below images using table

I'm using a table to align images and text. However, when the resolution is low, it gets very unpleasant and I wanted to put the text down, at low resolutions. How do you do that being within a table? Code: <table> <tr>...
asked by 01.03.2016 / 17:21
1
answer

Define the class of a li element created at runtime

Below I have a stylized list with bootstrap (defining the class of ul and li ) <!DOCTYPE html> <html> <head> <link href="bootstrap-3.3.6-dist/css/bootstrap.min.css" rel="stylesheet"> <titl...
asked by 10.03.2016 / 14:42
1
answer

Dynamically increasing the div content [duplicate]

I have 3 div's and div2 must have dynamic content (growing as content is inserted into it), div1 must match the growth of div2. How can I do this? <div id="divPrincipal"> <div id="div1" style="width:20%; background-color...
asked by 12.02.2016 / 21:11
1
answer

Change transition and location of an action in jQuery

I recently found a code that has what I need. I am developing a page with 3 buttons, each of them shows a content (a div) when clicked. When I click the first button, as the div is displayed below, the other buttons are also pushed down. That...
asked by 28.01.2016 / 20:28
1
answer

Remove shadow-box and adjust container size

I'm having a hard time making some adjustments to a page I'm using BootStrap3, and I can only configure the settings in Clientside I would like to remove the shadow box from a jumotron.btn box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18)...
asked by 01.02.2016 / 17:44
1
answer

animate progress bar

I have this progress bar and need to send via javascript: document.querySelector('#progress').style.width = 10%; value for css animate: @-moz-keyframes progress { from { } to { width: 80% } } but I can not change the value .....
asked by 28.01.2016 / 15:57