Questions tagged as 'css'

2
answers

Iframe does not fit vertically with height 100%

According to the following code, the <iframe> does not adjust vertically even if setting the height attribute to 100%. <div class="container"> <div class="panel panel-default"> <div class=...
asked by 14.12.2014 / 00:27
1
answer

How to remove sidebar with CSS or otherwise?

I'm applying an example from a book I'm reading. only that of formatting with CSS the page displays in addition to the natural scroll bar one within the div class I created. Following is an image of how the site looks after it renders....
asked by 21.12.2014 / 01:18
1
answer

Input does not load style disabled

I'm editing some input , select and textarea , removing the "default" style, but I'm having a problem. When it is like disabled , it should appear with a dark background. But it appears in white, even locked state. Does...
asked by 12.04.2016 / 20:35
2
answers

Open .txt file as tooltip

I want to add a HELP to my code, in case he clicks the word he opens a pop-up showing the details of the fields. But I would like to do this with a .txt file ... Where to open a popup containing .txt text ! I did this in tooltip that...
asked by 05.12.2014 / 13:59
2
answers

Pagination of divs

I have a div with a ul and within 30 li . Within this li has a img . I want you to have a new page with% new, in this case number 31, it will create a pagination, leaving this new li within the other...
asked by 21.08.2014 / 20:13
1
answer

How to get a slideToggle effect with jQuery?

In this link , I have some red stripes in specialty. I would like to ask what effect I'm going to use for a div to replace the content of the strings individually with a slideToggle effect from left to right. How to get this scri...
asked by 19.08.2014 / 13:42
2
answers

Tooltip or Hint in rowEditor in Primefaces

I'm having a problem, I wanted to add a tooltip or hint by hovering over the edit, confirm, and cancel icon for roweditor and celleditor of Primefaces . I've researched and tried to use css but it did not wor...
asked by 23.08.2014 / 16:00
1
answer

Correct statement in menu listing CSS

I have a menu listing and would like to know the most correct way to declare in HTML + CSS. HTML looks like this: <ul class="menu"> <li>Home</li> <li>Empresa</li> <li>Produtos</li> &...
asked by 25.08.2014 / 13:51
1
answer

Buga Email Signature in Gmail

I created an email signature in HTML, in Thunderbird it works, but in Gmail it buga, it does not seem to interpret the css. <html lang="pt-br"> <head> <meta charset="UTF-8"> <title>Assinatura Sitear</title>...
asked by 27.10.2014 / 15:40
3
answers

Disable all inputs of a form using only css?

Problem I'm implementing some controls in a prototype, and I'm creating an overlay panel to represent background processing, loading asserts from server, fetching data on server, anyway to represent that the system is working and the us...
asked by 27.08.2014 / 18:30