Click here to Skip to main content
15,896,372 members
Home / Discussions / Web Development
   

Web Development

 
GeneralWebservice raise events Pin
Hadi Fakhreddine22-Feb-05 8:19
Hadi Fakhreddine22-Feb-05 8:19 
QuestionHow to prevent another fuction while executing one function Pin
Amitux22-Feb-05 1:53
Amitux22-Feb-05 1:53 
AnswerRe: How to prevent another fuction while executing one function Pin
Yulianto.22-Feb-05 15:51
Yulianto.22-Feb-05 15:51 
GeneralMSHTML DOM Pin
Jack Clift21-Feb-05 12:56
Jack Clift21-Feb-05 12:56 
GeneralNeed help with Listboxes/arrays Pin
PaigeFrank21-Feb-05 10:31
PaigeFrank21-Feb-05 10:31 
GeneralRe: Need help with Listboxes/arrays Pin
alex.barylski21-Feb-05 12:00
alex.barylski21-Feb-05 12:00 
GeneralRe: Need help with Listboxes/arrays Pin
satya chhikara27-Feb-05 22:22
satya chhikara27-Feb-05 22:22 
GeneralList Elements in Columns with CSS Pin
Roland Bär21-Feb-05 10:25
Roland Bär21-Feb-05 10:25 
Hi,

I have a list of links as an usorted list:

<ul>
<li><a href="....">link1</a></li>
<li><a href="....">link2</a></li>
<li><a href="....">link3</a></li>
<li><a href="....">link4</a></li>
<li><a href="....">link5</a></li>
<li><a href="....">link6</a></li>
</ul>

Now I would like to have this links in 3 columns; somwthing like this:

link1 link2 link3
link4 link5 link6

I don't want to use tables. My idea was to give the li elements a class name that represents the column:

<ul>
<li class="col1"><a href="....">link1</a></li>
<li class="col2"><a href="....">link2</a></li>
<li class="col3"><a href="....">link3</a></li>
<li class="col1"><a href="....">link4</a></li>
<li class="col2"><a href="....">link5</a></li>
<li class="col3"><a href="....">link6</a></li>
</ul>

but now I have the Problem of how to write the css code. I've made all of them inline (with display:inline) and gave the three classes three different positions, but now all elements are on the same line Frown | :(

Any Ideas how to solve this Problem without a table?

Thanks Alot

Roland

GeneralForced spacing Pin
Esmo200021-Feb-05 7:43
Esmo200021-Feb-05 7:43 
GeneralRe: Forced spacing Pin
TSmelser21-Feb-05 8:03
TSmelser21-Feb-05 8:03 
GeneralRe: Forced spacing Pin
Esmo200021-Feb-05 8:36
Esmo200021-Feb-05 8:36 
QuestionHow to find an elements Left and Top positions in HTML page Pin
nagarajuepuri21-Feb-05 6:56
nagarajuepuri21-Feb-05 6:56 
AnswerRe: How to find an elements Left and Top positions in HTML page Pin
alex.barylski21-Feb-05 12:06
alex.barylski21-Feb-05 12:06 
QuestionHow can i exclude HEADER Pin
Anonymous21-Feb-05 6:44
Anonymous21-Feb-05 6:44 
QuestionRequest QueryString Problem?? Pin
mjay200421-Feb-05 5:20
mjay200421-Feb-05 5:20 
AnswerRe: Request QueryString Problem?? Pin
satya chhikara27-Feb-05 22:31
satya chhikara27-Feb-05 22:31 
Generalabout function .exec() Pin
kinkei21-Feb-05 0:27
kinkei21-Feb-05 0:27 
GeneralVertical scroll behavior Pin
Marc Soleda20-Feb-05 23:14
Marc Soleda20-Feb-05 23:14 
General&quot;GET&quot; or &quot;POST&quot; Pin
Member 174700020-Feb-05 10:30
Member 174700020-Feb-05 10:30 
GeneralRe: &quot;GET&quot; or &quot;POST&quot; Pin
alex.barylski21-Feb-05 12:12
alex.barylski21-Feb-05 12:12 
GeneralASP multi-form database driven results page Pin
Member 174700020-Feb-05 7:46
Member 174700020-Feb-05 7:46 
GeneralWeb Application Pin
mitthooo19-Feb-05 22:36
mitthooo19-Feb-05 22:36 
Generalimport contacts of msn/yahoo Pin
millisami18-Feb-05 20:45
millisami18-Feb-05 20:45 
QuestionHow send email with attachment???? Pin
Small Rat18-Feb-05 9:52
Small Rat18-Feb-05 9:52 
AnswerRe: How send email with attachment???? Pin
Luis Alonso Ramos19-Feb-05 12:12
Luis Alonso Ramos19-Feb-05 12:12 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.