Tabbed web pages? You mean like the Forum/Keyword Search/FAQs/Links tabs on this page? The easiest way is to use graphics (or CSS-formatted text) to look like tabs along the top of your page, with each one linking to a seperate document with that tab uppermost. There are (no doubt) slicker ways to do it with DHTML, but they're more difficult to get working in all browsers.
To put a list box in an HTML form, you need to set the
Code:
size
attribute of a <select>. Somewhat confusingly,
Code:
size
, which controls the width of <input type=text> controls, contains the height of <select> controls. For example
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.