Questions tagged as 'html5'

1
answer

css matrix3d, drag element while maintaining distortion

I've been playing around with Matrix3D css in this code: link Now I wanted a point in the middle to drag the element while maintaining the distortion, but I do not know how to do it. So far, the only thing I've been able to do is add a d...
asked by 28.09.2015 / 18:18
1
answer

Link of an Iframe opening in new tab?

Is there a possibility that when someone clicks on a link in an iframe this link opens in another tab? Note: I do not have control of the html of the other page, so I can not put Blank in the link, it's content that is updated weekly so I nee...
asked by 14.08.2015 / 22:46
2
answers

How to change the background color of a bootstrap-slider plugin's slider?

I'm working with bootstrap-slider and want to make the slider when being dragged , and have their value between certain number range (I use onChange ), modify the background color of the selection bar. I've been able to do the border m...
asked by 27.08.2015 / 14:45
1
answer

Turn this menu into sub-menus?

I have this vertical menu: <!-- Coluna2 --> <div id="d2" align="right"> <nav id="menu"> <ul id="menu-nav"> <li><a href="cEmpresa.html">...
asked by 26.08.2015 / 20:29
0
answers

Embedded application with Javascript and AngularJS [closed]

Is everything good? I need a light. I'll describe a brief scenario: Imagine an application in FLASH (for display of videos, streaming, dynamic media, etc.) and C (memory control, internal http server for communication between flash and C, stor...
asked by 30.06.2015 / 14:10
1
answer

$ .get callback is not called and I can not debug to find out the reason

I'm developing a mobile application (with cordova) that needs to do a select in the BD online, and with this data update the mobile phone's DB, however I came across a problem, I perform the select in the DB of the mobile phone after performing...
asked by 01.07.2015 / 17:56
1
answer

Div's Auto Dimensionaveís

I'm having a question, I'm creating a html where I will have 3 columns , but the user will resize it anyway you want, however automatically divs will have to auto adjust ! I'm using the resizable property of jqueryUI . I wo...
asked by 28.12.2015 / 18:04
1
answer

Change font-size by @ font-face

Is it possible to change the font-size of a source within @font-face ? I'm trying the following: @font-face { font-family: kivetts; src: url(fonts/kivettsregular.otf); } @font-face { font-family: DicksHandwriting;...
asked by 24.12.2015 / 03:22
5
answers

Regular expression to find bar

I need to validate a field and it must have the following format: two_leths / numbers. Ex .: RN / 1234567. The two letters will always be uppercase and the number of numbers has no limit.     
asked by 12.07.2017 / 15:25
0
answers

Problem with pause in keyframe

I made a keyframe that is working perfectly because I am a problem with its pause because it pauses as soon as I move the mouse over with a :hover effect but the problem pauses the animation completely by example my image rotates some an...
asked by 16.06.2015 / 19:15