Nav bar with text in a css?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • hel
    New Member
    • Oct 2007
    • 2

    Nav bar with text in a css?

    I’m trying to make a static navigation menu bar across multiple web pages of an existing website by putting it in the css.

    The idea, is that the navigation bar should be something one can edit once, in one place, rather than having to edit each page individually when a link is added to, say, the index page.

    I’ve had a couple suggestions, from creating a three column site from scratch or a template, to using a blog software such as www.wordpress.o rg, uploaded to the server (I’ve tried that today and have not completed a successful interface).

    What do you recommend for me? Am I on the right track? Or is there something easier?
  • drhowarddrfine
    Recognized Expert Expert
    • Sep 2006
    • 7434

    #2
    html is the lines in a coloring book. css is the coloring inside the lines. If you want more than one copy of the page, you need a photocopier. html and css are not photocopiers, but a programming language can be a photocopier.

    Comment

    • hel
      New Member
      • Oct 2007
      • 2

      #3
      Originally posted by drhowarddrfine
      html is the lines in a coloring book. css is the coloring inside the lines. If you want more than one copy of the page, you need a photocopier. html and css are not photocopiers, but a programming language can be a photocopier.
      Can you add text to a css?

      Comment

      • drhowarddrfine
        Recognized Expert Expert
        • Sep 2006
        • 7434

        #4
        The question is vague. CSS is for styling content. Text is content which should be created using HTML. However, it is possible to generate content in CSS to a limited degree with the 'content' property.

        Comment

        Working...