Questions tagged as 'html5'

2
answers

Input date ta in English

I made an input date from the bootstrap and it is in English, is there any way to get it in pt-br? HTML <link href="bootstrap/css/bootstrap.min.css" rel="stylesheet" media="screen"> <link href="css/bootstrap-datetimepicker.min.css"...
asked by 07.02.2018 / 17:19
2
answers

background-image fixed on iOS

I created a background with a still image in the body of the site. It was ok on the desktop and Android, but in iOS the image does not stay fixed. The image scrolls down as I scroll down.     
asked by 31.01.2018 / 14:17
2
answers

Login Form Screen Flashes

I have a problem: I have a login screen that I made, but it blinks. I did not want this to happen. I wanted the login form to be static with the images passing in 5 minutes. Thelinkdoesnothavethegraybox.Iwantedthegrayboxtoo.Hereistheprobl...
asked by 30.12.2017 / 19:46
0
answers

Incompatibility in browsers [closed]

I'm developing a website using html and css with bootstrap. I had already noticed some minor differences between one browser and another. But this week after using some svg images, on internet explorer, you have mistrusted everything! I alrea...
asked by 06.10.2018 / 22:54
1
answer

The OpenGraph metag og: image does not take the specific image of the link

I have the following code snippet, but facebook is randomly picking up another image that is not part of the specific link for this, og:image as below. <meta property="og:type" content="website"> <meta property="og:title" conte...
asked by 05.05.2018 / 00:51
2
answers

Semantic Doubt html5

What's right for sidebar? <div> <aside></aside> <aside></aside> </div> <aside> <section></section> <section></section> </aside> <section> <as...
asked by 06.07.2016 / 11:06
1
answer

Regular expression pattern, minimum 1 blank space

I have a form with an input field and a pattern attribute that is case sensitive, but I also need to have at least one blank space and more occurrences of spaces at will.     
asked by 06.11.2017 / 01:11
0
answers

Tabs within modal returning data

I am creating a page that displays the data that has been registered and within this data I have the option to View, Edit, Quit and Delete the record. In this case, the option to View, Edit and End is triggered by the same button, where the u...
asked by 29.10.2017 / 23:08
0
answers

Organization of tables in css

* I have a problem in my code that I am trying to solve for hours now, I'll leave an image to explain better, I want to leave it aligned along with the other bars. <!--*****ContactAreaEnd*****--><sectionclass="contact_us_area section_p...
asked by 28.05.2018 / 17:06
1
answer

Popover inside a table does not work

I'm trying to put a popover within a row of a table that is dynamically mounted according to the data coming from the database. I tested out of the table and it worked, but inside the table line did not. My Js are like this $(document).rea...
asked by 03.10.2017 / 13:29