Forum Moderators: open

Message Too Old, No Replies

Dhtml Navbar Problem With dw mx

Trying to integrate a dhtml navbar onto a DW MX page that is formatted

         

uk_designer

10:55 am on Jan 21, 2004 (gmt 0)

10+ Year Member



Hi all, I've recently purchased some software called MenuMaker by Xara and everything is okay until I integrate the menu into my page.

Currently the page looks like this, [mydomain.com...] and there are small graphics for the page categories, there is some javascript running on the page to allow for a drop down menu to be added (DW MX). Each graphic lies within its own cell, within a row, all of this is surrounded by a table.

If I duplicate the row and merge all of the cells above the original graphics then the page displays perfectly fine and the navbar appears how I want it,http://www.mydomain.com/testnavbar.htm but due to the table formatting, each time I start to remove the graphics and the cells, the page then appears like this [mydomain.com...] .

I know that the problem relates to the table constrainsts itself but can't pinpoint exactly where the issues lies and how to resolve it. I think that it may be better if I take the navbar out of the table row and just have it on its own.

[edited by: uk_designer at 12:29 pm (utc) on Jan. 21, 2004]

thehittmann

12:13 pm on Jan 21, 2004 (gmt 0)

10+ Year Member



you will need to remove your urls or an admin will remove them anyway

thehittmann

12:20 pm on Jan 21, 2004 (gmt 0)

10+ Year Member



I think all that you need to do is add
align="center" the table, because at the moment it is like this.

<table width="98%" height="0%" border="1" align="center" cellpadding="0" cellspacing="0"><tr align="left">

It's that last part I believe needs to have align="center" rather than "left"

I like the navigation better that you have on www.yourdomain.com now. looks more professional.