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


Sam
02-18-2004, 05: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, 10:26 PM
What left div? I just see frames.

Sam
02-19-2004, 12:48 AM
sorry, linked to the wrong page, fixed now

ray326
02-19-2004, 12:58 PM
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.