Questions tagged as 'html'

2
answers

Make a multipage website offline

Assuming I have a multi-page site - for example a blog - I want to put an option for anyone who visits it to have access to it without internet. As not every device has constant access to the internet, and not every place has that possibility...
asked by 06.02.2014 / 14:10
1
answer

Why is a class or id declared in script and link tags?

I often see encoding in the <script> / <link> tags that have class tags: <script type="text/javascript" language="javascript" class="init"> <link rel="stylesheet" href="css/main.css" class="main-stylesheet"...
asked by 04.08.2017 / 20:06
2
answers

How to change the code when the visitor is mobile? [duplicate]

I'm developing a website, I want the code to change when the user enters the code, it can be with js or html . Example (Visitor using Phone): <a href="fb://page/1703826839873386" target="_blank"></a> Example (U...
asked by 14.12.2017 / 22:11
2
answers

Automatic Click along with full screen

I have a site, and on the site the user when they log in will go to a page and that page should be full screen automatically without the user needing to click something. I read that it is not possible for the browser to be full screen without...
asked by 06.06.2018 / 14:55
1
answer

Chrome and bug background fixed

I have the following problem: I have some separate sections on the page in divs. Two of these divs get an image like background and background-position:fixed , so when scrolling the page the images should scroll together, making...
asked by 18.11.2014 / 11:33
1
answer

Image limit per line using FlexBox

I'm using flexbox to display images, however it lists all in one line, I'd like to be able to display 3 images per line. HTML structure: <section class="content"> <?php $i=0; $sql = mysql_query("SELECT * FROM slideshows...
asked by 25.02.2014 / 21:23
3
answers

Side banner that accompanies the scroll

I wanted to add a side banner, which depending on the scroll, the banner accompanying the page. The image shows what I want to do: Butthebannercanneverpassafewlimits,thatis,itcannotgooverheadernorfooterandkeepinginmindthatpagesizeisnotalwaysthes...
asked by 02.04.2014 / 10:36
2
answers

Vertical alignment in a div with position: absolute

I would like to know if it is possible to vertical-align in a div with position absolute? Here is the code for analysis: .teste { background: #F00; width: 500px; height: 100px; display: table-cell; vertical-align: mi...
asked by 28.08.2014 / 16:22
1
answer

Input loading Modal data

Good afternoon! I'm trying to make a modal to fetch the products and assign them to the input. Idea: When I click on the input, it opens the modal. Then I choose the product in the modal and it loads the input with the data of the chosen product...
asked by 11.10.2016 / 18:46
2
answers

How to print A4 pages using CSS?

I currently use the mpdf library for reporting. However, in some reports I need to issue more than 400 pdf pages and this takes a lot of time and consumes a lot of server resources. I even checked library performance issues to try to optimize...
asked by 25.08.2016 / 15:35