me tarzan, you css
November 21, 2006 1:56 PM
Subscribe
Help my brain wrap around CSS (especially making a css enabled tab menu)
Okay,
I know web design from a purely design stand point (that's aesthetically speaking) and I know html, some cold fusion and some php as well. I can at least understand what php does..."write some code and then tell your html to reference right here..."
I can't, for the life of me, understand css. I wanted to make a css menu (the horizontal kind that has nested parts in it and drops down when you roll over it) however everytime I open up Dreamweaver I find it easier just to code it by hand instead of trying to GUESS what to do in css.
So could someone help me figure out how to put in a css menu in my html or just to understand css all together (or a webpage that references it)
Thanks
posted by Hands of Manos to computers & internet (9 comments total)
5 users marked this as a favorite
Another CSS rule is then added to set the display to visible when the parent menu is hovered on. I've done this myself a couple of times, just can't recall where I kept the source files, but it's dead easy. Just read the spec and play around a bit.
posted by orthogonality at 2:03 PM on November 21, 2006