Navbar Layout
I've been fooling around with creating a user control that is a nav bar and then inserting it into my pages, similar to what was done in the book.
The problem is that the nav bar overlaps the banner at the top. I'm placing it in a table so I would have thought it would have stayed within the constraints of the <td></td> tags. Is the problem in the HTML page I'm placing the user control in or in the user control itself? Could it be a totally seperate issue, maybe a style sheet? How do I fix it?
|