SCROLLER help please

Hello !

Im using Dreamweaver Mx for designing my page. I created a page with two frames in one frame I have menu and in the other I show my content.

I have center alignment in both frames. But the problem appears when in my “content” frame scroller apears. Scroller moves my center aligned table to left (not much), but enough that you can se the difference with menu in other frame. So what I want is: when a scroller apears my table stays still in the center of the page.

How could I solve this problem ? For your help I would be realy gratefull.

BY
Klemenzi

No real guaranteed way of fixing that problem mate.
I would recommend setting the scroll attribute for that frame to be “yes” instead of “Auto” or “Default”. That way the scroll bar will always be there.

something like this:

<frame src="/path/to/file/content.htm" name=“contentFrame” scrolling=“yes” noresize>

Best way is to stay away from frames… horrible things :m:

Hope that helps a bit :slight_smile:

Cheers,

Julian
[SIZE=1]JMS Media[/SIZE]

Julian TX for your help.

Im already solved my problem and I used the same technique that you sugested.

Tx for help again

Klemenzi