Questions tagged as 'css'

1
answer

How to leave column minimum size of a table in css

I need to leave a minimum size in the description column so that very large descriptions break a few lines, I know only to put the fixed size, but not the least it can reach ps: she's responsive!     
asked by 28.09.2017 / 23:19
1
answer

Help with CSS in submenu

I need to create a submenu in the "Reports" category but I can not do it at all. I am not finding a correct way to create this second level. Thanks for any help. #nav { list-style-type: none; margin: 0; paddi...
asked by 09.10.2017 / 21:50
1
answer

Sort elements on canvas with CSS

I'm replicating some buttons with "ng-repeat" with angular, but I'm having trouble sorting those buttons the way I want them. I want to see 4 buttons on the bottom left and 4 buttons on the bottom right. I can not use the slice because it would...
asked by 09.10.2017 / 20:28
1
answer

In my photo gallery, I can not open the images with ligthbox separately, how do I?

I'm creating a photo gallery to insert my work into my portfolio. I was able to create lightbox effect with jquery, however I would like it to open each image separately when clicking and not all together as it is happening. Here is the code:...
asked by 27.09.2017 / 16:11
0
answers

Plots charts in JavaScript

I'm developing a web application and I need to generate a graph from data passed by a form, however I do not want to plot the entire chart at once, but rather make some kind of animation where the graph is drawn gradually. Home  I have already r...
asked by 28.09.2017 / 01:13
2
answers

How to change the href of a link dynamically?

The code at the end of the statement is OK and works as expected. On the lines <a href='?f=on' onclick="alert('LiGHT ON')" class='btn1 btn-sea'>ON</a> <a href='?f=off' onclick="alert('LiGHT OFF')" class='btn2 btn-sea'>OFF&...
asked by 27.09.2017 / 21:55
1
answer

Expansive video via hover effect

I have a client that wants to put an advertisement in the form of video and when the user hover over that video it expands on the screen and starts to rotate. I searched everywhere and found nothing, I thought to do this via transition and anima...
asked by 27.09.2017 / 02:31
1
answer

Glyphicon Bootstrap Manipulation

I'musingBootstrapversion3,andIwouldlikesuggestionshowIcouldcustomizethisglyph,I'vetriedseveralwaystoalignthisonewiththetext,butitinsistsonstayingabitabovethetextline.I'musingaJumbotronwithanAlert,andI'dliketoattachthisglyphicontothemessage.Butu...
asked by 26.09.2017 / 21:01
0
answers

How could I change the parent background css from a menu?

I'm using boostrap. I would like to change the "my-parent" menu with CSS, when it is with the class "collapse.in": <nav class="col-xs-12 col-md-2 pull-left meu-parent"> <div class="menu-dropdown-test"> <!-- collapse.in só ap...
asked by 25.09.2017 / 16:55
1
answer

Change font color Javascript / HTML / Jquery

I am developing an application in HTML / JavaScript / Jquery and would like to know how I change the color of TEXTAREA SOURCE by clicking on the button ... Does anyone have an idea? <html> <head> <!-- <script...
asked by 25.09.2017 / 20:00