Tag Archives: Meta Content

Basic "How to" for ul nav

I know this should be inside tutorial section but there are a number cobwebs in that portion of the forum! I just were going to post a uncovered bones navigation together with hover effect for those who don’t know how. I see plenty of navbars that have excessively much code for what they are doing. So this can be pretty srtipped down and can be enhanced, but it really doesn’t need a lot else. Notice how little markup is necessary to render this specific, not very a lot css either. Just copy and paste this whole code in the blank doc. Watch Example Code: <! DOCTYPE html page PUBLIC " -//W3C//DTD XHTML ONE PARTICULAR. 0 Transitional//EN" " http: //www. w3. org/TR/xhtml1/DTD/xhtml1-transitional. dtd" > < html page xmlns=" http: //www. w3. org/1999/xhtml" > < head> < meta http-equiv=" Content-Type" content=" text/html; charset=utf-8" /> < title> Untitled Document< /title> < design type=" text/css" > #navbar background-color: #663399; /* #navbar div is often a wrapper for this ul list*/ height: 30px; #navbar ul border: 0; /* Changing that margin here will require changing the #navbar height to build with the ul*/ #navbar li drift: left; /* This will likely put the li’s in … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , , , , , , | Leave a comment