Questions tagged as 'css'

1
answer

Flexslider - Loading with still images

I'm using Flexslider, but while the images load and the function is not executed, it plays one image below the other, generating a huge scrollbar and, after running and loading the images, it performs normally. / p> The question is: is there a...
asked by 12.08.2016 / 19:58
1
answer

Adding and removing classes with javascript

I wanted to know how to add and remove a class in html elements with javascript <div> <ul> <li class="Active">1</li> <li>2</li> <li>3</li> <li>4</li> </ul> </div>...
asked by 10.08.2016 / 03:47
2
answers

The link from my main DIV does not work if I have a link in my internal DIV

I have one DIV within another, but my main DIV does not work the link if I put inside it a DIV with a link to close. CSS: #guaraparivirtualsuperpopup { position:relative; width:1215px; height:500px; background-color:#00000...
asked by 08.08.2016 / 23:11
1
answer

Move links to menu list when media size changes

I'm having a hard time putting some links inside another link. For example: #menu_header_right{ float:right; } .dropdown{ width:80px; position: relative; display: inline-block;} .dropdown-content { display: none;...
asked by 18.08.2016 / 18:18
1
answer

Tab system with jQuery

Galera I mounted a system of tabs using jQuery. Follow it below. $('ul.tabs li').click(function(){ var tab_id = $(this).attr('data-tab'); $('ul.tabs li').removeClass('current'); $('.tab-content').removeClass('current');...
asked by 06.08.2016 / 19:12
1
answer

Forms Materialize

I'm inserting forms into materialize , but when I test the form and insert a text it looks like it gets stuck. Example: I enter a name in the first name however the name gets scrambled with title of the form. <body>...
asked by 19.09.2016 / 01:55
1
answer

Problem with line break JS

The problem is this, when breaking the line in textarea in div .result where it is supposed to appear the result of what is typed in textarea , it only gives a space and does not break the line. How do I break the line w...
asked by 06.08.2016 / 06:03
1
answer

Customize TextBoxFor Width

How to change the size of TextBoxFor ? I followed exactly that solution and it had no effect on my form: [ Defining a larger size for a TextBoxFor The Bootstrap CSS file is being loaded before; HTML: @model Merc.Dominio.Entidade.Cola...
asked by 19.09.2016 / 15:26
1
answer

make automatic line wrap with bank data

Hello, I have a ul with li's that are given product names. It turns out that when I change the resolution to mobile, for example 320px , then if the product name is large, then it will not fit within the li that will have the...
asked by 17.10.2016 / 17:32
1
answer

links are leaving space

I was modifying my fixed bar on my site, and something occurred to me that I can not fix: I have 1 nav that inside has 1 ul that inside has 4 li if inside every li has a , what happens is that I'm leaving the fo...
asked by 14.07.2016 / 02:10