Brian <usenet3 (AT) julietremblay (DOT) com.invalid> wrote
Quote:
T wrote:
I am attempting to create a menu using <div> and <span> tags within
a table cell. When the page loads, some of the classes don't seem
to be applied.
url? (The code you pasted in just doesn't cut it; we need a live example.) |
Here is the look I am trying to get:
http://66.188.102.22:75/menu/withouttable.htm
Here is a portion of the problem page:
http://66.188.102.22:75/menu/withtable.htm Quote:
If I remove the table everything renders correctly, and I have no
problems.
It seems the solution is rather obvious then, no?
Unfortunately, I need to nest this menu within a table.
Why is that? |
I have a template which holds a logo within a table so I need to keep
the page layout uniform.
For some background:
At runtime I transform my xml doc using the xml component in .net.
When I run the transform outside of my application the apperance is
fine, it is only when it is within the table that I have problems.
Any light shed on this issue would be much appreciated.