Questions tagged as 'html'

1
answer

How to Detect DOM and API Resources

How to tell if your browser supports certain methods , properties and events Checking whether an object querySelector , querySelectorAll , addEventListener , classList exists via Javascript. I've been trying so...
asked by 02.07.2016 / 05:46
4
answers

Highlighted if illegible on page

My page (Header of a table and a modal popup), in accented letters or characters of the Portuguese language, are coming illegibly. In the head of the page I have this statement: <head> <title><%=Application("app")%></title...
asked by 24.08.2015 / 20:56
2
answers

How to set cursor position in an editable element?

I have the following structure: <pre id="editor" contenteditable="true"> “Always pass on what you have learned.” - Yoda > {|} -- X </pre> I want when someone clicks a button I put the cursor in place of {|} . This...
asked by 25.12.2013 / 00:55
2
answers

Perspective shadow with CSS

I have a div of 950x350 pixels and would like to create a perspective (and blurred) shadow as shown in the code below (run in full screen): #slider{ width: 950px; height: 350px; background: blue; position: relative; } #...
asked by 25.09.2018 / 00:49
4
answers

Function to expand list

I created a "dictionary" from A to Z, where when I want to see what's in the letter A, I click on it. This is beauty. So I do not have to click one by one to find some meaning, I would like to put a function to expand everything from A to Z. I u...
asked by 06.02.2014 / 13:06
1
answer

What would be the best way to do a "vertical text" in HTML / CSS?

I'd like to hear from you how best to do these types of text alignment as in the example (vertical alignment, with letters up, " vertically straight ". with the border of a DIV pie)     
asked by 09.11.2015 / 19:28
2
answers

Finding XPath in Selenium

I'm breaking my head to find the XPath of a table . Could you help me? The structure looks something like this: <div> <div id="divMF"> <iframe name="Principal> <frameset id="frmset"> <fram...
asked by 07.02.2017 / 13:56
3
answers

Meaning of the term "Fluid Layout"

In surveys, I came across a series of articles talking about Design fluido .But the majority with no clear explanations. I want to know what this means in development Frontend ?     
asked by 19.12.2016 / 20:02
2
answers

How to place 3 adsense link ads side by side?

How to put 3 adsense link ads side by side like this?     
asked by 14.01.2017 / 21:55
1
answer

Div in circles with responsive layout

I'm trying to make a page where they contain div in circles and adjust one below the other when layout decreases, for example, to cell sizes. With the usual size I would like them to be side-by-side, and as they go down, stay one below...
asked by 28.03.2015 / 00:46