Questions tagged as 'html'

1
answer

Text with 2 different alignments

.table, th, td { border: solid #000000; border-collapse: collapse; border-width: 3px; } .th, td { border-width: 3px; font-family: Open Sans; } <!DOCTYPE html> <html> <head> <link rel="style...
asked by 20.03.2017 / 17:27
1
answer

My site does not load all the scripts, is it heavy? how to solve? [closed]

Good afternoon My site does not load all the scripts, is it heavy? how to solve? Example of an image that does not load: inthechromeinspectorobjectthefollowingmessagesappear: Website: link     
asked by 27.12.2016 / 19:44
1
answer

Problem to apply a jQuery mask to a modal

I have a modal in HTML and there are two text fields that should receive dates, I'm trying to apply a mask using jQuery to those fields, but I was not successful, the mask usually applies when the fields are not part of the modal . HTML code:...
asked by 28.12.2016 / 13:01
1
answer

Total registered in Database with Script

My php page uses the following files "1-config.php = connects to the database" "2-total.php = connects to the Form and shows the total of the record on the page" In the Html of my main page I use <?php require_once("total.php"); ?>...
asked by 27.12.2016 / 18:59
1
answer

Sticky menu with problem when updating page in Firefox

The Sticky menu I made is with a problem only in Firefox. If I update the page with the Sticky menu active, ie when the scroll bar is not at the top of the screen, the menu returns to the "default" and only activates the sticky again if I scr...
asked by 28.12.2016 / 11:59
1
answer

Confirm deletion in Laravel 5.4

I have the form below, in which a button deletes the record of the current line. <form class="form-inline" method="POST" action="/servidores/{{ $serve->id }}"> {{ method_field('DELETE') }} <input type="hidden" name="_t...
asked by 06.02.2017 / 14:16
3
answers

how to convert pixel in percentage? css [closed]

Hello, I've been learning a bit about responsive sites, and so far the only solutions I've found have been putting different styles for each size. and .. the percentage, which in my view would be the most correct, would not need 3 or more sty...
asked by 04.02.2017 / 01:24
4
answers

How to mount 3 'columns' CSS tile?

I'm having trouble putting the mosaic of the example below into the mobile version of my site The version in orientation:portrait should be something like this: .......................... . | . . Img 1 |...
asked by 31.01.2017 / 14:38
2
answers

How to prevent an image from loading on the mobile?

I'm trying to prevent certain images from loading on mobile, they all have display: none but I know they will load by default, does anyone know any alternative not is using background-image ?     
asked by 30.01.2017 / 19:34
1
answer

How to adjust email text to box?

The image was retrieved with the browser resized to approximately 390 X 650 dimensions. Iwouldliketoknowhowtomakethetext" [email protected] " that is within h4 fit the size of alert and leave responsiveness ok. > I am...
asked by 29.01.2017 / 20:24