RE: [MACCAWS] how to display forms inline? (yes, that thread from all those other lists...)

"Dunstan Orchard" <[email protected]> Fri, 4 Oct 2002 11:33:27 +0000
Newsgroups gmane.comp.web.vkit
Message-ID <[email protected]>
> Try applying class=floatright to the divs within the forms?

ah, that kinda worked but messed up the layout in other ways :op

finally sorted it out by just floating the forms right, removing the all-
encompassing right-floated-div and not applying any styling to the divs within 
the forms.

all that's needed is:

/*** set all the forms in the nav bar to display inline and right floated ***/
#navmenu form {
	margin: 0px;
	padding: 0px;
	display: inline;
	float: right;
}

I must have a duck for a brain not to have worked that out before.

thanks for the help everyone, it's working fine now:
http://www.1976design.com/testarea/photo/


cheers - dunstan

---------------------------
Dorset, England
http://www.1976design.com/
http://www.orchard.it/
http://www.maccaws.org/