Home › Forums › JavaScript › Magic Line Navigation Help
- This topic is empty.
-
AuthorPosts
-
May 29, 2011 at 1:22 am #32905
mpicerno
MemberI implemented the Magic Line Navigation I found online: https://css-tricks.com/examples/MagicLine/
and it works on mac and pc – but some ie versions the navigation is aligning vertically instead of horizontally. Do I need to give the nav bar a minimum width? less padding? do I need a JavaScript hack?http://meredithpicerno.com/complexions/index.html
Any help would be great –
May 29, 2011 at 1:32 pm #75097mpicerno
MemberHi Mottie,
Thank you for the tips – when i add the conditional html statements i get 3 errors when i validate my page in dreamweaver:
1. the tag “html” is not allowed within: “head” it is only allowed in [xhtml 1.0 transitional]
2. the tag “html” doesn’t have an attribute “class” in currently active versions [xhtml 1.0 transitional]
3. the attribute xml:lang is required when using the attribute lang in xhtml [xhtml 1.0 transitional]Should I be concerned with these messages?
Thank you again!!!
May 29, 2011 at 8:24 pm #75089mpicerno
MemberHi Mottie – thank you for the tips – i added the html conditional statements after the
however, when i validate my page in dreamweaver, i get the following errors:the tag “html” is not allowed within: head it is only allowed within [xhtml 1.0 transitional]
the tag “html” doesn’t have an attribute: “class” in currently active versions [xhtml 1.0 transitional]
the attribute xml: lang is required when using the attribute lang in [xhtml 1.0 transitional]and this section of my html code is highlighted:
should i be concerned with these errors??
thank you!May 29, 2011 at 8:26 pm #75079mpicerno
MemberHi Mottie –
okay, i pasted the code above the head tag like this: