Questions tagged as 'html'

2
answers

My code from my jquery cycle 2 slide does not work. I wonder where the error is?

I've been trying to make this slide a long time, but it does not work at all, I wanted help from you. MyHTMlcode: .slideshow{ width:100%; max-width:980px; overflow:hidden; height:505px; margin:0 auto; } .slides{...
asked by 23.09.2015 / 21:16
2
answers

1px Unwanted Space in Internet Explorer

On my site, below the footer is a 1px space that only occurs in Internet Explorer. In my case, I'm using IE-10 . The footer has a fixed positioning, I inserted it outside the container of the site, and put it back by setting a negativ...
asked by 22.09.2015 / 23:49
4
answers

Sorting H tags within a page

I wonder if there is a problem in reporting more than one H1 tag within a page, more in relation to SEO, if Google condemns this type of action. And also, if there is a problem of first informing an H2 tag and then an H1 tag, in that order an...
asked by 14.07.2014 / 15:26
2
answers

How to create a tab menu with JavaScript?

I have a menu that in case the user select the option it will changing, etc! The problem is that it leaves all other programs open when you access one. Menu: <body onLoad="AlternarAbas('td_usua','div_usua')"> <table width="945" hei...
asked by 01.07.2014 / 15:18
3
answers

Placeholder does not work in Textarea [closed]

I have form with textarea , I put a placeholder in the input and it works perfectly, less in textearea . <form name="trabalheConoscoFormulario" id="trabalheConoscoFormulario" action="" method="post" onsubmit="ret...
asked by 05.12.2014 / 13:03
2
answers

Apply jQuery effect to the current HTML element?

I have the following code that when I put it to run, it gives display: none and display: block on all elements and I would like it to apply this effect only to the current element: //jQuery $( ".titulo" ).mouseover ( function() {...
asked by 02.09.2014 / 22:59
1
answer

Text Translation Algorithm

I'm a beginner in JS I've already studied up to the loops section, so I stopped by to review everything I saw and do some exercises. I have made an algorithm that translates into English, Spanish and Portuguese a table with the tide schedul...
asked by 03.10.2014 / 00:40
1
answer

How to execute a function when the mouse is on a certain element?

How to create a generic javascript function that runs only on the element the mouse is currently on?     
asked by 06.10.2014 / 23:42
1
answer

How to leave a dashed item in the middle? Com

I would like to know how I can use <del> in a menu, which when clicked on it it will be left with the dash in the middle ("crossed out") and without the mouse over function. just the little set.     
asked by 07.09.2014 / 21:44
4
answers

How to leave a height-height fixed on the page?

What causes the page to occupy 100% of the viewport, so that it does not have a scroll bar. Whether it's a small, medium, large, tablet, or desktop phone. The height must be fixed, occupying the entire screen. No scrollbar. Do you understand...
asked by 03.12.2015 / 02:17