Forum Moderators: open

Message Too Old, No Replies

Can i Make this kind of scroll bar-->?

         

Kivshany

10:01 am on Oct 5, 2004 (gmt 0)

10+ Year Member



ok, now in my web i did an iframe for the main menu.
but the scroll bar is from the side of the menu, and it's kinda messed up my design..

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

Kivshany

12:54 pm on Oct 5, 2004 (gmt 0)

10+ Year Member



somebody?

maybe i can create a button and give him the function?

encyclo

1:05 pm on Oct 5, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Welcome to WebmasterWorld [webmasterworld.com], Kivshany.

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.

Kivshany

1:43 pm on Oct 5, 2004 (gmt 0)

10+ Year Member



well, i think ur right..
i think ill do it as a menu inside the page it self..

but, now for the other thing;
yes, i want it to be a permanent menu..so when i click on the bars in the menu only the iframe will change

can u help?