Click to See Complete Forum and Search --> : display:inline


Sam
02-18-2004, 04:33 PM
simple question about
this page (http://www.medford.k12.or.us/media/css.htm):
How would i get leftDiv and content to display inline?
i tried float:right on content, then it took it out of the main div.
i tried display:inline on both with no luck, and i tried adding another surrounding div around both leftDiv & content and making that inline.
thanks in advance.

ray326
02-18-2004, 09:26 PM
What left div? I just see frames.

Sam
02-18-2004, 11:48 PM
sorry, linked to the wrong page, fixed now

ray326
02-19-2004, 11:58 AM
Start by putting a float:left; in both the lefDiv and content rules. Then put a div beneath those two with "clear:both;" as its style.