|
Wow, that's not even what I was asking/worried about, and people gave me valuable feedback. This is the first I've heard of definition lists, so it sounds like I've got some reading to do. Quick question on that, before I start changing my code: I can still use width, padding, and margin to force the labels ( Location:, Date:, Exposure: ) and values ( Kansas, 1/1/04, etc ) to line up the way they are now?
The nav menus at the top of the page ( much better than on the left ), could anybody tell me why ULs and LIs are better suited? I sort of get the feeling I might be relying too much on divs for that, but I'm not sure how unordered lists would improve things?
And would the structure look something like this?
Galleries
> Landscapes
-> Rockies
-> Sierra
> Cityscapes
-> Seattle
Articles
...
With sets of ULs embedded inside LIs?
|