Results 1 to 2 of 2

Thread: Frame width

  1. #1
    lord_dude
    Guest

    Frame width

    In my html page i have 2 frames like so:

    <frameset cols="165,800" border="0">


    The left frame will always be 165 but i dont actually want the right frame to be 800. I want it so that at what ever resolution the page viewer is running on, it gives the right frame what ever is left after taking the 165 or so that it resizes the right frame depending on the current width of the browser windows.

    Can anyone help?
    Thanks

  2. #2
    The Devil crptcblade's Avatar
    Join Date
    Aug 2000
    Location
    Quetzalshacatenango
    Posts
    9,091
    Code:
    <frameset cols="165,*" border="0">
    should do the trick

    Laugh, and the world laughs with you. Cry, and you just water down your vodka.


    Take credit, not responsibility

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width