Thursday, 3 June 2010

display a list in portrait

Display a list in portrait
css

#content ul {
     list-style: none;
}

#content li {
     float: left;
}

---------------------------------------------------------------------
list-style:none means no marker is added at the each of list contents

No comments:

Post a Comment