View Single Post
Old 2013-05-16, 12:27 PM   #22
Simon
That which does not kill us, will try, try again.
 
Simon's Avatar
 
Join Date: Aug 2003
Location: Conch Republic
Posts: 5,150
Send a message via ICQ to Simon Send a message via AIM to Simon Send a message via Yahoo to Simon
Quote:
...compound css and using nested div tags ... Dreamweaver
Looks good, and even using Dreamweaver you managed mostly to avoid the dreaded divitis and classitis that it's notorious for causing.

A couple of things you may want to consider on your cleos-porn-links pages. You likely know that a class can be applied to as many elements as you want, while an ID should only be applied once to one element on any page/document. So having many divs with an ID of navcontainer probably isn't what you meant to do.

You could just convert the navcontainer to a class instead of an ID so you can use it multiple times. And then in the interest of avoiding all divitis, you can consider applying that new navcontainer class directly to the ULs themselves instead of wrapping each list in a div too.

Just wanted to mention those things before you have too many pages done.

HTH

__________________
"If you're happy and you know it, think again." -- Guru Pitka
Simon is offline   Reply With Quote