PDA

View Full Version : frame question with link!


andrea_levin
05-29-2004, 06:37 PM
I know this is actionscript forum but is someone out there a frames expert?
I have a flash nav and footer that I want to appear in a frame fixed (non resizing non scrolling) frame. It all works fine until I refresh and resize then suddenly scrollbars appear on everything. I think I'm losing my marbles. It seems like a simple thing. I say no scroll. So under no circumstances should the thing scroll. I'm on a mac-- does that have something to do with it.

Try it for yourself: http://www.andrealevin.com/frametest/frames.html

If you or anyone you know could help me I'd be forever grateful... I was up all night trying to figure it out.

Andrea

cobo
06-02-2004, 03:54 AM
I´m on a PC and everything works fine...

if you want you could try to kill the scrollbars directly in your banner.html

<BODY bgcolor="#ffffff" leftmargin="0" topmargin="0" rightmargin="0" bottommargin="0" marginwidth="0" marginheight="0" scroll=no>

cobo