Questions tagged as 'html5'

1
answer

CSS Problem with borders and placement of list elements

I'm doing a TAB component in HTML + CSS, and I have a question regarding css, the code I have is: @import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,700"); .tabs { font-family: "Open Sans", sans-serif; width: 222...
asked by 14.11.2018 / 09:55
1
answer

FlexBox + CSS GRID

I would like to know if there is any possibility of using CSSGrid with FlexBox. display:grid; display:flex; I'm talking about using both in the same project, if not, which one would you recommend me to use? You can give an example of how to...
asked by 05.09.2018 / 05:12
1
answer

What is a "definition list" and how are these DL, DT and DD tags used?

As far as I knew in HTML there were only two types of lists. Ordered lists <ol><li> and Unordered list <ul><li> . But apparently there is a third type of list, which is Definition List (definition list...
asked by 08.10.2018 / 19:26
1
answer

Is it possible to configure a Jquery Effect?

Is it possible to change the options in Toggle Explode ? For example: it has nine divisions by default, is it possible to modify the number of parts it explodes and the size of those parts? I also wanted to know if JQuery allows cha...
asked by 24.08.2014 / 21:04
1
answer

:: before is not displayed in img

I created a sort of lazyload (preloading images) in JavaScript with the scroll event where some images only load when they enter the visible area of the window. For this I created a generic image of 1x1 transparent pixel ( dt.png )...
asked by 29.09.2018 / 20:36
2
answers

CSS3 Fit table to fill in whitespace generated on the Landscape page

I have a report that is set up in css and occupy size in the landscape and I would like the tables to adjust to always occupy the whole space of the page. Image as Ta: Spaceyoushouldoccupy css:<style>body{background:rgb(204,204,204);}page...
asked by 15.06.2018 / 15:47
2
answers

form has a problem retrieving the value of Post

I'm doing a site and I wanted it so that the person typed in the link javascript would pick up and send the form but he is sending it but when I try to recover it with $ _POST it n retrieves the value that was sent q code I'm using . <?php...
asked by 14.05.2018 / 01:15
2
answers

Request of type Options

My question is, whenever I make a request before it is actually sending a request of type Options is sent, I wanted to know what exactly it is for. What impact can I have when removing this request both in performance (internet) in both security...
asked by 14.11.2017 / 17:40
2
answers

Background image causes the page to flash when loaded

I'm creating a site by loading any of the 6 pages of a category on the site that each have a background image averaging 40-70kb, the area where the image is flashing. The page always blinks when you click or refresh the page, what can I do?    ...
asked by 27.06.2014 / 22:43
1
answer

How to put a border / stroke in an image in an SVG?

I need to add a stroke around a <image> within a <svg> . But nothing happens when you add the value in that tag. See below what happens: when I use it in <image> it does not work, however in <...
asked by 24.04.2018 / 18:08