- Impact
- 200
This is really frustrating for me. I'm handcoding yet another HTML/CSS web page and I'm using div tags like anybody else...
...and after I did the navmenu, any div tag below it won't react to any CSS for that tag.
Anyone familiar with such issue?
Every tag above the nav menu is closed (I triple checked).
The div:
The CSS:
Have I missed something? :td::td::td:
...and after I did the navmenu, any div tag below it won't react to any CSS for that tag.
Anyone familiar with such issue?
Every tag above the nav menu is closed (I triple checked).
The div:
Code:
<div id="maincontent">
rdfjijjiihjioh
</div>
The CSS:
Code:
#maincontent {
margin: 0 auto;
background-color: #CCCCCC;
width: 600px;
height: 800px;
}
Have I missed something? :td::td::td:








