Questions tagged as 'css'

2
answers

Positioning controls with bootstrap not aligning

I need to do the following: Label on top and control under the labels. I took the example from the twitter bootstrap page itself and it is not working. Below my code: <div id="tabs-1"> <form role="form"><!--A tag ul c...
asked by 25.06.2014 / 19:24
1
answer

Dropdown Menu with Bootstrap

I wanted to know how to make a menu that is dropdown, when it is accessible in mobile continue dropdown. I have the site www.ktfdistribuidora.com.br , in the "products" tab it's a dropdown. In mobile it is not dropdown, when clicked o...
asked by 10.06.2015 / 23:36
4
answers

Problem with div placement

Good afternoon guys, I'm doing a DropDown menu on a website, I'm having the following difficulty, when I hover over the item, the subitems are below a banner plugin. Ex: If I put the banner div (display: none), the SubItem appears and goes...
asked by 25.07.2014 / 20:12
1
answer

Leave image selected with opacity greater than the others in a gallery

I have a simple gallery, and when you select an image, that same image is loaded via ajax into a div that is positioned next to that gallery. When I select the image only the image changes, only I would like to improve the aesthetics. Type, h...
asked by 16.11.2014 / 17:17
1
answer

Do not load style.css into wordpress

I'm studying Wordpress, but I could not use the functions.php to load the stylesheet These are the files style.css /* Theme Name: Tema Estudo Author: A Version: 1.0.0 */ body{ color: #4d5a6c !important; } header.php <!DOCTY...
asked by 31.12.2018 / 06:07
1
answer

html - Two vertical scrollbars on Android [pendant]

Custom Scrollbars and Chrome's default scrollbar are in conflict due to height: 100vh . But I think Chrome detects how 100vh is equivalent to the number of Android Y pixels, not WebView pixels. Anyway, I want the site to stay on 100% of th...
asked by 31.12.2018 / 21:02
3
answers

Leave td with transparent background

How do I leave a 'td' with transparent bgcolor without using STYLE? I can only use bgcolor in the part, not to cause errors !! many browsers do not render the style. As email marketing I can not use style sheet, I have to apply all inline...
asked by 04.04.2014 / 16:05
2
answers

Do not dynamically select always the last row in the hierarchy

Look at the HTML and CSS below. This is the initial CSS ul ul li:nth-last-of-type(2){ background: #ff0000; } <ul> <li>bla <ul> <li>bla bla <ul> <li>bla bla bla</li>...
asked by 01.10.2014 / 17:12
1
answer

Break line on links

I'm developing a mobile site and I'm having a problem, when I have a very large link (no spaces or '-' hyphens), it does not "break" and leaks out of the layout. Is there a way to fix this?     
asked by 16.09.2014 / 19:43
1
answer

How to mark a specific item in a CheckBoxList with jquery

I have seen several examples of how to mark and unmark all, but I have not seen how to mark a specific, see: <asp:CheckBoxList ID="ChkAcoesListarGrupo" runat="server" RepeatDirection="Horizontal" Width="100%" >...
asked by 21.12.2018 / 13:57