Mathias Bynens 4/20/2010

Displaying hidden elements like `<head>` using CSS

Read Original

This article explains a CSS technique to override the browser's default 'display: none' rule for elements in the HTML <head> section, such as <title>, <link>, <meta>, <style>, and <script>. It details how to make these elements visible, style them with generated content, and use JavaScript to add interactive functionality like clickable links. The post includes code examples and discusses browser compatibility, particularly noting issues with Internet Explorer.

Displaying hidden elements like `<head>` using CSS

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week