Grayno,
I will take another look at this later today if I get a chance... I
think I better understand what you are trying to do.. Not sure I can come
up with a remedy, but...
--
Burt
The Old Alaskan
MVP's listed on TECKPAGE
http://www.cvinternet.net/~smokydog
http://www.cvinternet.net/~smokydog/teckpage.htm
grayno said:
Hi Burt,
I started with a pretty clean & small code but trying to build something
complex with only one table put me in trouble... The problem I'm describing
is one of them. There are so many lines commented out because I tried
several (well, lots of) approaches but those which I liked I left over just
in case I would want to go back and/or restore something.
I've not yet started cleaning up the whole thing - the javascript has to
be in one place and the css should go out completely, of course. I will
reach these as soon as it works (at least).
The problem I have is that: the TR where the background image which reads
"retportalo en esperanto pri israelo" belongs, has a fixed height of 75px.
The next TR should not have a fixed height, because it depends on the menu -
which, when you click an icon, grows and shrinks. The TD where the menu with
the icons is, spans over these two TR's. So, the way I imagine that to me --
opening a submenu makes the TD more long, so the unfixed TR grows providing
the space, the fixed one stays at its place, of course.
However - the opposite is happening in reality. Just the unfixed TR stays
the same height, while the fixed TR - grows and shrinks!!
I believe the cause of that is also the reason why it's actually so long
even without opening the submenu, making the background image multiply self
four times.