Forums

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

Home Forums CSS CSS and

    • This topic is empty.
    Viewing 6 posts - 1 through 6 (of 6 total)
    • Author
      Posts
    • #32720
      intodesign
      Participant

      What is the solution if i have a CSS with ui, li features…
      and in the same page i have another features that i would like to give them id or something
      so i can call it just in a specific place of the code.
      How can i do that?

      #76595
      chrisburton
      Participant

      Can you clarify more of what you mean? Sounds like you want a few unordered lists but don’t want either to interrupt each other.

      #76605
      intodesign
      Participant

      for example i have this ui list:
      http://www.upload3r.com/serve/120511/1305193602.jpg

      and after that i have in the same page this drop down button:
      http://www.upload3r.com/serve/120511/1305193655.jpg

      which using also ui css, anf there is a conflict.

      so i want to make drop down to use a specific ui class or something like that…?

      #76607
      chrisburton
      Participant

      It’s not called a ui, its called a ul (UL), meaning unordered list.

      You can give a class using CSS like this..

      ul.main { etc }

      HTML

        #76610
        intodesign
        Participant

        Oh.. haha, My bad!
        shame on me,
        However, thank you.. that the syntax i was looking for.

        #76612
        chrisburton
        Participant

        You’re Welcome

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