Questions tagged as 'css'

2
answers

How do I make 2 accordions open at the same time?

I have 2 accordion on a web page, the problem that I have is that I need to make the 2 accordion be open.    Example: The 2 accordions are closed by default Accordion 1 = Cerrado Accordion 2 = Cerrado    at the moment of clicking on...
asked by 21.06.2017 / 16:03
4
answers

How to manipulate svg with css?

I'm trying to manipulate svg images with css and I have not really had the slightest success, I guess it's some detail I'm not doing since on the internet there are many examples of this that I'm trying and I guess it's because it works for them...
asked by 22.08.2016 / 21:10
2
answers

Change the style of a DIV when it is pressed

I have a problem with a hybrid mobile application. I would like to change the style of a div when it is clicked. I currently have something like: <div id="foo"> Lorem ipsum dolor... </div> and I apply in my document css:...
asked by 20.04.2017 / 22:39
3
answers

@ Styles.Render does not work on server

Dear friends of Stackoverflow, I have the following problem: I am developing an ASP.NET MVC 4 application, which I have uploaded to a Azure server. The issue is that when I'm working locally, I compile and run the application on the lo...
asked by 18.03.2017 / 19:34
1
answer

Error in CSS with display block

I was doing a design for comments and I realized that there is an error when there is more than one comment, and it does not matter if I put them in different containers, the problem is that it creates a margin to the left. The container of the...
asked by 29.03.2018 / 19:14
2
answers

CSS - Fit image between text

I have the following code: p{ border-right: 2px solid lightgray; border-bottom: 2px solid lightgray; padding-right: 5px; padding-bottom: 5px; margin: 10px 0; height: auto; } <p><img src="https://lh4.ggpht.com/wKrDL...
asked by 10.01.2017 / 21:06
1
answer

How would you animate the hamburger menu that comes by default in boostrap?

How could I do to show an animation of the hamburger menu in boostrap that shows me an x when displaying the menu and not the typical hamburger menu: When the menu is opened, the icon is changed to an X and when I click on the x the menu is c...
asked by 05.08.2016 / 19:27
2
answers

Assign styles according to content

I only want to apply pure CSS a color background to a specific tag <tr> in the following table, it differs according to the content, in this case, the content should be applied only to <tr> that are uppercase : <ta...
asked by 19.10.2016 / 19:36
2
answers

Because on my website some fa fa-icons stopped being seen

Good morning everyone, today I have a very intriguing question. I comment I have a website in production, that until not long ago it worked great and now they stopped seeing 2 fafa icons the rest if they are seen but those two no longer. And sin...
asked by 17.12.2016 / 16:49
2
answers

SVG file that inherits the current color

Using SVG inline I can make the current color inherit using the value currentColor for property fill . In this way I can make my image adapt to the color of the element that contains it. For example: .rojo { color:red;...
asked by 22.11.2016 / 18:45