I have been asked to help another website developer because I have some experience (a little) with css. This developer has a website <!-- m --><a class="postlink" href="http://www.southgate-mi.org/index.htm">http://www.southgate-mi.org/index.htm</a><!-- m --> that has a drop down navigation menu on the left. She wants me to show her how to do the site in css, specifically how to do the navigation menu in the style sheet because the city is constantly adding things to the menu and she doesn't want to have to recode every page all the time.
I don't have a clue! I can help her with getting her pages into css, but I don't know anything about the program she used to develop the menu, and I don't know how to get it into the style sheet. I prefer simple navigation menus like on my site <!-- m --><a class="postlink" href="http://www.southgateschools.com">http://www.southgateschools.com</a><!-- m -->
Can someone steer me in the right direction?
ThanksCheck out articles at A List Apart
Taming Lists (<!-- m --><a class="postlink" href="http://www.alistapart.com/articles/taminglists/">http://www.alistapart.com/articles/taminglists/</a><!-- m -->)
Suckerfish Dropdowns (<!-- m --><a class="postlink" href="http://www.alistapart.com/articles/dropdowns/">http://www.alistapart.com/articles/dropdowns/</a><!-- m -->)
Dropdown Menus, Horizontal Style (<!-- m --><a class="postlink" href="http://www.alistapart.com/articles/horizdropdowns/">http://www.alistapart.com/articles/horizdropdowns/</a><!-- m -->)
And for a little while at least, check out <!-- m --><a class="postlink" href="http://template-tk.ispi.net/?template=L3">http://template-tk.ispi.net/?template=L3</a><!-- m --> for a real-world example that's similar to the articles in A List Apart. The menu system I created relies a little more on JavaScript and a lot more on CSS, with a style sheet being activated by JavaScript and the dynamic sub menus being styled by that JS-activated CSS file.instead of using js you can also use a .htc (<!-- m --><a class="postlink" href="http://www.vladdy.net/Demos/iepseudoclassesfix.html">http://www.vladdy.net/Demos/iepseudoclassesfix.html</a><!-- m -->) file to make the hover pseudo work on IE. This goes along w/ the sugkerfish article enjoy
I don't have a clue! I can help her with getting her pages into css, but I don't know anything about the program she used to develop the menu, and I don't know how to get it into the style sheet. I prefer simple navigation menus like on my site <!-- m --><a class="postlink" href="http://www.southgateschools.com">http://www.southgateschools.com</a><!-- m -->
Can someone steer me in the right direction?
ThanksCheck out articles at A List Apart
Taming Lists (<!-- m --><a class="postlink" href="http://www.alistapart.com/articles/taminglists/">http://www.alistapart.com/articles/taminglists/</a><!-- m -->)
Suckerfish Dropdowns (<!-- m --><a class="postlink" href="http://www.alistapart.com/articles/dropdowns/">http://www.alistapart.com/articles/dropdowns/</a><!-- m -->)
Dropdown Menus, Horizontal Style (<!-- m --><a class="postlink" href="http://www.alistapart.com/articles/horizdropdowns/">http://www.alistapart.com/articles/horizdropdowns/</a><!-- m -->)
And for a little while at least, check out <!-- m --><a class="postlink" href="http://template-tk.ispi.net/?template=L3">http://template-tk.ispi.net/?template=L3</a><!-- m --> for a real-world example that's similar to the articles in A List Apart. The menu system I created relies a little more on JavaScript and a lot more on CSS, with a style sheet being activated by JavaScript and the dynamic sub menus being styled by that JS-activated CSS file.instead of using js you can also use a .htc (<!-- m --><a class="postlink" href="http://www.vladdy.net/Demos/iepseudoclassesfix.html">http://www.vladdy.net/Demos/iepseudoclassesfix.html</a><!-- m -->) file to make the hover pseudo work on IE. This goes along w/ the sugkerfish article enjoy