I need a little help.
I have these tabs that are working, but visually I do not like the rectangles where I click and want to change.
Original: link
I want to remove the tabs:
Andputsomethinglikethis:
I've tried several ways but I...
I'm developing a desktop and mobile site, but when I'm on the mobile, I have to decrease the height of the slider on the right mobile, however when I put min-height: 250px! important, it will not, even me trying for all the forms I can not solve...
How can I implement a smooth scroll transition effect through anchors using Jquery?
The template below shows an example of a scroll transition I'm looking for.
link
I would like to understand the effect, and for this reason I'm...
I'm dynamically inserting into my table, so far so good. The problem is how much I try to click on one of the lines and I have no answer, I believe that I am not inserting in the DOM, someone could help me.
INSERTING:
$('#tabelaChat').app...
I created a Query post for a certain category
<div class="querypost-home" id="conteudo-home4">
<?php
$args = array(
'category_name'=>'oportunidades',
'numberposts'=>1,
'offset'=>3
);
$my_posts = get_posts($args);
if( $my_p...
I have a% div of%, that when it hits 31px it stays with .menuFixo , otherwise, top: 0 , did with Jquery, but did not work. >
$(window).scroll(function () {
if ($(window).scrollTop() > 31) {
$(".menuFixo").css("top",...
I have a simple HTML snippet:
<div>
<img src="http://www.placehold.it/200x200"><p>LoremipsumdadeedaherpdederpIlikecoffeecoffeecoffee</p></div>MyCSS:div{max-width:webkit-min-content;max-width:-moz-min-content;}...
I'm trying to do something like this: link
where the div containing the values of the purchase is fixed only while the customization options are visible, but I believe that it is not possible to do this with 'fixed', the only thing I have mana...
I have the following code:
link
HTML:
<!DOCTYPE html>
<head>
<title> Teste </title>
</head>
<body>
<div class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="navba...
I am creating a mobile site and in a certain part there is a system of tabs. The system is pure css that I found on the internet ... The problem is that when the site is viewed by the cell phone, the tabs do not work right. In iOS for exa...