Questions tagged as 'css'

4
answers

How to change the color of only one element in a form-group with several others?

Hello What happens to me is the following: I'm using the Bootstrap Validator to validate the fields on my form. However, when you rotate the page, the fields are getting as follows. Note that the "Code" field is disabled. Only the "Social...
asked by 20.06.2014 / 17:01
2
answers

Word selection for phrase formation

For ease of explanation, I have separated the following mockup: The idea is this: Each of the options in the DIV is originally not visible, the idea is that an option is visible only after the user clicks. In addition, the option click...
asked by 12.05.2014 / 17:21
1
answer

Iframe with Flash over div with z-index: 9999

Some components of my Flash chat are above the div of the header. As you roll the screen, these components come and go. Here is the image: IdonothaveaccesstoFlash,that'stheproblem,itfollowstheFlashinclusioncode:<!--BATE-PAPO-->&l...
asked by 17.04.2014 / 16:23
1
answer

Show jquery-ui icon on close button of dialog widget

I'm customizing the appearance of the jquery-ui dialog widget and so far my css is as follows: .ui-dialog { position: fixed; z-index: 1050; display: none; /*overflow: auto;*/ /*overflow-y: scroll;*/ /*-webkit-overflow-scrolling: to...
asked by 12.04.2014 / 17:33
1
answer

Placing tabs inside a form

I have an html document with tabs. This is OK. Now, inside one of these tabs, I have a form, where I put my controls. I could not put inside this form more tabs, so that would have a document and inside it two tabs and within these tabs, but con...
asked by 24.06.2014 / 23:18
1
answer

Overlay Section

I have more or less the following structure: <!DOCTYPE html> <html lang="pt-BR"> <head></head> <body> <div id="tudo"> <header> <nav></nav> </header> <div id="...
asked by 27.06.2014 / 16:48
1
answer

Force import of css and js into site pages

<nav class="navmenu center"> <ul> <li class="first scroll_btn active" onclick="atualizarPagina('Home.htm');"> <a>Home</a></li> <li class="scroll_btn" onclick="atualizarPagina('Empresa.htm');"&...
asked by 25.06.2014 / 14:37
2
answers

Problems with cshtml presentation (Visual)

I have a cshtml, which is shown like this: A sequence of filters that are fixed. When I click on search, then I get the return of a method in the controller via json by a jquery function and in the success of ajax, I add the rest of the html on...
asked by 27.06.2014 / 14:41
2
answers

How to position a div side by side with JS / jQuery

I'm creating a simple chat system where you have a function that opens the user window to which you want to chat face style. What I would like to know is how when opening the second user the window gets lined up next to the first window and not...
asked by 08.07.2014 / 20:37
1
answer

CSS for the Timthumb plugin for CakePHP

Is there any way to apply CSS classes to the thumbnails created by the Timthumb plugin for CakePHP ? The 'class' attribute causes an error. Code $this->Fancybox->setPreviewContent($this->Timthumb->image('/img/gallery/' ....
asked by 25.03.2014 / 17:01