i created a nav bar in micro. fireworks and need help making a css style sheet in notepad, can anyone help?
i need a cascading style sheet (CSS) in notepad. i have no idea what codes to use. i recently made a Navigation bar in microsoft fireworks and i need to make a css styles sheet for the nav bar in notepad but i have no idea how. the color or styles dont matter to me if anyone can help me i would appreciate it
Public Comments
- I would recommend installing Microsoft Visual Web developer Express Edition. It has built in XML, HTML, VB, C#, and CSS editors, with handy drop down boxes that you can use. Such as, if you have the variable 'myvariable' and start typing 'my' a little box will drop down and have that variable listed. If you have any questions email me at godsinventor@yahoo.com.
- If you want to learn CSS, you could go to www.about.com and take their free CSS online class. They give you a weekly lesson and some hands on "homework" to do. You don't get a certificate or anything like that, but you do get to learn and practice using CSS. They also offer free HTML online classes too. I provided a link to the page that offers the free CSS online class if you are interested.
- It is hard to say what you would need, as I cannot see you code that shows (includes) the navigation bar. I will provide some links to get information about CSS. A brief tutorial for CSS is here: http://www.w3.org/TR/REC-CSS2/intro.html#q1 You can read the CSS specifications from here: http://www.w3.org/TR/REC-CSS2/about.html You will definitely need to know about selectors, as the navigation bar will be changeable with the selector. You may not understand Pattern Matching, so you could come back to that, but the info below about Syntax Selector will be needed. http://www.w3.org/TR/REC-CSS2/selector.html To understand why (or how) it cascades, go here http://www.w3.org/TR/REC-CSS2/cascade.html
Powered by Yahoo! Answers