Jump to content

321steven123

Members
  • Posts

    7
  • Joined

  • Last visited

Contact Methods

  • Website URL
    http://
  • ICQ
    0

Profile Information

  • Location
    Toronto, Ontario, Canada

321steven123's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. Cant get it to workI found out percentages wont work because they try to overlap and one gets pushed to the bottom,any other ideas?i need the iframes to be resized by the open window size (not the content size)pelase help me outthank you!
  2. can you use a variable for percentage value?for example,we want the height to be the height of the browser minus the 150pixles (for menu)for height, can we call the browser height, subtract 150 pixles then divide that number by the browser height and multiply by 100.after all that, we can declare the height of the iframe = (%+VariableThatNumber)is this something that is possible?
  3. ah!thank you for the information,so if i use percentages, the frames resize automatically when the browser size changes?if so, couldnt we make the iframe size (height for example) change passively by <iframe width=400 height=%100-150> </iframe>%100-150 (saying my menu bar is 150 pixles tall)
  4. I've been also thinking,if there is a property (or shall i say function) that i can use (like when the user maximizes the screen, or change the size)then i can just define the frame size again with percentages with<iframe width=40% height=%60> </iframe>What is your suggestion?
  5. Thank you for the fast reply,Do you know if there is any property that occurs when the client changes the browser size, so I can update the iframe size? Or should I use a loop to keep refreshing to get the browser size data to update the iframe size?(sorry i am new at this)Thank you so much for the help!-Steven
  6. I was wondering if anyone had java script to resize iframes (the physical size) dynamically by detecting the the browser size.Any help will be much appreciated, thank you
×
×
  • Create New...