Results 1 to 3 of 3

Thread: CSS Menu Tutorial

  1. #1
    Join Date
    Jun 2008
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default CSS Menu Tutorial

    Hi All,

    My first post!!

    Why I'm here because a friend (a non-member) suggested this place:

    "I use a graphics editor for text on buttons. BUT.... if you want a really cool menu that you can make, go to dynamic drive. Here is a sample of what you can get from their site.
    http://www.dynamicdrive.com/style/cs...y/category/C1/ And you can make the text say what YOU want!
    "

    I'm using FP 2002.

    I really am a Newbie to CSS. Can one use a CSS Menu without using cascasing style sheets?

    If one can use the menu, I wouldn't even know where to put the coding.

    I don't know where to start other than to ask, "Is there a tutorial for a neophyte"?

    Any help will be appreciated.

    Thanks in advance.

    Later,

    wccc.pctutor

  2. #2
    Join Date
    Mar 2007
    Location
    Currently: New York/Philadelphia
    Posts
    2,735
    Thanks
    3
    Thanked 519 Times in 507 Posts

    Default

    I really am a Newbie to CSS. Can one use a CSS Menu without using cascasing style sheets?
    No. Cascading Style Sheets (CSS) is the markup used to style the menu. Without the CSS, you would just have an unordered list.


    If one can use the menu, I wouldn't even know where to put the coding.
    The CSS code goes within <style> tags in the <head> of the document. The HTML markup goes between the <body> tags.

    Take a look at these tutorials by the W3C: HTML & CSS

  3. #3
    Join Date
    Jun 2008
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default CSS Menu Tutorial

    Hi Medyman,

    Thank you for responding!!

    Later,

    wccc.pctutor

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •