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
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.