ustyne
Member
Posted 7 months ago #
I am working on a child theme of twentyeleven i decided to move the <nav id="access" role="navigation"> above the <header id="branding" role="banner"> and whenever i do that the hyperlink dose not work on any browser except IE9. Has anyone encountered this or maybe point me to a solution?
Thanks in advance
Can you link the website/page with the problem?
ustyne
Member
Posted 7 months ago #
It'still running local on my system.
Can you use http://Pastebin.com to paste your HTML and CSS code in, then link us the Pastebin page?
ustyne
Member
Posted 7 months ago #
You can find your HTML when;
- View your website
- Right click on the page until you find the option 'View source'
- Select View source
- The pop-up window will hold all your HTML
ustyne
Member
Posted 7 months ago #
I found the solution to my problem. The <nav> tag has to be enclsed by the <header> tag. Am so happy now.