Posted by sTony on 11/04/06 02:14
"vito" <vito@host.com> wrote in message
news:eh5l6a$4jl$1@atlantis.news.tpi.pl...
> Hi
>
> I have on the page images and when I move mouse on the image then
javascript
> show cloud (html <div onmousemove='show_table()'>) with description about
> this picture. This cloud sometimes
> is so big and it adding empty lines at the end of page.
>
> t - cloud
> blue - my real background
> white - adding (uselessness) background by to big cloud
>
> -------------------
> | |
> | blue |
> | - |
> | | t |--------- --- |
> | - white |
> --------------------
>
> I want to read size of cloud to add blue background instead of white.
> I can't read size of cloud because default it is hidden and javascript
can't
> read height of hidden object.
>
>
I don't think I understood you correctly, but I'm pretty sure you just need
to modify your css and not your js, and it really seems to have nothing to
do with php.
[Back to original message]
|