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...
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"...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.