Questions tagged as 'css'

1
answer

Hover in SVG on my page does not respond

I'm trying to create a circle with several divisions in SVG, and each section when passing the mouse, I would like the background color to change. However the code I'm trying to use is not working. I added the class "t3-30" in the square that I...
asked by 11.11.2018 / 21:43
1
answer

Texts aligned in the bottom right corner of the screen

How to leave two text aligned in the lower right corner of the screen in css, one on each line, example: IVP Inventory Variant Position IVP centralized just above meaning, but both in the lower right corner. I tried this way,...
asked by 21.05.2018 / 20:43
2
answers

Configure list-group with scrollspy bootstrap

Good evening!    I'm having difficulty with one of the layouts of my project in which I have a div divided into 3 parts, where the upper right part will contain selected cards that will bring the data in a list at the bottom, I'm building the in...
asked by 21.03.2018 / 23:03
3
answers

How to put two buttons side by side

I do not understand as much about HTML and CSS as I would like and need to make a small change on a site where I'm limited, so I did it here. <div> <div> <a class="button" href="(LINK)" style="float: right; border:...
asked by 16.03.2018 / 15:56
1
answer

how to make the div that has auto width not pick up 100% of the parent div

I'm doing a mini chat, I'm having a problem when styling user conversations, my goal is to make the div that will show the conversations not bigger than your content, that is, if the user just typed a word, it is the size of that word, I'...
asked by 15.04.2018 / 02:56
1
answer

How to 'reverse' Google Charts chart?

I have the following graph that I generate using Google charts: google.charts.load('current', {packages: ['corechart', 'bar']}); google.charts.setOnLoadCallback(drawStacked); function drawStacked() { var data = google.visualization.arrayToData...
asked by 20.04.2018 / 21:48
1
answer

Navbar with upper margin when adding position: absolute; in a text

Good morning everyone. When I change the position of the text to top of the site to position:absolute; my nav bar has a slight margin at the top. how can I resolve this? var TxtType = function(el, toRotate, period) { this.toRot...
asked by 04.05.2018 / 17:15
2
answers

Button that changes site color

I'm trying to make a button on my website that is sticky, by clicking this button, it collapses right and shows a container with a certain number of colors available for the user to choose, the user choosing the color pallette , the site will ch...
asked by 08.05.2018 / 03:39
2
answers

Open page after upload

I'm thinking of doing this using jQuery and I have used some methods already available on the internet but they are not working. I tried to modify it more, I think I'm doing it the wrong way. What I want to do: The page should open after load...
asked by 01.06.2014 / 03:14
1
answer

Bootstrap - Merge rows

How do I merge two or more cells into Bootstrap? I will post the code: <div class="container"> <div class="row-fluid"> <div class="span4">4</div> <div class="span8">8</div>...
asked by 03.06.2014 / 14:28