Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/mislz28/public_html/wp-content/themes/css-faq-v2/timeweather/timeweather.php on line 19
8 May 2008

forum

Current User: Guest Login Register
Please consider registering

Search 
Search Forums:


 




How to make Tab List with CSS

UserPost

8:45 pm
May 15, 2008


mypost

Member

posts 23

1

How can I make a 2- column list using CSS?


— —
— —
— —


I would like to align right column using tables.


2:03 pm
May 17, 2008


abc

Old member

posts 57

2

If you would like 2 columns to appear side by side, then you need to float the,

You can use the following codes

#div1 {
width: 400px; /* a width must be assigned */
float: left;
}
#div2 {
width: 400px; /* a width must be assigned */
float: left;
}
HTML
<div id=”div1″>text text text</div>
<div id=”div2″>text text text</div>



Reply to Topic: How to make Tab List with CSS

NOTE: New Posts are subject to administrator approval before being displayed

Guest Name (Required):

Guest EMail (Required):

Guest URL (required)

Math Required!
What is the sum of: 11 + 8        (Required)

Topic Reply:


 

About the CSS-FAQ forum

Currently Online:

1 Guest

Maximum Online: 20

Forums:

Groups: 3

Forums: 18

Topics: 397

Posts: 834

Members:

There are 1050 members

There are 1 guests

Top Posters:

abc - 57

genius - 47

shane - 46

glowlite.uk - 39

booster - 37

warren - 35

Administrator: admin | Moderators: admin


© Simple:Press Forum - Version 3.1.1 (Build 336)