Questions tagged as 'css'

2
answers

Assigning a value to my td within a table with jQuery

I can not assign a value to my td within a table, it contains% dynamic% as in the example below: <table class="table table-condensed table-hover" id="tabelaDependentes"> <caption>Lista de Dependentes</caption> <the...
asked by 11.11.2015 / 19:52
1
answer

Inform or not "div" in CSS

Should I report the div in CSS? Example: .teste {blablabla} div.teste {blablabla} HTML: <div class="teste">teste</div> I never reported, but I was seeing the code of a site that he was informed of.     
asked by 08.12.2014 / 16:44
2
answers

"Floating" sidebar within an element when scrolling

I have a layout Bootstrap with a sidebar on the right and I need it to "rotate" (up / down) when doing scroll , but not on top of the header and footer. that just "floats" within div[role=main] My layout: Mycode:<headerclass="c...
asked by 15.12.2014 / 04:28
4
answers

Resize image

Well my system has an area where the user registers information about the site. So register images. The system does not restrict the size of the image. Then the site shows the images. But there are different parts on the site that carry diffe...
asked by 21.07.2014 / 14:12
2
answers

What is that "sr-only" for Twitter Bootstrap?

Studying the documentation I was wondering: what does the sr-only class of the bootstrap really serve ?     
asked by 19.08.2014 / 20:01
2
answers

How to adjust div height according to text?

I created a div with a defined width, but when I insert a very large word, the text continues to come out of the div, how do I continue on the bottom line?     
asked by 11.02.2014 / 18:19
1
answer

How to use escape character in CSS?

I'm trying to insert a special character in the :before of my links so they look like this: ➔ This is the link The problem is that this character is written in hexadecimal and when I try to put it in content:'&#10132;'...
asked by 12.02.2014 / 23:50
3
answers

How to leave facebook comments plugin with 100% width?

Is there any possibility of leaving the facebook plugin with 100% width? I think its default is 550px width.     
asked by 18.03.2014 / 16:11
3
answers

Create an "opaque stripe" on top of a tr

I have a dynamically generated table: IwouldliketocreateaclassinCSSthatwouldmakea"layer" overhead with transparency. Example: If I use background-color , it will only change the background, so it would have to be something...
asked by 27.07.2018 / 19:12
1
answer

What is the role and responsibility of HTML, CSS and JavaScript technologies when creating the front end?

With these three technologies HTML, CSS and JavaScript can be developed all front-end or client-side of a particular site. So, I would like to know what role and responsibility each of these technologies mentioned above plays in creating t...
asked by 17.04.2016 / 18:36