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 Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by maboline

  1. maboline

    Pictures in array

    Thank you Dilettante. That was exactly what I was looking for. The problem with VBScript not interpreted by all browsers is not an issue, since I am mostly writing scripts for Outlook Express stationary *g* Thank you again. mab
  2. maboline

    Pictures in array

    Thank you. But I am doing a lot of JavaScript with VBScript... Will search more. Thanks again. mab
  3. maboline

    Pictures in array

    Hi, I am sure this was asked many times before, but I can't seem to find it. (Perhaps due to my English?) I am populating an array with pics and want to display them in a kind of slidshow afterwards. This is going to be a client side script not server side. Could you tell me the code for...
  4. maboline

    Background Pictures Changing Size With Different Resolutions

    You can't have a width and height attribute in the body tag. To get what you want you have to do the following: 1. set margins to 0 and overflow: hidden in the body style sheet <style> body { MARGIN: 0; OVERFLOW: hidden; } </style> 2. define the pic with height and width 100% immediately...
  5. maboline

    CSS Positioning and vertical align

    Sorry, my English is not so good, but wanted to give you an answer. VERTICAL-ALIGN doesn't work with a div box. With a table it will work. As I understand the reason is that a div is no parent inline-level element. You can read more here...

Part and Inventory Search

Back
Top