John Bull
Jun 01, 2003, 06:50 PM
Hi. How do I put three drop-down menus on the same line? I want them aligned left, right and centre, but simply aligning them and writing them consecutively puts them on seperate lines. The JavaScript complicates matters. Thanks in advance.:goodjob:
Pillager
Jun 02, 2003, 09:52 AM
You'd need to use tables, I would suggest. Can you post the code you have at the moment?
Black Fluffy Lion
Jun 02, 2003, 01:39 PM
tsk, thy shalt not rape thy tables for layout purposes, Pillager :p
Are you referring to form select menus?? if so, then the behaviour of form being displayed as a block element can be overidden by the CSS display: inline;
Sturmgewehr
Jun 25, 2003, 10:59 PM
try...
http://www.echoecho.com/
Loaded with tutorials on HTML and more.