Forum Moderators: open
Thanks in advance
Lexx
PS Sorry for my poor typing skills (my native language isn't english)
[edited by: korkus2000 at 12:37 pm (utc) on July 29, 2003]
[edit reason] No URLs please [/edit]
We can try to help with the first part of your post. If you post a small portion of the code, eliminating irrelevant information and changing any mention of your domain to example.com, that would be fine. Just help us a bit by focusing in on the important section and trimming out anything that doesn't affect the issue.
This is the frame with size problemes. All the browser except IE do this right (120 pixells distance from the bottom), dow i haven't tested it with older netscapes. So what I intennd to do is to make a script wich resizes it when the webpage is resized. Is this the best solution? Did someone use something simmilar which might help? As I understand the transparency effect isn't supported by the standards, so I can only make another page that doesn't make use of it, how can I detect wich browsers support it? Or I will have to detect the web browser and by that realize, wich client can use transparency and wich not?
<iframe allowtransparency="1" style="position:absolute; left:10px; top:10px; width:970px; bottom:120px" name="main" frameborder="0" border="0" src="nav.html" scrolling="auto"></iframe>
(for nav.html i have the tag:
<BODY STYLE="background-color:transparent">
As i have tested it (only with the latest browsers)
Transparency works on:Netscape(I'm very sure that on older ones this doesn't work), Maozilla, IE
The size of the iframe is right for: Mozilla, Netscape, Opera
Thanks again