Questions tagged as 'html'

0
answers

Change Image Color by clicking button

I have several images, when I click the button I want it to take the ID of the image to pass this ID to the OnChange function and execute the function update (this.jscolor) . Here is the full HTML code snippet: <button name="color1" cla...
asked by 13.01.2016 / 15:30
0
answers

How to ban the file download and leave only the preview?

I have a file, example: a movie "The avengers.mp4" and I only want the public to see, but if someone tries to access to download is not allowed to download.     
asked by 16.01.2016 / 01:38
0
answers

Wordpress Menu with Mega Menu

I use a plugin in wordpress called mega menu, so it has doubled my menu, then I gave a search and according to the research I should go to the header and find the location of the mega menu and delete one of the div, until susi I found and...
asked by 26.02.2016 / 00:01
1
answer

Right column of the fixed site

I have a layout with 2 columns. Column Left: Content Right Column: Various Information When the user is browsing the site, rolling the mouse down the contents of the right ends up being visible only the one on the left How to leave the...
asked by 03.01.2016 / 23:28
0
answers

Problems with iframe and jquery

Well I have a small big problem with iframe. <iframe src="index.php" frameborder="0" name="site" class="site"></iframe> <iframe src="toca/player.php?volume=100" name="player" frameborder="0" class="toca"></iframe>...
asked by 03.01.2016 / 18:58
1
answer

Bug in scrolling when opening one modal on top of the other

When I click on Menu in the link link (go to the restricted area, login: admin and password: admin) it opens modal normally, with scrolling and everything else, all right. When I click to view one of the menus it opens another modal...
asked by 05.02.2016 / 14:08
0
answers

Fixed bar in CSS footer does not display correctly on iPad

I have a div to stay in the footer, but when accessed by the iPad it creates a distance from the last DIV with the fixed DIV of the footer. CSS: .fixo-modelo-3-1 { position: fixed; width: 100%; height: 43px; left: 0; bottom: 0; background...
asked by 04.02.2016 / 20:36
0
answers

Google search shows parent directory instead of title and description

Good afternoon, I noticed that google has title to my web page parent directory and as a description lists the files and folders, when in the html file I have the correct meta data. Can anyone tell me why? Thank you     
asked by 05.02.2016 / 17:18
0
answers

MixItUp does not show the elements

Good Night, I have tried to use the MixItUp plugin to modify the thumbs of an image gallery, however, the images always remain unseen (as initially the plugin asks), I can not identify which reason the plugin does not show the elements, could a...
asked by 14.12.2015 / 22:33
1
answer

Enable Street View mode with Javascript function

How to call Google Maps panorama mode via API? Using JS, you can parameterize and display Google Maps in a custom way: //Setup Maps function initialize(){ var geoLatLong = {lat:-23.5615129,lng:-46.6581976}; var mapOptions =...
asked by 14.12.2015 / 17:13