IE Horizontal Scroll Bar Problem
IE Horizontal Scroll Bar Problem
Hello all,
I just purchased the DHTML Menu, using the latest version and I'm having a problem with the horizontal scroll bar for the main window.
The main web page scroll bar is showing and is wider than it should be. I have nothing on the page except for the menu system...
What am I doing wrong?
Sample Page: http://www.EyeoftheArt.com/page.header.php
I just purchased the DHTML Menu, using the latest version and I'm having a problem with the horizontal scroll bar for the main window.
The main web page scroll bar is showing and is wider than it should be. I have nothing on the page except for the menu system...
What am I doing wrong?
Sample Page: http://www.EyeoftheArt.com/page.header.php
With all due respect, the first thing you have to do is learn how to code an HTML page correctly. What you posted has tags out of place, tags missing, JS calls out of place, and numerous other things that are beyond the scope of this Forum. We are definitely here to help, but not to teach proper basic coding.
Get a book on HTML, clean up the page, and we'll be more than happy to help you with the menu.
Just to be sure, this is not written in any way to be nasty, but we can't help, nor will the menu work, with what you've got.
Get a book on HTML, clean up the page, and we'll be more than happy to help you with the menu.
Just to be sure, this is not written in any way to be nasty, but we can't help, nor will the menu work, with what you've got.
John
Hey the fix works great, there is another issue I just noticed with the new version though (may have been in the old version).
If you make the window wider and smaller over and over the menu's width keeps shrinking until it is a small as it can go to fit all of the text.
Not a huge issue I don't expect users to do this but just so you know...
If you make the window wider and smaller over and over the menu's width keeps shrinking until it is a small as it can go to fit all of the text.
Not a huge issue I don't expect users to do this but just so you know...
Hi -cpriest wrote:I'm not really sure what you're talking about, I've been coding HTML for about 10 years and I see nothing wrong with the HTML in this page, what do you find to be a problem?
Actually, more than one of us noticed problems; e.g., no <html></html>, <body></body>. There were other items we noticed last night which do not appear to be there now.
John
Update... The Horizontal Scrollbar problem is back.
Its not on the original page, but it is on another page which includes now a second menu bar...
http://216.22.14.142/admin/admin.page.header.php
If you play with the menus a bit, you'll notice that atleast one of the menu's changes width and then the horizontal scroll bar disappears.
By the way, I must say... this is a great piece of programming, I'm very impressed with its capabilities..
-Clint
Its not on the original page, but it is on another page which includes now a second menu bar...
http://216.22.14.142/admin/admin.page.header.php
If you play with the menus a bit, you'll notice that atleast one of the menu's changes width and then the horizontal scroll bar disappears.
By the way, I must say... this is a great piece of programming, I'm very impressed with its capabilities..
-Clint
Hi,
The scrollbars are back because of the way you have embedded the whole menu inside the table cell.
There is a technique for embedding menus in tables here: http://milonic.com/tablemenu.php
-- Andy
The scrollbars are back because of the way you have embedded the whole menu inside the table cell.
There is a technique for embedding menus in tables here: http://milonic.com/tablemenu.php
-- Andy
That's absolutely spot on.
The sub menus become part of the table cell when they are built inside it. So the positioning is occasionally off due to the parent being the table cell and not the document, which is what you want.
There are also performance problems when placing all sub-menus inside the table cell. I've seen menus run painfully slow because of this.
-- Andy
The sub menus become part of the table cell when they are built inside it. So the positioning is occasionally off due to the parent being the table cell and not the document, which is what you want.
There are also performance problems when placing all sub-menus inside the table cell. I've seen menus run painfully slow because of this.
-- Andy