• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

Setting height of frame

 
Ranch Hand
Posts: 838
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have three frames in a frameset (3 rows). I want the first frame to be the exact height or close to it of the html page in it, the third frame to be 10px high, and the second frame to be the remainder of the page. By setting the rows to "*,*,10px" the first frame is almost the size of the html page except it has a scrollbar that it barely needs (can only scroll a little down farther). How can I set the first frame so it doesn't have a scrollbar and make sure the content of the page all fits in that frame WHILE having the second frame adjust to the remainder of the page. Any help would be appreciated. Thanks.
reply
    Bookmark Topic Watch Topic
  • New Topic