Questions tagged as 'css'

1
answer

Div overlay with Bootstrap

Having 3 <div> , as part of the basic Bootstrap skeleton, how do I make the <div> of the main content overlap with those of the header and footer, hiding a small part of them? I made a simple Fiddle with bounding bo...
asked by 07.09.2016 / 16:15
1
answer

How to show / display each item in the li?

I'm creating a menu where your content is displayed via a modal. As li element is unique (has no id and no class), then jQuery will capture the last declared element. $(document).ready(function(){ $('.menu li').click(funct...
asked by 29.07.2016 / 21:30
1
answer

How to disable horizontal scrolling on iphone

I did some testing on some devices and realized that on the iphone it has a horizontal scroll. I already checked the width of the screen, apparently this is ok. The same does not happen on Android phones. I'm using the meta tag below. '<me...
asked by 09.08.2016 / 22:47
0
answers

Questions with carousel jssor

I'm using the merry-go-round for my page, follow the image Sofarsogood,theproblemiswhenIopenitonmycellphone,itgoesdownthecarousel,andIwantedittoplaydown,I'llsendhiscss <script>jQuery(document).ready(function($){varjssor_1_SlideoTransit...
asked by 02.08.2016 / 22:49
0
answers

How to solve stylus error in Select Option options that appears with error in Firefox

In Firefox version 48.0, it is giving error in the stylization in the options of the Select Option. Follow the code: <div class="buscaCodigo"> <div class="form"> <br /> <br /> <h2>Entre abaixo com o cód...
asked by 03.08.2016 / 13:40
2
answers

Div Fixed with FadeIn effect

Opa, I have a div on the side sidebar_right , when scrolling the page it should go to the fixed footer, I'm using it like this: $(function () { var jElement = $('#sidebar_right'); $(window).scroll(function(){ if...
asked by 18.06.2016 / 14:17
1
answer

footer hiding div with scrollbar when redimensioning the browser from top to bottom

I have a problem when I try to use an inner scroll div on my page. What happens: If I resize the browser up, the scrool icon disappears below the footer. I wanted this not to happen because when the user scrolls to read the text, it can no...
asked by 07.07.2016 / 21:31
1
answer

Change the text according to the slide image

Hello, I'm messing around with HTML / CSS, I've been making a slide and I've had a doubt, probably from JavaScript. I made a mini slide of featured products, and on the side of this slide, has the text referring to the product. Is there an...
asked by 02.08.2016 / 14:29
1
answer

tooltip cut by div

Good morning everyone. I'm trying to create a tooltip with only css in a side panel to the right of the page. In this panel a list of users appears and each tooltip presents a brief profile, very similar to the facebook user list where a tooltip...
asked by 27.06.2016 / 19:54
0
answers

CSS Element "passing" on the other in a li [closed]

I have a custom select (dropbox), in which there is a search field in the list, this select with jquery was downloaded (I did not do that), well, I had to position one over the other for my purpose, the problem is that a select overlaps the othe...
asked by 27.07.2016 / 02:15