Unwanted space below image [closed] - html

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question appears to be off-topic because it lacks sufficient information to diagnose the problem. Describe your problem in more detail or include a minimal example in the question itself.
Closed 8 years ago.
Improve this question
This is my webcam: http://flamencopeko.net/cam.php
Source: http://flamencopeko.net/cam.txt
All the html5, css3 and js is in this one file.
After I upgraded it from XHTML to HTML5 there is this unwanted space below the image. You will see it as a yellow line when hovering.
Any css I'm missing?

Add display:block; to the image.

Related

If IE then serve this nav bar [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question appears to be off-topic because it lacks sufficient information to diagnose the problem. Describe your problem in more detail or include a minimal example in the question itself.
Closed 8 years ago.
Improve this question
Is there a way of having an SVG nav bar, like this one (click) but due to this not working if they user is using IE then another nav bar appears instead?
<!--[if IE]><!-->
Custom code goes here
<!--<![endif]-->

How to track a used CSS class in HTML that doesn't exist in the CSS file? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question appears to be off-topic because it lacks sufficient information to diagnose the problem. Describe your problem in more detail or include a minimal example in the question itself.
Closed 9 years ago.
Improve this question
I have HTML file that uses multiple classes in CSS file. Is there a way to quickly track classes that don't exist in the CSS file? I need to determine them to add them to the CSS file.

Grey piece to the right of background [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question appears to be off-topic because it lacks sufficient information to diagnose the problem. Describe your problem in more detail or include a minimal example in the question itself.
Closed 9 years ago.
Improve this question
to the right of background keep grey piece:http://www.bestmonsterhigh.ru/
How I can remove this grey ugly piece?
Add width:350px to .login-block

Element h7 not allowed as child of element li in this context [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question appears to be off-topic because it lacks sufficient information to diagnose the problem. Describe your problem in more detail or include a minimal example in the question itself.
Closed 9 years ago.
Improve this question
I have lot of issue with the HTML5 code, i am new to HTML5. W3c validator shoes many errors can be seen here , anybody can help ?
http://validator.w3.org/check?uri=http%3A%2F%2Fcrimsoninformatics.info%2Fdirectus%2F&charset=%28detect+automatically%29&doctype=Inline&group=0&user-agent=W3C_Validator%2F1.3+http%3A%2F%2Fvalidator.w3.org%2Fservices
Using an <h#> tag inside an <li> element should be fine. However, there is no <h7> element defined in HTML5 - only <h1> to <h6>.

Body tag not engulfing entire page [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed 8 years ago.
This question appears to be off-topic because it lacks sufficient information to diagnose the problem. Describe your problem in more detail or include a minimal example in the question itself.
Questions concerning problems with code you've written must describe the specific problem — and include valid code to reproduce it — in the question itself. See SSCCE.org for guidance.
Improve this question
I have a website and for some reason my body tag doesn't cover the entire page and as such the image that is supposed to be at the bottom of the page is appearing in the middle. I have no idea why this is happening because the body tag is closed at the bottom of the page. The site can be found here http://www.chune.biz/The-Beginning-of-A-Musical-Revolution.html.
Remove height: 100% from your body css definition.