Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Frames resize on other peoples computer

Status
Not open for further replies.

Guest_imported

New member
Joined
Jan 1, 1970
Messages
0
Hi, this is probably a really easy answer for someone, but I have the problem that when other people load my page, the frame resizes and the navigation menu in the left frame is half covered by the right hand frame.
Any help would be very much appreciated, thanks.
 
You ened to set your left frame not as a %, but as a fixed width, then no matter what your viewers screen size, your nav bar will always fit.

Click windows then frames.
In the frames window, click on the outermost box then view your code, by clickng on the <> button.

You'll have something like frameset columns =&quot;*,*&quot; or maybe a number for the right asterix. Change the left asterix to a number, say 120.

Muck about with the number till your left frame is wide enough, and it will stay that wide regardless of screen size.
 
thanks Nippi,
I'm gonna try it later,
best wishes,
john
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top