Log in

View Full Version : CSS Menu Tutorial



wccc.pctutor
06-02-2008, 07:20 PM
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/csslibrary/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?:confused:

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

Medyman
06-02-2008, 11:29 PM
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 (http://www.w3schools.com/HTML/html_intro.asp)& CSS (http://www.w3schools.com/css/css_intro.asp)

wccc.pctutor
06-03-2008, 05:19 PM
Hi Medyman,

Thank you for responding!!

Later,

wccc.pctutor