![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I'm a system developer and won't even pretend that I'm a designer, but I want to move our graphics designers off of "old way" of hacking html to get desired results, to marking up documents according to current web standards. I've been trying to design on of our new pages myself, but the biggest problem I'm running into is trying to create multicolumn lists. I have a list of items, which is most definitely a list, not a table, but I can't for the life of me figure out how to display a list in three columns. The main reason I want to do this, is for screen real estate. I've tried setting the li tag to display:inline, and setting a fixed width, but I guess the width doesn't go along with the inline attribute. Has anyone had experience with this? |
#3
| |||
| |||
|
|
Chris Stout wrote: problem I'm running into is trying to create multicolumn lists. I have a list of items, which is most definitely a list, not a table, but I can't for the life of me figure out how to display a list in three columns. The main reason I want to do this, is for screen real estate. You mean you want a list to go down the screen, and then start again at the top of the next column? Quite a bit more difficult then you might imagine. |
#4
| |||
| |||
|
|
I've been trying to design on of our new pages myself, but the biggest problem I'm running into is trying to create multicolumn lists. |
#5
| |||
| |||
|
|
I'm a system developer and won't even pretend that I'm a designer, but I want to move our graphics designers off of "old way" of hacking html to get desired results, to marking up documents according to current web standards. I've been trying to design on of our new pages myself, but the biggest problem I'm running into is trying to create multicolumn lists. I have a list of items, which is most definitely a list, not a table, but I can't for the life of me figure out how to display a list in three columns. The main reason I want to do this, is for screen real estate. I've tried setting the li tag to display:inline, and setting a fixed width, but I guess the width doesn't go along with the inline attribute. Has anyone had experience with this? |
#6
| |||
| |||
|
|
Brian wrote: Chris Stout wrote: problem I'm running into is trying to create multicolumn lists. I have a list of items, which is most definitely a list, not a table, but I can't for the life of me figure out how to display a list in three columns. The main reason I want to do this, is for screen real estate. You mean you want a list to go down the screen, and then start again at the top of the next column? Quite a bit more difficult then you might imagine. element{ float:top; /* [1] */ } I want CSS3 now! |
![]() |
| Thread Tools | |
| Display Modes | |
| |