CSS Layout Help
CSS Layout Help
Out of context: Reply #6
- Started
- Last post
- 18 Responses
- ETM0
To answer your upper nav question, that's easy with CSS. Create the nav options as a standard list. Then we can format the list to remove bullets etc and display inline. There are a millions tutorials on this and is the cleanest way to do it.
http://www.alistapart.com/articl…
http://css.maxdesign.com.au/list…You can also create two separate divs to contain 2 different lists if you want the 2 separate rows of nav options.
- And add clear:both; to your footer div to ensure you have no issues with the floats above.ETM