Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: entidi
  • Content: Threads
  • Order by date
  1. entidi

    How to convert a <legend> in a block element?

    I've the following code fragment: <form> <fieldset> <legend>Titolo</legend> <p><label>Un testo: <input type="text" /></label></p> <p><input type="submit" value="CONFERMA" /></p> </fieldset> </form> Now I want be able to manage <legend> as a common <div>: legend { display...
  2. entidi

    Conditional CSS include based on &lt;script&gt; &lt;noscript&gt;

    Hi all, I implemented a hierarchy browser using javascript when available. Whithout javascript, I wanted a full-expanded menu. I solved with the following code: <link rel="stylesheet" type="text/css" ref="style.css"></link> <noscript> <link rel="stylesheet" type="text/css"...

Part and Inventory Search

Back
Top