Questions tagged as 'html'

1
answer

HTML: Anchor point - what is it?

Can anyone tell me why the anchor point is not working? <html> <head> <title> Lake Tahoe </title> <style> body { text-align: center; } h1 { font-size: 52px; color: white; } header { background-co...
asked by 07.03.2016 / 14:18
2
answers

How to change option from JSON return

How do I change the option below, based on the JSON return: <select name="modalidade-frete" id="modalidade-frete"> <option value="0">0 - Por conta do emitente</option> <option value="1">1 - Por conta do d...
asked by 31.01.2017 / 21:09
1
answer

CSS and JavaScript files do not load when using Amigavel URL

Hello, I'm trying to create Friendly URL and it worked fine on some pages only some of it is not working CSS, JS etc. I'm using this in .htaccess: <IfModule mod_rewrite.c> RewriteEngine On RewriteRule ^home/?$ /index.php?p=hom...
asked by 02.01.2016 / 06:44
3
answers

Leave fixed elements on a static page [closed]

How do I fix a button or text? For example, in a background already with the background drawn, in the case would it just fix the text in a specific part of the background and when resizing the browser it accompanies with the background?     
asked by 06.10.2015 / 07:56
1
answer

What's wrong with this Chrome extension? [closed]

I made a small extension in Chrome, and it is not working properly. My extension simply randomizes a word between one of those randomVals and displays. I would like you to help me know what is wrong with it. Here is the code: Manifest...
asked by 10.10.2015 / 21:37
1
answer

jquery function does not work

CSS: .nav { width: 15%; height: 800px; background-color: #421; margin-top: 55px; float: left; } .nav-min { width: 5% !important; background-color: #ccc !important; } JS: <script src="http://code.jquery.com/j...
asked by 04.05.2016 / 04:24
2
answers

Load HTML pages into a div [duplicate]

Good morning! I'm a beginner in HTML and CSS. I created a web page where I basically have the navigation menu and have the other pages in separate files. I would like that when clicking on a menu option the page was updated and the navigati...
asked by 30.04.2015 / 16:31
2
answers

Button animation does not happen

When I clicked on the button it was for him to go to the left for 400ms but when I click he goes straight without the animation, he "jumps" straight to the final place without going through the rest. CSS: #icone-menu.icone-menu-animacao{...
asked by 20.04.2015 / 18:53
2
answers

Clicking on an image shows a div

My question is the following, when clicking on image 1 appears the div 1, but after clicking on image 2, disappears the div 1 and appears the div 2, and then clicking on the image 3 disappears the div 2 e appears to div. How can I do this?...
asked by 18.03.2016 / 23:36
2
answers

How to create a static website

I'm developing a website with HTML and CSS only. I want the static size to be this: #tudo{ width: 1024px; margin: 0 auto; text-align: left; /* "remédio" para o hack do IE */ } The problem is when the screen is smaller the site...
asked by 15.03.2016 / 10:33