how can i use iframe in content div
2006/08/18 04:48
Viewed 6793 times
Replies: 1/1

Hi,
i don't know it's a bug or not, but i was really upset for it.
when i use iframe in content div,i couldn't see iframe's content, it seemed to be hided.
how can i do now, please help me, thanks.

last
Re: how can i use iframe in content div
2006/08/18 23:28
Viewed 10557 times
Replies: 0/0

i don´t know how that question relates to this but ok here are some hints.

1.- why are u using iframe inside a div in the first place?
is it because u are traying to simulate ajax behaviour
is it because u wnat to use the scrool feature of the iframe

either case u should use div only:: Solution is documented in ajax tutorial, and css tutorial elsewhere on the net

2.- Even so here is the solution.
<html......
<div>
<iframe></iframe>
</div>
....

that should handle it, check that u can see the div in the first place, then check if u are actually loading something in the iframe, several techniques can accomplish this, use alert(''), use background-color: ...
borders many stuff possible, if all that fails, try removing ur css definitions cuz u may have a problem with positioning or z-index parameters.

If all that fails rewrite the all thing with order and that should do the job.

3. other cases may be possible but not quite probable.

last
Path declaration
2007/03/04 20:01
Viewed 4274 times
Replies: 0/0

Is there any way for my to put navbar anywhere but on the root (/navbar)?
I put it elsewhere and change the declarations but the expand/collapse icons are missing.

Thanks,

mark

last
nav bar needs to be on top left ?
2007/04/25 13:49
Viewed 3943 times
Replies: 0/0

i tried a sample with navbar and it seems that navbar will only work on the left section of the page and cannot be contained inside any other html element.
i hope my inference is wrong , i was hoping to put it in as a panel on the left for navigation but my site needs to have a header that stretches accross the browsers top.
Please help

last
Google