Forum Moderators: open
so, my qustion is-
CAN I MAKE THE SCROLLING (UP/DOWN) BENEATH THE MENU AND OVER IT? SO THAT IN THE MIDDLE I'LL HAVE MY MENU?
if there is..and i know there is..TELL ME!
but please don't tell me flash :(
TNX
I'm not particularly sure about what you want to do... If I understand things correctly, your menu has a vertical scrollbar to the right of it which you want to remove?
One particular issue is the simple fact that you are using an
<iframe> for the menu. It would be far better to have the menu markup directly within the page, so that the menu will scroll naturally with the rest of the content. If you want the same menu on several pages, you should look at a server-side technology such as SSI to insert the menu on each page: it will solve the scrollbar problem, be more accessible for your users, and it will allow the search engines to spider the links, which would be severely hampered if you stick with an
<iframe>. Of course, I might have completely misunderstood your problem - if so, apologies.