Connecting Tech Pros Worldwide Help | Site Map

Using CSS for multiple columns

  #1  
Old July 23rd, 2008, 09:15 AM
Bruce A. Julseth
Guest
 
Posts: n/a
Can I, without using tables, create more then a 2 column display, ie width =
50%, float: left and float=right?

Thanks...


  #2  
Old July 23rd, 2008, 09:25 AM
Blinky the Shark
Guest
 
Posts: n/a

re: Using CSS for multiple columns


Bruce A. Julseth wrote:
Quote:
Can I, without using tables, create more then a 2 column display, ie width =
50%, float: left and float=right?
Something like the first link in my sig, with widths adjusted to your
liking?


--
Blinky
Killing all posts from Google Groups
The Usenet Improvement Project: http://improve-usenet.org
Need a new news feed? http://blinkynet.net/comp/newfeed.html

  #3  
Old July 23rd, 2008, 10:05 AM
dorayme
Guest
 
Posts: n/a

re: Using CSS for multiple columns


In article <iBBhk.5277$Zc5.3073@bignews8.bellsouth.net>,
"Bruce A. Julseth" <julebj_nospam@bellsouth.netwrote:
Quote:
Can I, without using tables, create more then a 2 column display, ie width =
50%, float: left and float=right?
>
If the columns are 50% of the browser width, then only two can fit. So
what do you mean by wanting more than two?

If it is two cols you want, perhaps this will help:

<http://dorayme.890m.com/alt/simpleTwoCol.html>

--
dorayme
Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
HTML Tables vs. CSS Layers - when function and form coincide www.gerardvignes.com answers 7 February 5th, 2007 11:45 AM
SQL database structure for CSS? Big Slim answers 9 July 21st, 2005 02:47 AM
Table layout using CSS news.ntlworld.com answers 4 July 20th, 2005 10:18 PM
Format a list into multiple columns, or dynamically display columnsusing CSS? Steve answers 1 July 20th, 2005 08:41 PM