Questions tagged as 'css'

1
answer

Separate content from the CSS menu

I'm wanting to leave the links on the Control Drivers page, Control Passengers, Control Racing, from the menu a little more separate but spaced, but I'm not getting it. <%@pagecontentType="text/html" pageEncoding="UTF-8"%> <!DOCTYP...
asked by 09.09.2017 / 03:18
1
answer

Slide Problem - Firefox Browser

I'm having a CSS development issue for a Slide, only in the Firefox browser. For the site I'm using a Jquery Malsup slide plugin Slide works seamlessly in other browsers, except in Firefox's Desktop mode. (Version 54.0.1) See the pictures....
asked by 14.08.2017 / 21:22
0
answers

Analytics Code appearing on Home Page

For some reason the Google Analytics code is showing up on a client's home page and I'm not able to remove it from it. And at the same time, of course, I need to keep it running. Thecodelookslikethis:onClick="ga('send', 'event', 'Forms', 'Cl...
asked by 14.08.2017 / 23:05
1
answer

Table Line Relative Position

I have a table with 50 lines Of these only 10 are visible Added class css "ux-select" line 5 The code $('table tbody tr:visible.ux-select').index() will tell me what line number in the context of the table as a whole (return 5)...
asked by 14.08.2017 / 21:15
1
answer

align button and input to the right of another button

I'm bad at Frontend and would like to make the button  look next to the input and both on the right side of the "New" (float: right) button. Unfortunately I can not. <div class="form-group" > <form action = "buscarCon...
asked by 08.08.2017 / 20:23
1
answer

Add a page size controller [closed]

I would like to know how I can make this page size controller when resizing it as dynamic in this example of w3schools. I want to add this to my site and I believe it is with JavaScript I can leave this dynamic information clicking and draggin...
asked by 08.08.2017 / 21:46
0
answers

Duplication PHP content

When I duplicate this code, it appears vertically aligned, I would like to align this code horizontally <?php for($k=0;$k<count($items);$k++) { $item = $items[$k]; $expire_key = (isset($from_recv) ? $from_recv : 0).'|'.ltrim($i...
asked by 09.08.2017 / 01:49
2
answers

Put a responsive video on my webpage

Hello, I need to put a video on my site like this one: link All the examples I think are full width videos, q occupy the entire screen. The code I put below leaves the video as in image 01 Iwouldlikethevideotolooklikeintheimage02low Couldsome...
asked by 24.08.2017 / 19:41
1
answer

Spacing between Background

Good afternoon. I would like to know if it is possible to give a spacing between Background-repeat. That is, I'm with something like this: Image with example My CSS looks like this: background-image: url(imagens/half-circle-brown.png),...
asked by 03.08.2017 / 22:31
2
answers

E-mail Marketing and colspan

I'm studying HTML to use in email marketing and I was looking at this email here: Iunderstoodthebeginningofthecode,butIdidnotunderstandthecolspanapplication:<tr><td><ahref="https://www.facebook.com/FGV-Energia-1579891958938780/?f...
asked by 01.08.2017 / 23:07