Previous Message
Next Message

nav help

Sent by Rod Castello on 27 August 2009 22:10


From: Greg Wilker [EMAIL-REMOVED]>
Subject: [css-d] nav help
To: [EMAIL-REMOVED]
Date: Thursday, August 27, 2009, 7:19 PM


Along with the container issue I am having in a previous email, I am also
having trouble with the nav element.

Does anyone have a good resource that will help me emulate the image that I
posted for reference on this page?

http://www.gorillasuits.com/HTN/default-css.html


The blue and red backgrounds are where I am actually working on the nav..
just so I could see how my current css & elements are laying out.

TIA,
Greg

greg wilker | video/web producer


I noticed that your closing tag for the <ul> is missing.

<div id="nav">
  <ul>
    <li><a href="#">Costumes</a></li>
    <li><a href="#">About Us</a></li>
    <li><a href="#">Contact Us</a></li>
    <li><a href="#">FAQ</a></li>
    <li><a href="#">Home</a></li></ul>
  </ul> /*add this*/
</div>

Rod Castello


______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
Previous Message
Next Message

Message thread:

Possibly related: