Questions tagged as 'css'

0
answers

slide arrow is not showing up

I have a problem, I got a code from a video lesson and a jquery too, I'm using the two, I put the codes exactly as they were in the video, but anyway my arrow does not appear, it's like an A in it, I put an image to improve the visualization, ho...
asked by 25.07.2018 / 22:07
1
answer

Bootstrap mobile running as -md

I'm starting a project with bootstrap, but I can not adjust the mobile. <div class="col-xs-12 col-lg-3 col-md-6 nopadding black appear "> <img src="img/portfolio/thumbnails/1.jpg" class="thumb">...
asked by 13.08.2018 / 14:24
1
answer

Specific positioning query in CSS

My João da Silva page, in the "Blog" section, has a white band at the bottom that I can not get at all. Here are the pertinent parts of the script and a print: Print: html:<sectionclass="secao-inicio blog"> <h1>Blo...
asked by 02.08.2018 / 18:29
1
answer

How to detect if the user is accessing by a webview app

Hello, I created a webview app for my site because it is 100% responsive and adapts well on mobile devices, but in my menu there is a link for you to download this application, I would like to know how I can identify a webview access since I want...
asked by 29.07.2018 / 02:10
1
answer

ScrollSpy wordpress

Good morning I would like some help I'm using wordpress and I put the following menu class CSS_Menu_Maker_Walker extends Walker { var $db_fields = array( 'parent' => 'menu_item_parent', 'id' => 'db_id' ); var $classActive = 'tes...
asked by 24.07.2018 / 15:19
1
answer

Scroll Jquery html css

Galera could help me needed to make a scroll change menu as it descends identically to this link site could help me where can I be finding it? <div id="cssmenu" class="menu-agency-main-menu-container"><ul id="menu-agency-main-menu"...
asked by 23.07.2018 / 23:31
0
answers

What system does twitter use to hide the source code?

If you open the source page of any Twitter page, you can see that it does not show the content of that page and no external css or js link appears on it. Does anyone know what system they did this and / or some method similar to this?     
asked by 24.07.2018 / 11:36
1
answer

Place text inside the image

Here is my code .imgs{ position:absolute; margin-top: -180px; margin-left: 25px; width: 200px; height: 200px; } <td style="width: 200px;"><?php echo '<img width=200px; src="'.$imagens[$aleatorio].'...
asked by 25.07.2018 / 00:34
0
answers

Position the vertical scrollbar on the body (below the header) of a Modal BootStrap window

I have a modal window and whenever the view expands, it autofits and creates a vertical scrollbar and includes the Header. Is it possible to make this vertical scrollbar not include the Header (as highlighted in red)? Modal<divclass="moda...
asked by 31.07.2018 / 01:59
1
answer

Problem with mouseleave and its reaction with SVG images

On the site there is a popup that in the case should only appear when the person takes the mouse from the area of the site. But it was showing up by clicking on a button that jQuery('body').mouseleave(function() { if (!jQuery('body').h...
asked by 22.07.2018 / 23:56