Questions tagged as 'html5'

1
answer

bring html code from the bank

I have the following doubt, I know I'm not doing it the right way, but I believe it will do me good. I'm trying to integrate my College project with Pagseguro, but I'm finding it complex regarding the use of the API, but I saw that in Pagseguro...
asked by 28.10.2016 / 05:35
1
answer

How to choose which photo will appear on Facebook when sharing a page?

I just made a website for a friend that will be used for an event, the middle of the site has a part that features the special guests with description and everything. When it comes to sharing the site link on Facebook, it appears the photo of on...
asked by 30.10.2016 / 14:32
2
answers

Force a DIV element at the bottom

Good morning, personal. I need to align elements in the bottom of a parent div. This is a chat screen where messages are displayed whenever there are new ones at the bottom of the window. However, I can not force the placement at the bo...
asked by 16.01.2018 / 13:15
3
answers

external HTML in div without server

I own an Index.html page is a series of other html pages. I need to make clicking on a link the specific document appear in a div. Detail, I can not use PHP include because I can not mount a server for different reasons. I can not use the load b...
asked by 19.04.2017 / 05:04
2
answers

how to change the class of an element according to the position of the values inside a foreach?

I have a menu where I sort the categories. I use foreach to list and everything is working fine. My code is this: <?php $consulta_sub_cat = $pdo->query("SELECT * FROM ws_categoriasp"); $sub_cat = $consulta_sub_cat->fetchAll(PDO...
asked by 18.04.2017 / 23:01
2
answers

responsive content with fixed size sidebar

Is it possible to make a layout with flexible width content and a fixed size sidebar? Example <body> <header></header> <article></article> <aside></aside> </body> I...
asked by 01.01.2016 / 22:20
2
answers

getElementById to modify 4 images with link clicks

I'mtryingtousethefunctiontochangebetween4imagesthroughclicksoncertainlinks.Howeverwhileoneimageappears,theother3alsoappearasafieldtobefilled.Iwouldliketoshowonlyone.Iwouldalsoliketoputtextinthepricefieldthatwillvaryaccordingtotheimage. functio...
asked by 21.10.2015 / 20:34
2
answers

Helps identify site effect

I'm searching on some sites and I really liked the effect used on this site link where the mouse over the interactive effect disperses. Does anyone have examples of this effect in specific?     
asked by 21.07.2016 / 16:59
2
answers

Float does not work correctly

I have a problem with finding myself using the float property of css. Currently this is what I have with my code: ButIneedittolooklikethis: Exceptthatcrookedandoutoftheblueboxwhenresizingthescreenmessalot.WhereamIgoingwrong?Herearemyhtmlandc...
asked by 27.04.2016 / 23:56
1
answer

How to Mount a slide

I needed to make a mini slide that contains an image and text on the side. Let it pass automatically and when you click the button. Would anyone have a good reference or would have knowledge to do this? I mounted the image of what my slide would...
asked by 08.05.2015 / 20:35