Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS CSS questions of whether it is possible…?

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #22638
    pghtech
    Member

    I have a few questions on whether or not you can do these with CSS:

    1) Can you give the individual list items in a unordered list an ID of some type so you can specify certain charateristics of that item while not affecting the other items.

    example (rough code)
    <ul>
    <li ID="something1">
    <li ID="something2"?
    <ul>

    2) if you have multiple DIVS that you need to line up horizontally (and they are the same dimensions), would you "FLOAT" the DIVs to accomplish this and how to you account for order so that the correct div is closest to the left, followed by the next DIV in order further to the right and the next even further right…ect?

Viewing 1 post (of 1 total)
  • The forum ‘CSS’ is closed to new topics and replies.