Link to home
Start Free TrialLog in
Avatar of dech
dech

asked on

urgent help needed with frames

Hi,

stupid frames program. I want to do a drop down menu in the top frame. But i didnt relise the middle frame would cover up the menu.

Please reply. Deadline is coming ... HELPPPP

dech
Avatar of webwoman
webwoman

Sometimes it works, sometimes it doesn't. Frames are strange beings.

FWIW, I haven't had this problem, so I'm not sure why you are. Post your frameset code.
Depending on browser form elements may or may not extend over frame borders, and CSS positioned content won't. This is one of the many limitations and problems with frames.
Avatar of dech

ASKER

http://www.aiexplained.com

There is the problem ... the code is too big to post here!

Thanks
ASKER CERTIFIED SOLUTION
Avatar of dorward
dorward

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Either do regular dropdowns, change the design completely, or lose the frames.

Lose the frames. AND change to regular dropdowns. Popout menus are vastly overrated. ;-)

dorward gave the reasons very succinctly, I think. Popout menus cause real headaches for lots of people, not necessarily those with javascript disabled. They require a LOT of hand/eye coordination, and you have to be really careful where you put the mouse or you lose the menu totally. Not particularly user-friendly if you ask me.

But of course, they do look cool... and Fireworks and Dreamweaver have wizards to do them, so they're EASY. ;-)

Personally, I wish they'd never done that. Most of the people who create them would never do it if they had to write the code... ;-)
lose the frames, use server side includes instead, and you can keep your menus.  however take all that was said above into consideration as well....


ww,

i created some from scratch....IE only however...pretty easy...  :-)

would NOT do it if i had to make it cross browser!!


BRUNO
why use frames at all, there is nothing you can do with frames that you cant do without, and you save yourself from the various hassles the frames has.

frames may seem to be easy but are not that good.
Avatar of dech

ASKER

I have to make use of frames in this case as I have a limited time restrict and like you said frames are easier and in the time I have to create a site from scrate (2 weeks). I rather be putting my efforts else where. As for using SSI, I dont think my server supports it and i 'have' to use that server.

Thanks all for your comments.
http://david.us-lot.org/software-dolt.php performs a similar function to SSI, but doesn't have any server side requirements whatsoever.

(full disclosure: I wrote this app and am blowing my own trumpet)
dech,

most servers DO support SSI...if they support ANY kind of server side scripting, they'll support SSI, and sometimes, even without, you can name your files ".shtml" and it will work.


BRUNO
Avatar of dech

ASKER

Thanks bruno ... :) I will look into it.