1) MariahGroup: Members Posts: 1Joined: 14 Nov 2006Location: MexicoIP: 189.135.--.--
Posted:
Hi, i have a problem. The thing is, that im using iframes to create a website but im triying that the tipster keeps over the iframe content and its not happening this keep over the another iframe.
I tried with the property z index but its not working.
some idea?
Regards...
2) Angus TurnbullGroup: Moderators Posts: 4235Joined: 7 Dec 2003Location: New ZealandIP: 202.36.--.--
Posted:
Any tip within an IFRAME will only display within that same IFRAME.
A tip in the main document should display over an IFRAME in the same document -- depending on the browser and version you use.
I would advise not using IFRAMEs to create a website. Use server-side includes instead, or perhaps my HTMLHttpRequest script if you have to load small portions of content into your document when users click links.