If IE then serve this nav bar [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
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]-->

Related

Where could I find the code for the 'div' re-sizing of the site below (is there a name for the style)? [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
I am interested in learning how the 'divs' re-size up to a point then change their display mode and restart the re-sizing.
This is the site:
http://www.wnyc.org/
He is using #media to change the size according to the screen size, if you want to try something like that you can research about media queries and viewports(viewport units)

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>.

Unwanted space below image [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
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.

Target Top not working in Chrome [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
Target top not working in chrome is there any replacement for it ? But it works correctly in firefox
I am using frames.
target = "_top"